COLOR #336639

HEX: #336639
RGB: (51,102,57)

Color info

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

RGB color model

#336639 color RGB value is (51,102,57).

  • red value is 51;
  • green value is 102;
  • blue value is 57.
RGB:
(51,102,57)
(20%,40%,22%)

RGB channels and saturation

R 51 of 255 = 20%
G 102 of 255 = 40%
B 57 of 255 = 22%

51
102
57

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

Portions of RGB colors in percentages

R + G + B =
51 + 102 + 57 = 210 (100%)
R 51 of 210 ~ 24.29%
G 102 of 210 ~ 48.57%
B 57 of 210 ~ 27.14%

%24.29
%48.57
%27.14

CMYK color model

#336639 color CMYK value is (50,0,44,60).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 44.12%
  • key color value is 60.00%
CMYK:
(50,0,44,60)
C50M0Y44K60 
(50%,0%,44%,60%)
(0.50/0.00/0.44/0.60)	

CMYK percentages

%50
%0
%44.12
%60

Codes

Color #336639 in popluar color models

336639
RGB5110257
HSL127°33.33%30.00%
HSB/HSV127°50.00%40.00%
CMYK50.00%0.00%44.12%
60.00%

Color #336639 in popluar number systems.

HEX336639
Decimal5110257
Binary1100111100110111001
Octal6314671

Shades and tints

Shades of #336639

#336639
(51,102,57)
#2F5D34
(47,93,52)
#2B542F
(43,84,47)
#274B2A
(39,75,42)
#234225
(35,66,37)
#1F3920
(31,57,32)
#1B301B
(27,48,27)
#172716
(23,39,22)
#131E11
(19,30,17)
#0F150C
(15,21,12)
#0B0C07
(11,12,7)
#000000
(0,0,0)

Tints of #336639

#336639
(51,102,57)
#45734B
(69,115,75)
#57805D
(87,128,93)
#698D6F
(105,141,111)
#7B9A81
(123,154,129)
#8DA793
(141,167,147)
#9FB4A5
(159,180,165)
#B1C1B7
(177,193,183)
#C3CEC9
(195,206,201)
#D5DBDB
(213,219,219)
#E7E8ED
(231,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #336639 color. Also use rgb(51,102,57) instead hex code.

Text Font Color

.myTextColor { color: #336639; }

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

This text font color is #336639.


Background Color

.myBgColor { background-color: #336639; }

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

This div background color is #336639.


Border color

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

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

This div border color is #336639.


Opacity

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

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

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

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

This text has shadow with #336639 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #336639 on black background.


Color preview on white background

This text has color #336639 on white background.



Black color preview on #336639 background

This text has black color on #336639 background.


White color preview on #336639 background

This text has white color on #336639 background.