COLOR #477146

HEX: #477146
RGB: (71,113,70)

Color info

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

RGB color model

#477146 color RGB value is (71,113,70).

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

RGB channels and saturation

R 71 of 255 = 28%
G 113 of 255 = 44%
B 70 of 255 = 27%

71
113
70

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

Portions of RGB colors in percentages

R + G + B =
71 + 113 + 70 = 254 (100%)
R 71 of 254 ~ 27.95%
G 113 of 254 ~ 44.49%
B 70 of 254 ~ 27.56%

%27.95
%44.49
%27.56

CMYK color model

#477146 color CMYK value is (37,0,38,56).

  • cyan value is 37.17%
  • magenta value is 0.00%
  • yellow value is 38.05%
  • key color value is 55.69%
CMYK:
(37,0,38,56)
C37M0Y38K56 
(37%,0%,38%,56%)
(0.37/0.00/0.38/0.56)	

CMYK percentages

%37.17
%0
%38.05
%55.69

Codes

Color #477146 in popluar color models

477146
RGB7111370
HSL119°23.50%35.88%
HSB/HSV119°38.05%44.31%
CMYK37.17%0.00%38.05%
55.69%

Color #477146 in popluar number systems.

HEX477146
Decimal7111370
Binary100011111100011000110
Octal107161106

Shades and tints

Shades of #477146

#477146
(71,113,70)
#416740
(65,103,64)
#3B5D3A
(59,93,58)
#355334
(53,83,52)
#2F492E
(47,73,46)
#293F28
(41,63,40)
#233522
(35,53,34)
#1D2B1C
(29,43,28)
#172116
(23,33,22)
#111710
(17,23,16)
#0B0D0A
(11,13,10)
#000000
(0,0,0)

Tints of #477146

#477146
(71,113,70)
#577D56
(87,125,86)
#678966
(103,137,102)
#779576
(119,149,118)
#87A186
(135,161,134)
#97AD96
(151,173,150)
#A7B9A6
(167,185,166)
#B7C5B6
(183,197,182)
#C7D1C6
(199,209,198)
#D7DDD6
(215,221,214)
#E7E9E6
(231,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #477146; }

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

This text font color is #477146.


Background Color

.myBgColor { background-color: #477146; }

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

This div background color is #477146.


Border color

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

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

This div border color is #477146.


Opacity

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

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

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

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

This text has shadow with #477146 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477146 on black background.


Color preview on white background

This text has color #477146 on white background.



Black color preview on #477146 background

This text has black color on #477146 background.


White color preview on #477146 background

This text has white color on #477146 background.