COLOR #336C49

HEX: #336C49 RGB: (51,108,73)

Color info

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

RGB color model

#336C49 color RGB value is (51,108,73).

RGB: (51,108,73) (20%, 42%, 29%)

RGB channels and saturation

R 51 of 255 = 20%
G 108 of 255 = 42%
B 73 of 255 = 29%

51
108
73

R + G + B ~ 30%. #336C49 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 108 + 73 = 232 (100%)
R 51 of 232 ~ 21.98%
G 108 of 232 ~ 46.55%
B 73 of 232 ~ 31.47'%

%21.98
%46.55
%31.47

CMYK color model

#336C49 color CMYK value is (53,0,32,58).

  • cyan value is 52.78%
  • magenta value is 0.00%
  • yellow value is 32.41%
  • key color value is 57.65%

CMYK: (53,0,32,58)
C53M0Y32K58 (53%, 0%, 32%, 58%)
(0.53 / 0.00 / 0.32 / 0.58)

CMYK percentages

%52.78
%0
%32.41
%57.65

Codes

Color #336C49 in popluar color models

33 6C 49
RGB 51 108 73
HSL 143° 35.85% 31.18%
HSB/HSV 143° 52.78% 42.35%
CMYK 52.78% 0.00% 32.41%
57.65%

Color #336C49 in popluar number systems.

HEX 33 6C 49
Decimal 51 108 73
Binary 110011 1101100 1001001
Octal 63 154 111

Shades and tints

Shades of #336C49

#336C49
(51,108,73)
#2F6343
(47,99,67)
#2B5A3D
(43,90,61)
#275137
(39,81,55)
#234831
(35,72,49)
#1F3F2B
(31,63,43)
#1B3625
(27,54,37)
#172D1F
(23,45,31)
#132419
(19,36,25)
#0F1B13
(15,27,19)
#0B120D
(11,18,13)
#000000
(0,0,0)

Tints of #336C49

#336C49
(51,108,73)
#457959
(69,121,89)
#578669
(87,134,105)
#699379
(105,147,121)
#7BA089
(123,160,137)
#8DAD99
(141,173,153)
#9FBAA9
(159,186,169)
#B1C7B9
(177,199,185)
#C3D4C9
(195,212,201)
#D5E1D9
(213,225,217)
#E7EEE9
(231,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #336C49; }

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

This text font color is #336C49.

Background Color

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

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

This div background color is #336C49.

Border color

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

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

This div border color is #336C49.

Opacity

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

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

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

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

This text has shadow with #336C49 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #336C49.

Preview

Color preview on black background

This text has color #336C49 on black background.


Color preview on white background

This text has color #336C49 on white background.


Black color preview on #336C49 background

This text has black color on #336C49 background.


White color preview on #336C49 background

This text has white color on #336C49 background.


Related colors

Complementary color

Complementary color for #hex is #CC93B6.


I love getcolorcode.com

Triadic colors

1 #49336C and #6C4933 with #336C49 are triadic colors.

2 #496C33 and #6C3349 with #336C49 are triadic colors.