COLOR #336B42

HEX: #336B42
RGB: (51,107,66)

Color info

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

RGB color model

#336B42 color RGB value is (51,107,66).

  • red value is 51;
  • green value is 107;
  • blue value is 66.
RGB:
(51,107,66)
(20%,42%,26%)

RGB channels and saturation

R 51 of 255 = 20%
G 107 of 255 = 42%
B 66 of 255 = 26%

51
107
66

R + G + B ~ 29%. #336B42 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 107 + 66 = 224 (100%)
R 51 of 224 ~ 22.77%
G 107 of 224 ~ 47.77%
B 66 of 224 ~ 29.46%

%22.77
%47.77
%29.46

CMYK color model

#336B42 color CMYK value is (52,0,38,58).

  • cyan value is 52.34%
  • magenta value is 0.00%
  • yellow value is 38.32%
  • key color value is 58.04%
CMYK:
(52,0,38,58)
C52M0Y38K58 
(52%,0%,38%,58%)
(0.52/0.00/0.38/0.58)	

CMYK percentages

%52.34
%0
%38.32
%58.04

Codes

Color #336B42 in popluar color models

336B42
RGB5110766
HSL136°35.44%30.98%
HSB/HSV136°52.34%41.96%
CMYK52.34%0.00%38.32%
58.04%

Color #336B42 in popluar number systems.

HEX336B42
Decimal5110766
Binary11001111010111000010
Octal63153102

Shades and tints

Shades of #336B42

#336B42
(51,107,66)
#2F623C
(47,98,60)
#2B5936
(43,89,54)
#275030
(39,80,48)
#23472A
(35,71,42)
#1F3E24
(31,62,36)
#1B351E
(27,53,30)
#172C18
(23,44,24)
#132312
(19,35,18)
#0F1A0C
(15,26,12)
#0B1106
(11,17,6)
#000000
(0,0,0)

Tints of #336B42

#336B42
(51,107,66)
#457853
(69,120,83)
#578564
(87,133,100)
#699275
(105,146,117)
#7B9F86
(123,159,134)
#8DAC97
(141,172,151)
#9FB9A8
(159,185,168)
#B1C6B9
(177,198,185)
#C3D3CA
(195,211,202)
#D5E0DB
(213,224,219)
#E7EDEC
(231,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #336B42 color. Also use rgb(51,107,66) instead hex code.

Text Font Color

.myTextColor { color: #336B42; }

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

This text font color is #336B42.


Background Color

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

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

This div background color is #336B42.


Border color

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

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

This div border color is #336B42.


Opacity

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

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

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

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

This text has shadow with #336B42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #336B42 on black background.


Color preview on white background

This text has color #336B42 on white background.



Black color preview on #336B42 background

This text has black color on #336B42 background.


White color preview on #336B42 background

This text has white color on #336B42 background.