COLOR #336D5E

HEX: #336D5E RGB: (51,109,94)

Color info

#336D5E contains red, green and blue colors in about the same proportion. Web safe color of #336D5E is #336666 (or #366).

RGB color model

#336D5E color RGB value is (51,109,94).

RGB: (51,109,94) (20%, 43%, 37%)

RGB channels and saturation

R 51 of 255 = 20%
G 109 of 255 = 43%
B 94 of 255 = 37%

51
109
94

R + G + B ~ 33%. #336D5E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 109 + 94 = 254 (100%)
R 51 of 254 ~ 20.08%
G 109 of 254 ~ 42.91%
B 94 of 254 ~ 37.01'%

%20.08
%42.91
%37.01

CMYK color model

#336D5E color CMYK value is (53,0,14,57).

  • cyan value is 53.21%
  • magenta value is 0.00%
  • yellow value is 13.76%
  • key color value is 57.25%

CMYK: (53,0,14,57)
C53M0Y14K57 (53%, 0%, 14%, 57%)
(0.53 / 0.00 / 0.14 / 0.57)

CMYK percentages

%53.21
%0
%13.76
%57.25

Codes

Color #336D5E in popluar color models

33 6D 5E
RGB 51 109 94
HSL 164° 36.25% 31.37%
HSB/HSV 164° 53.21% 42.75%
CMYK 53.21% 0.00% 13.76%
57.25%

Color #336D5E in popluar number systems.

HEX 33 6D 5E
Decimal 51 109 94
Binary 110011 1101101 1011110
Octal 63 155 136

Shades and tints

Shades of #336D5E

#336D5E
(51,109,94)
#2F6456
(47,100,86)
#2B5B4E
(43,91,78)
#275246
(39,82,70)
#23493E
(35,73,62)
#1F4036
(31,64,54)
#1B372E
(27,55,46)
#172E26
(23,46,38)
#13251E
(19,37,30)
#0F1C16
(15,28,22)
#0B130E
(11,19,14)
#000000
(0,0,0)

Tints of #336D5E

#336D5E
(51,109,94)
#457A6C
(69,122,108)
#57877A
(87,135,122)
#699488
(105,148,136)
#7BA196
(123,161,150)
#8DAEA4
(141,174,164)
#9FBBB2
(159,187,178)
#B1C8C0
(177,200,192)
#C3D5CE
(195,213,206)
#D5E2DC
(213,226,220)
#E7EFEA
(231,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #336D5E; }

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

This text font color is #336D5E.

Background Color

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

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

This div background color is #336D5E.

Border color

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

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

This div border color is #336D5E.

Opacity

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

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

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

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

This text has shadow with #336D5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #336D5E.

Preview

Color preview on black background

This text has color #336D5E on black background.


Color preview on white background

This text has color #336D5E on white background.


Black color preview on #336D5E background

This text has black color on #336D5E background.


White color preview on #336D5E background

This text has white color on #336D5E background.


Related colors

Complementary color

Complementary color for #hex is #CC92A1.


I love getcolorcode.com

Triadic colors

1 #5E336D and #6D5E33 with #336D5E are triadic colors.

2 #5E6D33 and #6D335E with #336D5E are triadic colors.