COLOR #336144

HEX: #336144
RGB: (51,97,68)

Color info

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

RGB color model

#336144 color RGB value is (51,97,68).

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

RGB channels and saturation

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

51
97
68

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

Portions of RGB colors in percentages

R + G + B =
51 + 97 + 68 = 216 (100%)
R 51 of 216 ~ 23.61%
G 97 of 216 ~ 44.91%
B 68 of 216 ~ 31.48%

%23.61
%44.91
%31.48

CMYK color model

#336144 color CMYK value is (47,0,30,62).

  • cyan value is 47.42%
  • magenta value is 0.00%
  • yellow value is 29.90%
  • key color value is 61.96%
CMYK:
(47,0,30,62)
C47M0Y30K62 
(47%,0%,30%,62%)
(0.47/0.00/0.30/0.62)	

CMYK percentages

%47.42
%0
%29.9
%61.96

Codes

Color #336144 in popluar color models

336144
RGB519768
HSL142°31.08%29.02%
HSB/HSV142°47.42%38.04%
CMYK47.42%0.00%29.90%
61.96%

Color #336144 in popluar number systems.

HEX336144
Decimal519768
Binary11001111000011000100
Octal63141104

Shades and tints

Shades of #336144

#336144
(51,97,68)
#2F593E
(47,89,62)
#2B5138
(43,81,56)
#274932
(39,73,50)
#23412C
(35,65,44)
#1F3926
(31,57,38)
#1B3120
(27,49,32)
#17291A
(23,41,26)
#132114
(19,33,20)
#0F190E
(15,25,14)
#0B1108
(11,17,8)
#000000
(0,0,0)

Tints of #336144

#336144
(51,97,68)
#456F55
(69,111,85)
#577D66
(87,125,102)
#698B77
(105,139,119)
#7B9988
(123,153,136)
#8DA799
(141,167,153)
#9FB5AA
(159,181,170)
#B1C3BB
(177,195,187)
#C3D1CC
(195,209,204)
#D5DFDD
(213,223,221)
#E7EDEE
(231,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #336144; }

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

This text font color is #336144.


Background Color

.myBgColor { background-color: #336144; }

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

This div background color is #336144.


Border color

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

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

This div border color is #336144.


Opacity

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

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

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

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

This text has shadow with #336144 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #336144 on black background.


Color preview on white background

This text has color #336144 on white background.



Black color preview on #336144 background

This text has black color on #336144 background.


White color preview on #336144 background

This text has white color on #336144 background.