COLOR #477246

HEX: #477246
RGB: (71,114,70)

Color info

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

RGB color model

#477246 color RGB value is (71,114,70).

  • red value is 71;
  • green value is 114;
  • blue value is 70.
RGB:
(71,114,70)
(28%,45%,27%)

RGB channels and saturation

R 71 of 255 = 28%
G 114 of 255 = 45%
B 70 of 255 = 27%

71
114
70

R + G + B ~ 33%. #477246 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 114 + 70 = 255 (100%)
R 71 of 255 ~ 27.84%
G 114 of 255 ~ 44.71%
B 70 of 255 ~ 27.45%

%27.84
%44.71
%27.45

CMYK color model

#477246 color CMYK value is (38,0,39,55).

  • cyan value is 37.72%
  • magenta value is 0.00%
  • yellow value is 38.60%
  • key color value is 55.29%
CMYK:
(38,0,39,55)
C38M0Y39K55 
(38%,0%,39%,55%)
(0.38/0.00/0.39/0.55)	

CMYK percentages

%37.72
%0
%38.6
%55.29

Codes

Color #477246 in popluar color models

477246
RGB7111470
HSL119°23.91%36.08%
HSB/HSV119°38.60%44.71%
CMYK37.72%0.00%38.60%
55.29%

Color #477246 in popluar number systems.

HEX477246
Decimal7111470
Binary100011111100101000110
Octal107162106

Shades and tints

Shades of #477246

#477246
(71,114,70)
#416840
(65,104,64)
#3B5E3A
(59,94,58)
#355434
(53,84,52)
#2F4A2E
(47,74,46)
#294028
(41,64,40)
#233622
(35,54,34)
#1D2C1C
(29,44,28)
#172216
(23,34,22)
#111810
(17,24,16)
#0B0E0A
(11,14,10)
#000000
(0,0,0)

Tints of #477246

#477246
(71,114,70)
#577E56
(87,126,86)
#678A66
(103,138,102)
#779676
(119,150,118)
#87A286
(135,162,134)
#97AE96
(151,174,150)
#A7BAA6
(167,186,166)
#B7C6B6
(183,198,182)
#C7D2C6
(199,210,198)
#D7DED6
(215,222,214)
#E7EAE6
(231,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #477246 color. Also use rgb(71,114,70) instead hex code.

Text Font Color

.myTextColor { color: #477246; }

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

This text font color is #477246.


Background Color

.myBgColor { background-color: #477246; }

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

This div background color is #477246.


Border color

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

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

This div border color is #477246.


Opacity

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

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

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

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

This text has shadow with #477246 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477246 on black background.


Color preview on white background

This text has color #477246 on white background.



Black color preview on #477246 background

This text has black color on #477246 background.


White color preview on #477246 background

This text has white color on #477246 background.