COLOR #336D4D

HEX: #336D4D RGB: (51,109,77)

Color info

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

RGB color model

#336D4D color RGB value is (51,109,77).

RGB: (51,109,77) (20%, 43%, 30%)

RGB channels and saturation

R 51 of 255 = 20%
G 109 of 255 = 43%
B 77 of 255 = 30%

51
109
77

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

Portions of RGB colors in percentages

R + G + B = 51 + 109 + 77 = 237 (100%)
R 51 of 237 ~ 21.52%
G 109 of 237 ~ 45.99%
B 77 of 237 ~ 32.49'%

%21.52
%45.99
%32.49

CMYK color model

#336D4D color CMYK value is (53,0,29,57).

  • cyan value is 53.21%
  • magenta value is 0.00%
  • yellow value is 29.36%
  • key color value is 57.25%
CMYK: (53,0,29,57) C53M0Y29K57 (53%,0%,29%,57%) (0.53/0.00/0.29/0.57) 

CMYK percentages

%53.21
%0
%29.36
%57.25

Codes

Color #336D4D in popluar color models

33 6D 4D
RGB 51 109 77
HSL 147° 36.25% 31.37%
HSB/HSV 147° 53.21% 42.75%
CMYK 53.21% 0.00% 29.36%
57.25%

Color #336D4D in popluar number systems.

HEX 33 6D 4D
Decimal 51 109 77
Binary 110011 1101101 1001101
Octal 63 155 115

Shades and tints

Shades of #336D4D

#336D4D
(51,109,77)
#2F6446
(47,100,70)
#2B5B3F
(43,91,63)
#275238
(39,82,56)
#234931
(35,73,49)
#1F402A
(31,64,42)
#1B3723
(27,55,35)
#172E1C
(23,46,28)
#132515
(19,37,21)
#0F1C0E
(15,28,14)
#0B1307
(11,19,7)
#000000
(0,0,0)

Tints of #336D4D

#336D4D
(51,109,77)
#457A5D
(69,122,93)
#57876D
(87,135,109)
#69947D
(105,148,125)
#7BA18D
(123,161,141)
#8DAE9D
(141,174,157)
#9FBBAD
(159,187,173)
#B1C8BD
(177,200,189)
#C3D5CD
(195,213,205)
#D5E2DD
(213,226,221)
#E7EFED
(231,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #336D4D; }

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

This text font color is #336D4D.

Background Color

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

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

This div background color is #336D4D.

Border color

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

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

This div border color is #336D4D.

Opacity

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

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

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

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

This text has shadow with #336D4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #336D4D.

Preview

Color preview on black background

This text has color #336D4D on black background.


Color preview on white background

This text has color #336D4D on white background.


Black color preview on #336D4D background

This text has black color on #336D4D background.


White color preview on #336D4D background

This text has white color on #336D4D background.


Related colors

Complementary color

Complementary color for #hex is #CC92B2.


I love getcolorcode.com

Triadic colors

1 #4D336D and #6D4D33 with #336D4D are triadic colors.

2 #4D6D33 and #6D334D with #336D4D are triadic colors.