COLOR #336220

HEX: #336220
RGB: (51,98,32)

Color info

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

RGB color model

#336220 color RGB value is (51,98,32).

  • red value is 51;
  • green value is 98;
  • blue value is 32.
RGB:
(51,98,32)
(20%,38%,13%)

RGB channels and saturation

R 51 of 255 = 20%
G 98 of 255 = 38%
B 32 of 255 = 13%

51
98
32

R + G + B ~ 24%. #336220 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 98 + 32 = 181 (100%)
R 51 of 181 ~ 28.18%
G 98 of 181 ~ 54.14%
B 32 of 181 ~ 17.68%

%28.18
%54.14
%17.68

CMYK color model

#336220 color CMYK value is (48,0,67,62).

  • cyan value is 47.96%
  • magenta value is 0.00%
  • yellow value is 67.35%
  • key color value is 61.57%
CMYK:
(48,0,67,62)
C48M0Y67K62 
(48%,0%,67%,62%)
(0.48/0.00/0.67/0.62)	

CMYK percentages

%47.96
%0
%67.35
%61.57

Codes

Color #336220 in popluar color models

336220
RGB519832
HSL103°50.77%25.49%
HSB/HSV103°67.35%38.43%
CMYK47.96%0.00%67.35%
61.57%

Color #336220 in popluar number systems.

HEX336220
Decimal519832
Binary1100111100010100000
Octal6314240

Shades and tints

Shades of #336220

#336220
(51,98,32)
#2F5A1E
(47,90,30)
#2B521C
(43,82,28)
#274A1A
(39,74,26)
#234218
(35,66,24)
#1F3A16
(31,58,22)
#1B3214
(27,50,20)
#172A12
(23,42,18)
#132210
(19,34,16)
#0F1A0E
(15,26,14)
#0B120C
(11,18,12)
#000000
(0,0,0)

Tints of #336220

#336220
(51,98,32)
#457034
(69,112,52)
#577E48
(87,126,72)
#698C5C
(105,140,92)
#7B9A70
(123,154,112)
#8DA884
(141,168,132)
#9FB698
(159,182,152)
#B1C4AC
(177,196,172)
#C3D2C0
(195,210,192)
#D5E0D4
(213,224,212)
#E7EEE8
(231,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #336220; }

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

This text font color is #336220.


Background Color

.myBgColor { background-color: #336220; }

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

This div background color is #336220.


Border color

.myBorderColor { border: 1px solid #336220; }

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

This div border color is #336220.


Opacity

.myOpacity80 { color: #336220; opacity: 0.8; }

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

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

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

This text has shadow with #336220 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #336220 on black background.


Color preview on white background

This text has color #336220 on white background.



Black color preview on #336220 background

This text has black color on #336220 background.


White color preview on #336220 background

This text has white color on #336220 background.