COLOR #336947

HEX: #336947
RGB: (51,105,71)

Color info

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

RGB color model

#336947 color RGB value is (51,105,71).

  • red value is 51;
  • green value is 105;
  • blue value is 71.
RGB:
(51,105,71)
(20%,41%,28%)

RGB channels and saturation

R 51 of 255 = 20%
G 105 of 255 = 41%
B 71 of 255 = 28%

51
105
71

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

Portions of RGB colors in percentages

R + G + B =
51 + 105 + 71 = 227 (100%)
R 51 of 227 ~ 22.47%
G 105 of 227 ~ 46.26%
B 71 of 227 ~ 31.28%

%22.47
%46.26
%31.28

CMYK color model

#336947 color CMYK value is (51,0,32,59).

  • cyan value is 51.43%
  • magenta value is 0.00%
  • yellow value is 32.38%
  • key color value is 58.82%
CMYK:
(51,0,32,59)
C51M0Y32K59 
(51%,0%,32%,59%)
(0.51/0.00/0.32/0.59)	

CMYK percentages

%51.43
%0
%32.38
%58.82

Codes

Color #336947 in popluar color models

336947
RGB5110571
HSL142°34.62%30.59%
HSB/HSV142°51.43%41.18%
CMYK51.43%0.00%32.38%
58.82%

Color #336947 in popluar number systems.

HEX336947
Decimal5110571
Binary11001111010011000111
Octal63151107

Shades and tints

Shades of #336947

#336947
(51,105,71)
#2F6041
(47,96,65)
#2B573B
(43,87,59)
#274E35
(39,78,53)
#23452F
(35,69,47)
#1F3C29
(31,60,41)
#1B3323
(27,51,35)
#172A1D
(23,42,29)
#132117
(19,33,23)
#0F1811
(15,24,17)
#0B0F0B
(11,15,11)
#000000
(0,0,0)

Tints of #336947

#336947
(51,105,71)
#457657
(69,118,87)
#578367
(87,131,103)
#699077
(105,144,119)
#7B9D87
(123,157,135)
#8DAA97
(141,170,151)
#9FB7A7
(159,183,167)
#B1C4B7
(177,196,183)
#C3D1C7
(195,209,199)
#D5DED7
(213,222,215)
#E7EBE7
(231,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #336947 color. Also use rgb(51,105,71) instead hex code.

Text Font Color

.myTextColor { color: #336947; }

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

This text font color is #336947.


Background Color

.myBgColor { background-color: #336947; }

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

This div background color is #336947.


Border color

.myBorderColor { border: 1px solid #336947; }

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

This div border color is #336947.


Opacity

.myOpacity80 { color: #336947; opacity: 0.8; }

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

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

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

This text has shadow with #336947 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #336947 on black background.


Color preview on white background

This text has color #336947 on white background.



Black color preview on #336947 background

This text has black color on #336947 background.


White color preview on #336947 background

This text has white color on #336947 background.