COLOR #477D51

HEX: #477D51
RGB: (71,125,81)

Color info

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

RGB color model

#477D51 color RGB value is (71,125,81).

  • red value is 71;
  • green value is 125;
  • blue value is 81.
RGB:
(71,125,81)
(28%,49%,32%)

RGB channels and saturation

R 71 of 255 = 28%
G 125 of 255 = 49%
B 81 of 255 = 32%

71
125
81

R + G + B ~ 36%. #477D51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 125 + 81 = 277 (100%)
R 71 of 277 ~ 25.63%
G 125 of 277 ~ 45.13%
B 81 of 277 ~ 29.24%

%25.63
%45.13
%29.24

CMYK color model

#477D51 color CMYK value is (43,0,35,51).

  • cyan value is 43.20%
  • magenta value is 0.00%
  • yellow value is 35.20%
  • key color value is 50.98%
CMYK:
(43,0,35,51)
C43M0Y35K51 
(43%,0%,35%,51%)
(0.43/0.00/0.35/0.51)	

CMYK percentages

%43.2
%0
%35.2
%50.98

Codes

Color #477D51 in popluar color models

477D51
RGB7112581
HSL131°27.55%38.43%
HSB/HSV131°43.20%49.02%
CMYK43.20%0.00%35.20%
50.98%

Color #477D51 in popluar number systems.

HEX477D51
Decimal7112581
Binary100011111111011010001
Octal107175121

Shades and tints

Shades of #477D51

#477D51
(71,125,81)
#41724A
(65,114,74)
#3B6743
(59,103,67)
#355C3C
(53,92,60)
#2F5135
(47,81,53)
#29462E
(41,70,46)
#233B27
(35,59,39)
#1D3020
(29,48,32)
#172519
(23,37,25)
#111A12
(17,26,18)
#0B0F0B
(11,15,11)
#000000
(0,0,0)

Tints of #477D51

#477D51
(71,125,81)
#578860
(87,136,96)
#67936F
(103,147,111)
#779E7E
(119,158,126)
#87A98D
(135,169,141)
#97B49C
(151,180,156)
#A7BFAB
(167,191,171)
#B7CABA
(183,202,186)
#C7D5C9
(199,213,201)
#D7E0D8
(215,224,216)
#E7EBE7
(231,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #477D51 color. Also use rgb(71,125,81) instead hex code.

Text Font Color

.myTextColor { color: #477D51; }

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

This text font color is #477D51.


Background Color

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

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

This div background color is #477D51.


Border color

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

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

This div border color is #477D51.


Opacity

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

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

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

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

This text has shadow with #477D51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477D51 on black background.


Color preview on white background

This text has color #477D51 on white background.



Black color preview on #477D51 background

This text has black color on #477D51 background.


White color preview on #477D51 background

This text has white color on #477D51 background.