COLOR #477F52

HEX: #477F52
RGB: (71,127,82)

Color info

#477F52 contains red, green and blue colors in about the same proportion. Web safe color of #477F52 is #336666 (or #366).

RGB color model

#477F52 color RGB value is (71,127,82).

  • red value is 71;
  • green value is 127;
  • blue value is 82.
RGB:
(71,127,82)
(28%,50%,32%)

RGB channels and saturation

R 71 of 255 = 28%
G 127 of 255 = 50%
B 82 of 255 = 32%

71
127
82

R + G + B ~ 37%. #477F52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 127 + 82 = 280 (100%)
R 71 of 280 ~ 25.36%
G 127 of 280 ~ 45.36%
B 82 of 280 ~ 29.29%

%25.36
%45.36
%29.29

CMYK color model

#477F52 color CMYK value is (44,0,35,50).

  • cyan value is 44.09%
  • magenta value is 0.00%
  • yellow value is 35.43%
  • key color value is 50.20%
CMYK:
(44,0,35,50)
C44M0Y35K50 
(44%,0%,35%,50%)
(0.44/0.00/0.35/0.50)	

CMYK percentages

%44.09
%0
%35.43
%50.2

Codes

Color #477F52 in popluar color models

477F52
RGB7112782
HSL132°28.28%38.82%
HSB/HSV132°44.09%49.80%
CMYK44.09%0.00%35.43%
50.20%

Color #477F52 in popluar number systems.

HEX477F52
Decimal7112782
Binary100011111111111010010
Octal107177122

Shades and tints

Shades of #477F52

#477F52
(71,127,82)
#41744B
(65,116,75)
#3B6944
(59,105,68)
#355E3D
(53,94,61)
#2F5336
(47,83,54)
#29482F
(41,72,47)
#233D28
(35,61,40)
#1D3221
(29,50,33)
#17271A
(23,39,26)
#111C13
(17,28,19)
#0B110C
(11,17,12)
#000000
(0,0,0)

Tints of #477F52

#477F52
(71,127,82)
#578A61
(87,138,97)
#679570
(103,149,112)
#77A07F
(119,160,127)
#87AB8E
(135,171,142)
#97B69D
(151,182,157)
#A7C1AC
(167,193,172)
#B7CCBB
(183,204,187)
#C7D7CA
(199,215,202)
#D7E2D9
(215,226,217)
#E7EDE8
(231,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #477F52 color. Also use rgb(71,127,82) instead hex code.

Text Font Color

.myTextColor { color: #477F52; }

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

This text font color is #477F52.


Background Color

.myBgColor { background-color: #477F52; }

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

This div background color is #477F52.


Border color

.myBorderColor { border: 1px solid #477F52; }

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

This div border color is #477F52.


Opacity

.myOpacity80 { color: #477F52; opacity: 0.8; }

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

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

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

This text has shadow with #477F52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477F52 on black background.


Color preview on white background

This text has color #477F52 on white background.



Black color preview on #477F52 background

This text has black color on #477F52 background.


White color preview on #477F52 background

This text has white color on #477F52 background.