COLOR #335B20

HEX: #335B20 RGB: (51,91,32)

Color info

#335B20 contains red, green and blue colors in about the same proportion. Web safe color of #335B20 is #336633 (or #363).

RGB color model

#335B20 color RGB value is (51,91,32).

RGB: (51,91,32) (20%, 36%, 13%)

RGB channels and saturation

R 51 of 255 = 20%
G 91 of 255 = 36%
B 32 of 255 = 13%

51
91
32

R + G + B ~ 23%. #335B20 is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 91 + 32 = 174 (100%)
R 51 of 174 ~ 29.31%
G 91 of 174 ~ 52.3%
B 32 of 174 ~ 18.39'%

%29.31
%52.3
%18.39

CMYK color model

#335B20 color CMYK value is (44,0,65,64).

  • cyan value is 43.96%
  • magenta value is 0.00%
  • yellow value is 64.84%
  • key color value is 64.31%

CMYK: (44,0,65,64)
C44M0Y65K64 (44%, 0%, 65%, 64%)
(0.44 / 0.00 / 0.65 / 0.64)

CMYK percentages

%43.96
%0
%64.84
%64.31

Codes

Color #335B20 in popluar color models

33 5B 20
RGB 51 91 32
HSL 101° 47.97% 24.12%
HSB/HSV 101° 64.84% 35.69%
CMYK 43.96% 0.00% 64.84%
64.31%

Color #335B20 in popluar number systems.

HEX 33 5B 20
Decimal 51 91 32
Binary 110011 1011011 100000
Octal 63 133 40

Shades and tints

Shades of #335B20

#335B20
(51,91,32)
#2F531E
(47,83,30)
#2B4B1C
(43,75,28)
#27431A
(39,67,26)
#233B18
(35,59,24)
#1F3316
(31,51,22)
#1B2B14
(27,43,20)
#172312
(23,35,18)
#131B10
(19,27,16)
#0F130E
(15,19,14)
#0B0B0C
(11,11,12)
#000000
(0,0,0)

Tints of #335B20

#335B20
(51,91,32)
#456934
(69,105,52)
#577748
(87,119,72)
#69855C
(105,133,92)
#7B9370
(123,147,112)
#8DA184
(141,161,132)
#9FAF98
(159,175,152)
#B1BDAC
(177,189,172)
#C3CBC0
(195,203,192)
#D5D9D4
(213,217,212)
#E7E7E8
(231,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #335B20 color. Also use rgb(51,91,32) instead hex code.

Text Font Color

.myTextColor { color: #335B20; }

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

This text font color is #335B20.

Background Color

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

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

This div background color is #335B20.

Border color

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

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

This div border color is #335B20.

Opacity

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

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

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

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

This text has shadow with #335B20 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #335B20.

Preview

Color preview on black background

This text has color #335B20 on black background.


Color preview on white background

This text has color #335B20 on white background.


Black color preview on #335B20 background

This text has black color on #335B20 background.


White color preview on #335B20 background

This text has white color on #335B20 background.


Related colors

Complementary color

Complementary color for #hex is #CCA4DF.


I love getcolorcode.com

Triadic colors

1 #20335B and #5B2033 with #335B20 are triadic colors.

2 #205B33 and #5B3320 with #335B20 are triadic colors.