COLOR #336D49

HEX: #336D49
RGB: (51,109,73)

Color info

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

RGB color model

#336D49 color RGB value is (51,109,73).

  • red value is 51;
  • green value is 109;
  • blue value is 73.
RGB:
(51,109,73)
(20%,43%,29%)

RGB channels and saturation

R 51 of 255 = 20%
G 109 of 255 = 43%
B 73 of 255 = 29%

51
109
73

R + G + B ~ 31%. #336D49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 109 + 73 = 233 (100%)
R 51 of 233 ~ 21.89%
G 109 of 233 ~ 46.78%
B 73 of 233 ~ 31.33%

%21.89
%46.78
%31.33

CMYK color model

#336D49 color CMYK value is (53,0,33,57).

  • cyan value is 53.21%
  • magenta value is 0.00%
  • yellow value is 33.03%
  • key color value is 57.25%
CMYK:
(53,0,33,57)
C53M0Y33K57 
(53%,0%,33%,57%)
(0.53/0.00/0.33/0.57)	

CMYK percentages

%53.21
%0
%33.03
%57.25

Codes

Color #336D49 in popluar color models

336D49
RGB5110973
HSL143°36.25%31.37%
HSB/HSV143°53.21%42.75%
CMYK53.21%0.00%33.03%
57.25%

Color #336D49 in popluar number systems.

HEX336D49
Decimal5110973
Binary11001111011011001001
Octal63155111

Shades and tints

Shades of #336D49

#336D49
(51,109,73)
#2F6443
(47,100,67)
#2B5B3D
(43,91,61)
#275237
(39,82,55)
#234931
(35,73,49)
#1F402B
(31,64,43)
#1B3725
(27,55,37)
#172E1F
(23,46,31)
#132519
(19,37,25)
#0F1C13
(15,28,19)
#0B130D
(11,19,13)
#000000
(0,0,0)

Tints of #336D49

#336D49
(51,109,73)
#457A59
(69,122,89)
#578769
(87,135,105)
#699479
(105,148,121)
#7BA189
(123,161,137)
#8DAE99
(141,174,153)
#9FBBA9
(159,187,169)
#B1C8B9
(177,200,185)
#C3D5C9
(195,213,201)
#D5E2D9
(213,226,217)
#E7EFE9
(231,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #336D49 color. Also use rgb(51,109,73) instead hex code.

Text Font Color

.myTextColor { color: #336D49; }

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

This text font color is #336D49.


Background Color

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

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

This div background color is #336D49.


Border color

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

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

This div border color is #336D49.


Opacity

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

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

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

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

This text has shadow with #336D49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #336D49 on black background.


Color preview on white background

This text has color #336D49 on white background.



Black color preview on #336D49 background

This text has black color on #336D49 background.


White color preview on #336D49 background

This text has white color on #336D49 background.