COLOR #477F51

HEX: #477F51
RGB: (71,127,81)

Color info

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

RGB color model

#477F51 color RGB value is (71,127,81).

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

RGB channels and saturation

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

71
127
81

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

Portions of RGB colors in percentages

R + G + B =
71 + 127 + 81 = 279 (100%)
R 71 of 279 ~ 25.45%
G 127 of 279 ~ 45.52%
B 81 of 279 ~ 29.03%

%25.45
%45.52
%29.03

CMYK color model

#477F51 color CMYK value is (44,0,36,50).

  • cyan value is 44.09%
  • magenta value is 0.00%
  • yellow value is 36.22%
  • key color value is 50.20%
CMYK:
(44,0,36,50)
C44M0Y36K50 
(44%,0%,36%,50%)
(0.44/0.00/0.36/0.50)	

CMYK percentages

%44.09
%0
%36.22
%50.2

Codes

Color #477F51 in popluar color models

477F51
RGB7112781
HSL131°28.28%38.82%
HSB/HSV131°44.09%49.80%
CMYK44.09%0.00%36.22%
50.20%

Color #477F51 in popluar number systems.

HEX477F51
Decimal7112781
Binary100011111111111010001
Octal107177121

Shades and tints

Shades of #477F51

#477F51
(71,127,81)
#41744A
(65,116,74)
#3B6943
(59,105,67)
#355E3C
(53,94,60)
#2F5335
(47,83,53)
#29482E
(41,72,46)
#233D27
(35,61,39)
#1D3220
(29,50,32)
#172719
(23,39,25)
#111C12
(17,28,18)
#0B110B
(11,17,11)
#000000
(0,0,0)

Tints of #477F51

#477F51
(71,127,81)
#578A60
(87,138,96)
#67956F
(103,149,111)
#77A07E
(119,160,126)
#87AB8D
(135,171,141)
#97B69C
(151,182,156)
#A7C1AB
(167,193,171)
#B7CCBA
(183,204,186)
#C7D7C9
(199,215,201)
#D7E2D8
(215,226,216)
#E7EDE7
(231,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #477F51; }

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

This text font color is #477F51.


Background Color

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

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

This div background color is #477F51.


Border color

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

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

This div border color is #477F51.


Opacity

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

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

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

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

This text has shadow with #477F51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477F51 on black background.


Color preview on white background

This text has color #477F51 on white background.



Black color preview on #477F51 background

This text has black color on #477F51 background.


White color preview on #477F51 background

This text has white color on #477F51 background.