COLOR #336C31

HEX: #336C31 RGB: (51,108,49)

Color info

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

RGB color model

#336C31 color RGB value is (51,108,49).

RGB: (51,108,49) (20%, 42%, 19%)

RGB channels and saturation

R 51 of 255 = 20%
G 108 of 255 = 42%
B 49 of 255 = 19%

51
108
49

R + G + B ~ 27%. #336C31 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 108 + 49 = 208 (100%)
R 51 of 208 ~ 24.52%
G 108 of 208 ~ 51.92%
B 49 of 208 ~ 23.56'%

%24.52
%51.92
%23.56

CMYK color model

#336C31 color CMYK value is (53,0,55,58).

  • cyan value is 52.78%
  • magenta value is 0.00%
  • yellow value is 54.63%
  • key color value is 57.65%

CMYK: (53,0,55,58)
C53M0Y55K58 (53%, 0%, 55%, 58%)
(0.53 / 0.00 / 0.55 / 0.58)

CMYK percentages

%52.78
%0
%54.63
%57.65

Codes

Color #336C31 in popluar color models

33 6C 31
RGB 51 108 49
HSL 118° 37.58% 30.78%
HSB/HSV 118° 54.63% 42.35%
CMYK 52.78% 0.00% 54.63%
57.65%

Color #336C31 in popluar number systems.

HEX 33 6C 31
Decimal 51 108 49
Binary 110011 1101100 110001
Octal 63 154 61

Shades and tints

Shades of #336C31

#336C31
(51,108,49)
#2F632D
(47,99,45)
#2B5A29
(43,90,41)
#275125
(39,81,37)
#234821
(35,72,33)
#1F3F1D
(31,63,29)
#1B3619
(27,54,25)
#172D15
(23,45,21)
#132411
(19,36,17)
#0F1B0D
(15,27,13)
#0B1209
(11,18,9)
#000000
(0,0,0)

Tints of #336C31

#336C31
(51,108,49)
#457943
(69,121,67)
#578655
(87,134,85)
#699367
(105,147,103)
#7BA079
(123,160,121)
#8DAD8B
(141,173,139)
#9FBA9D
(159,186,157)
#B1C7AF
(177,199,175)
#C3D4C1
(195,212,193)
#D5E1D3
(213,225,211)
#E7EEE5
(231,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #336C31; }

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

This text font color is #336C31.

Background Color

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

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

This div background color is #336C31.

Border color

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

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

This div border color is #336C31.

Opacity

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

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

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

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

This text has shadow with #336C31 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #336C31.

Preview

Color preview on black background

This text has color #336C31 on black background.


Color preview on white background

This text has color #336C31 on white background.


Black color preview on #336C31 background

This text has black color on #336C31 background.


White color preview on #336C31 background

This text has white color on #336C31 background.


Related colors

Complementary color

Complementary color for #hex is #CC93CE.


I love getcolorcode.com

Triadic colors

1 #31336C and #6C3133 with #336C31 are triadic colors.

2 #316C33 and #6C3331 with #336C31 are triadic colors.