COLOR #336832

HEX: #336832
RGB: (51,104,50)

Color info

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

RGB color model

#336832 color RGB value is (51,104,50).

  • red value is 51;
  • green value is 104;
  • blue value is 50.
RGB:
(51,104,50)
(20%,41%,20%)

RGB channels and saturation

R 51 of 255 = 20%
G 104 of 255 = 41%
B 50 of 255 = 20%

51
104
50

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

Portions of RGB colors in percentages

R + G + B =
51 + 104 + 50 = 205 (100%)
R 51 of 205 ~ 24.88%
G 104 of 205 ~ 50.73%
B 50 of 205 ~ 24.39%

%24.88
%50.73
%24.39

CMYK color model

#336832 color CMYK value is (51,0,52,59).

  • cyan value is 50.96%
  • magenta value is 0.00%
  • yellow value is 51.92%
  • key color value is 59.22%
CMYK:
(51,0,52,59)
C51M0Y52K59 
(51%,0%,52%,59%)
(0.51/0.00/0.52/0.59)	

CMYK percentages

%50.96
%0
%51.92
%59.22

Codes

Color #336832 in popluar color models

336832
RGB5110450
HSL119°35.06%30.20%
HSB/HSV119°51.92%40.78%
CMYK50.96%0.00%51.92%
59.22%

Color #336832 in popluar number systems.

HEX336832
Decimal5110450
Binary1100111101000110010
Octal6315062

Shades and tints

Shades of #336832

#336832
(51,104,50)
#2F5F2E
(47,95,46)
#2B562A
(43,86,42)
#274D26
(39,77,38)
#234422
(35,68,34)
#1F3B1E
(31,59,30)
#1B321A
(27,50,26)
#172916
(23,41,22)
#132012
(19,32,18)
#0F170E
(15,23,14)
#0B0E0A
(11,14,10)
#000000
(0,0,0)

Tints of #336832

#336832
(51,104,50)
#457544
(69,117,68)
#578256
(87,130,86)
#698F68
(105,143,104)
#7B9C7A
(123,156,122)
#8DA98C
(141,169,140)
#9FB69E
(159,182,158)
#B1C3B0
(177,195,176)
#C3D0C2
(195,208,194)
#D5DDD4
(213,221,212)
#E7EAE6
(231,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #336832 color. Also use rgb(51,104,50) instead hex code.

Text Font Color

.myTextColor { color: #336832; }

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

This text font color is #336832.


Background Color

.myBgColor { background-color: #336832; }

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

This div background color is #336832.


Border color

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

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

This div border color is #336832.


Opacity

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

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

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

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

This text has shadow with #336832 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #336832 on black background.


Color preview on white background

This text has color #336832 on white background.



Black color preview on #336832 background

This text has black color on #336832 background.


White color preview on #336832 background

This text has white color on #336832 background.