COLOR #476144

HEX: #476144
RGB: (71,97,68)

Color info

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

RGB color model

#476144 color RGB value is (71,97,68).

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

RGB channels and saturation

R 71 of 255 = 28%
G 97 of 255 = 38%
B 68 of 255 = 27%

71
97
68

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

Portions of RGB colors in percentages

R + G + B =
71 + 97 + 68 = 236 (100%)
R 71 of 236 ~ 30.08%
G 97 of 236 ~ 41.1%
B 68 of 236 ~ 28.81%

%30.08
%41.1
%28.81

CMYK color model

#476144 color CMYK value is (27,0,30,62).

  • cyan value is 26.80%
  • magenta value is 0.00%
  • yellow value is 29.90%
  • key color value is 61.96%
CMYK:
(27,0,30,62)
C27M0Y30K62 
(27%,0%,30%,62%)
(0.27/0.00/0.30/0.62)	

CMYK percentages

%26.8
%0
%29.9
%61.96

Codes

Color #476144 in popluar color models

476144
RGB719768
HSL114°17.58%32.35%
HSB/HSV114°29.90%38.04%
CMYK26.80%0.00%29.90%
61.96%

Color #476144 in popluar number systems.

HEX476144
Decimal719768
Binary100011111000011000100
Octal107141104

Shades and tints

Shades of #476144

#476144
(71,97,68)
#41593E
(65,89,62)
#3B5138
(59,81,56)
#354932
(53,73,50)
#2F412C
(47,65,44)
#293926
(41,57,38)
#233120
(35,49,32)
#1D291A
(29,41,26)
#172114
(23,33,20)
#11190E
(17,25,14)
#0B1108
(11,17,8)
#000000
(0,0,0)

Tints of #476144

#476144
(71,97,68)
#576F55
(87,111,85)
#677D66
(103,125,102)
#778B77
(119,139,119)
#879988
(135,153,136)
#97A799
(151,167,153)
#A7B5AA
(167,181,170)
#B7C3BB
(183,195,187)
#C7D1CC
(199,209,204)
#D7DFDD
(215,223,221)
#E7EDEE
(231,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476144; }

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

This text font color is #476144.


Background Color

.myBgColor { background-color: #476144; }

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

This div background color is #476144.


Border color

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

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

This div border color is #476144.


Opacity

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

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

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

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

This text has shadow with #476144 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476144 on black background.


Color preview on white background

This text has color #476144 on white background.



Black color preview on #476144 background

This text has black color on #476144 background.


White color preview on #476144 background

This text has white color on #476144 background.