COLOR #336146

HEX: #336146
RGB: (51,97,70)

Color info

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

RGB color model

#336146 color RGB value is (51,97,70).

  • red value is 51;
  • green value is 97;
  • blue value is 70.
RGB:
(51,97,70)
(20%,38%,27%)

RGB channels and saturation

R 51 of 255 = 20%
G 97 of 255 = 38%
B 70 of 255 = 27%

51
97
70

R + G + B ~ 28%. #336146 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 97 + 70 = 218 (100%)
R 51 of 218 ~ 23.39%
G 97 of 218 ~ 44.5%
B 70 of 218 ~ 32.11%

%23.39
%44.5
%32.11

CMYK color model

#336146 color CMYK value is (47,0,28,62).

  • cyan value is 47.42%
  • magenta value is 0.00%
  • yellow value is 27.84%
  • key color value is 61.96%
CMYK:
(47,0,28,62)
C47M0Y28K62 
(47%,0%,28%,62%)
(0.47/0.00/0.28/0.62)	

CMYK percentages

%47.42
%0
%27.84
%61.96

Codes

Color #336146 in popluar color models

336146
RGB519770
HSL145°31.08%29.02%
HSB/HSV145°47.42%38.04%
CMYK47.42%0.00%27.84%
61.96%

Color #336146 in popluar number systems.

HEX336146
Decimal519770
Binary11001111000011000110
Octal63141106

Shades and tints

Shades of #336146

#336146
(51,97,70)
#2F5940
(47,89,64)
#2B513A
(43,81,58)
#274934
(39,73,52)
#23412E
(35,65,46)
#1F3928
(31,57,40)
#1B3122
(27,49,34)
#17291C
(23,41,28)
#132116
(19,33,22)
#0F1910
(15,25,16)
#0B110A
(11,17,10)
#000000
(0,0,0)

Tints of #336146

#336146
(51,97,70)
#456F56
(69,111,86)
#577D66
(87,125,102)
#698B76
(105,139,118)
#7B9986
(123,153,134)
#8DA796
(141,167,150)
#9FB5A6
(159,181,166)
#B1C3B6
(177,195,182)
#C3D1C6
(195,209,198)
#D5DFD6
(213,223,214)
#E7EDE6
(231,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #336146 color. Also use rgb(51,97,70) instead hex code.

Text Font Color

.myTextColor { color: #336146; }

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

This text font color is #336146.


Background Color

.myBgColor { background-color: #336146; }

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

This div background color is #336146.


Border color

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

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

This div border color is #336146.


Opacity

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

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

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

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

This text has shadow with #336146 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #336146 on black background.


Color preview on white background

This text has color #336146 on white background.



Black color preview on #336146 background

This text has black color on #336146 background.


White color preview on #336146 background

This text has white color on #336146 background.