COLOR #335A1D

HEX: #335A1D
RGB: (51,90,29)

Color info

#335A1D contains mainly red and green colors. Web safe color of #335A1D is #336633 (or #363).

RGB color model

#335A1D color RGB value is (51,90,29).

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

RGB channels and saturation

R 51 of 255 = 20%
G 90 of 255 = 35%
B 29 of 255 = 11%

51
90
29

R + G + B ~ 22%. #335A1D is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 90 + 29 = 170 (100%)
R 51 of 170 ~ 30%
G 90 of 170 ~ 52.94%
B 29 of 170 ~ 17.06%

%30
%52.94
%17.06

CMYK color model

#335A1D color CMYK value is (43,0,68,65).

  • cyan value is 43.33%
  • magenta value is 0.00%
  • yellow value is 67.78%
  • key color value is 64.71%
CMYK:
(43,0,68,65)
C43M0Y68K65 
(43%,0%,68%,65%)
(0.43/0.00/0.68/0.65)	

CMYK percentages

%43.33
%0
%67.78
%64.71

Codes

Color #335A1D in popluar color models

335A1D
RGB519029
HSL98°51.26%23.33%
HSB/HSV98°67.78%35.29%
CMYK43.33%0.00%67.78%
64.71%

Color #335A1D in popluar number systems.

HEX335A1D
Decimal519029
Binary110011101101011101
Octal6313235

Shades and tints

Shades of #335A1D

#335A1D
(51,90,29)
#2F521B
(47,82,27)
#2B4A19
(43,74,25)
#274217
(39,66,23)
#233A15
(35,58,21)
#1F3213
(31,50,19)
#1B2A11
(27,42,17)
#17220F
(23,34,15)
#131A0D
(19,26,13)
#0F120B
(15,18,11)
#0B0A09
(11,10,9)
#000000
(0,0,0)

Tints of #335A1D

#335A1D
(51,90,29)
#456931
(69,105,49)
#577845
(87,120,69)
#698759
(105,135,89)
#7B966D
(123,150,109)
#8DA581
(141,165,129)
#9FB495
(159,180,149)
#B1C3A9
(177,195,169)
#C3D2BD
(195,210,189)
#D5E1D1
(213,225,209)
#E7F0E5
(231,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #335A1D; }

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

This text font color is #335A1D.


Background Color

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

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

This div background color is #335A1D.


Border color

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

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

This div border color is #335A1D.


Opacity

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

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

Text with #335A1D 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 #335A1D;}

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

This text has shadow with #335A1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335A1D on black background.


Color preview on white background

This text has color #335A1D on white background.



Black color preview on #335A1D background

This text has black color on #335A1D background.


White color preview on #335A1D background

This text has white color on #335A1D background.