COLOR #336C22

HEX: #336C22 RGB: (51,108,34)

Color info

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

RGB color model

#336C22 color RGB value is (51,108,34).

RGB: (51,108,34) (20%, 42%, 13%)

RGB channels and saturation

R 51 of 255 = 20%
G 108 of 255 = 42%
B 34 of 255 = 13%

51
108
34

R + G + B ~ 25%. #336C22 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 108 + 34 = 193 (100%)
R 51 of 193 ~ 26.42%
G 108 of 193 ~ 55.96%
B 34 of 193 ~ 17.62'%

%26.42
%55.96
%17.62

CMYK color model

#336C22 color CMYK value is (53,0,69,58).

  • cyan value is 52.78%
  • magenta value is 0.00%
  • yellow value is 68.52%
  • key color value is 57.65%
CMYK: (53,0,69,58) C53M0Y69K58 (53%,0%,69%,58%) (0.53/0.00/0.69/0.58) 

CMYK percentages

%52.78
%0
%68.52
%57.65

Codes

Color #336C22 in popluar color models

33 6C 22
RGB 51 108 34
HSL 106° 52.11% 27.84%
HSB/HSV 106° 68.52% 42.35%
CMYK 52.78% 0.00% 68.52%
57.65%

Color #336C22 in popluar number systems.

HEX 33 6C 22
Decimal 51 108 34
Binary 110011 1101100 100010
Octal 63 154 42

Shades and tints

Shades of #336C22

#336C22
(51,108,34)
#2F631F
(47,99,31)
#2B5A1C
(43,90,28)
#275119
(39,81,25)
#234816
(35,72,22)
#1F3F13
(31,63,19)
#1B3610
(27,54,16)
#172D0D
(23,45,13)
#13240A
(19,36,10)
#0F1B07
(15,27,7)
#0B1204
(11,18,4)
#000000
(0,0,0)

Tints of #336C22

#336C22
(51,108,34)
#457936
(69,121,54)
#57864A
(87,134,74)
#69935E
(105,147,94)
#7BA072
(123,160,114)
#8DAD86
(141,173,134)
#9FBA9A
(159,186,154)
#B1C7AE
(177,199,174)
#C3D4C2
(195,212,194)
#D5E1D6
(213,225,214)
#E7EEEA
(231,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #336C22 color. Also use rgb(51,108,34) instead hex code.

Text Font Color

.myTextColor { color: #336C22; }

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

This text font color is #336C22.

Background Color

.myBgColor { background-color: #336C22; }

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

This div background color is #336C22.

Border color

.myBorderColor { border: 1px solid #336C22; }

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

This div border color is #336C22.

Opacity

.myOpacity80 { color: #336C22; opacity: 0.8; }

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

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

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

This text has shadow with #336C22 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #336C22.

Preview

Color preview on black background

This text has color #336C22 on black background.


Color preview on white background

This text has color #336C22 on white background.


Black color preview on #336C22 background

This text has black color on #336C22 background.


White color preview on #336C22 background

This text has white color on #336C22 background.


Related colors

Complementary color

Complementary color for #hex is #CC93DD.


I love getcolorcode.com

Triadic colors

1 #22336C and #6C2233 with #336C22 are triadic colors.

2 #226C33 and #6C3322 with #336C22 are triadic colors.