COLOR #335A0A

HEX: #335A0A
RGB: (51,90,10)

Color info

#335A0A contains mainly red and green colors. Web safe color of #335A0A is #336600 (or #360).

RGB color model

#335A0A color RGB value is (51,90,10).

  • red value is 51;
  • green value is 90;
  • blue value is 10.
RGB:
(51,90,10)
(20%,35%,4%)

RGB channels and saturation

R 51 of 255 = 20%
G 90 of 255 = 35%
B 10 of 255 = 4%

51
90
10

R + G + B ~ 20%. #335A0A is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 90 + 10 = 151 (100%)
R 51 of 151 ~ 33.77%
G 90 of 151 ~ 59.6%
B 10 of 151 ~ 6.62%

%33.77
%59.6

CMYK color model

#335A0A color CMYK value is (43,0,89,65).

  • cyan value is 43.33%
  • magenta value is 0.00%
  • yellow value is 88.89%
  • key color value is 64.71%
CMYK:
(43,0,89,65)
C43M0Y89K65 
(43%,0%,89%,65%)
(0.43/0.00/0.89/0.65)	

CMYK percentages

%43.33
%0
%88.89
%64.71

Codes

Color #335A0A in popluar color models

335A0A
RGB519010
HSL89°80.00%19.61%
HSB/HSV89°88.89%35.29%
CMYK43.33%0.00%88.89%
64.71%

Color #335A0A in popluar number systems.

HEX335A0A
Decimal519010
Binary11001110110101010
Octal6313212

Shades and tints

Shades of #335A0A

#335A0A
(51,90,10)
#2F520A
(47,82,10)
#2B4A0A
(43,74,10)
#27420A
(39,66,10)
#233A0A
(35,58,10)
#1F320A
(31,50,10)
#1B2A0A
(27,42,10)
#17220A
(23,34,10)
#131A0A
(19,26,10)
#0F120A
(15,18,10)
#0B0A0A
(11,10,10)
#000000
(0,0,0)

Tints of #335A0A

#335A0A
(51,90,10)
#456920
(69,105,32)
#577836
(87,120,54)
#69874C
(105,135,76)
#7B9662
(123,150,98)
#8DA578
(141,165,120)
#9FB48E
(159,180,142)
#B1C3A4
(177,195,164)
#C3D2BA
(195,210,186)
#D5E1D0
(213,225,208)
#E7F0E6
(231,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #335A0A color. Also use rgb(51,90,10) instead hex code.

Text Font Color

.myTextColor { color: #335A0A; }

<p style="color:#335A0A">This sample text font color is #335A0A.</p>

This text font color is #335A0A.


Background Color

.myBgColor { background-color: #335A0A; }

<div style="background-color:#335A0A">Inner text</div>

This div background color is #335A0A.


Border color

.myBorderColor { border: 1px solid #335A0A; }

<div style="border:3px solid #335A0A">Div</div>

This div border color is #335A0A.


Opacity

.myOpacity80 { color: #335A0A; opacity: 0.8; }

<p style="color:#335A0A;opacity:0.8;">80%</p>

Text with #335A0A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #335A0A;}

<p style="text-shadow: 3px 3px 1px #335A0A">Text here.</p>

This text has shadow with #335A0A color.

.textShadow {text-shadow: 3px 3px 1px #335A0A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #335A0A, 5px 5px 20px red">Text here.</p>

This text has shadow with #335A0A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#335A0A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#335A0A, Direction=45, Strength=4)">Text</p>

This text has shadow with #335A0A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #335A0A;
  -webkit-box-shadow:	1px 1px 3px 2px #335A0A;
  box-shadow:		1px 1px 3px 2px #335A0A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #335A0A;
-webkit-box-shadow: 1px 1px 3px 2px #335A0A;
box-shadow:1px 1px 3px 2px #335A0A;">
Div content here</div>
This div box has shadow with color #335A0A.

Preview

Color preview on black background

This text has color #335A0A on black background.


Color preview on white background

This text has color #335A0A on white background.



Black color preview on #335A0A background

This text has black color on #335A0A background.


White color preview on #335A0A background

This text has white color on #335A0A background.