COLOR #477F59

HEX: #477F59
RGB: (71,127,89)

Color info

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

RGB color model

#477F59 color RGB value is (71,127,89).

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

RGB channels and saturation

R 71 of 255 = 28%
G 127 of 255 = 50%
B 89 of 255 = 35%

71
127
89

R + G + B ~ 38%. #477F59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 127 + 89 = 287 (100%)
R 71 of 287 ~ 24.74%
G 127 of 287 ~ 44.25%
B 89 of 287 ~ 31.01%

%24.74
%44.25
%31.01

CMYK color model

#477F59 color CMYK value is (44,0,30,50).

  • cyan value is 44.09%
  • magenta value is 0.00%
  • yellow value is 29.92%
  • key color value is 50.20%
CMYK:
(44,0,30,50)
C44M0Y30K50 
(44%,0%,30%,50%)
(0.44/0.00/0.30/0.50)	

CMYK percentages

%44.09
%0
%29.92
%50.2

Codes

Color #477F59 in popluar color models

477F59
RGB7112789
HSL139°28.28%38.82%
HSB/HSV139°44.09%49.80%
CMYK44.09%0.00%29.92%
50.20%

Color #477F59 in popluar number systems.

HEX477F59
Decimal7112789
Binary100011111111111011001
Octal107177131

Shades and tints

Shades of #477F59

#477F59
(71,127,89)
#417451
(65,116,81)
#3B6949
(59,105,73)
#355E41
(53,94,65)
#2F5339
(47,83,57)
#294831
(41,72,49)
#233D29
(35,61,41)
#1D3221
(29,50,33)
#172719
(23,39,25)
#111C11
(17,28,17)
#0B1109
(11,17,9)
#000000
(0,0,0)

Tints of #477F59

#477F59
(71,127,89)
#578A68
(87,138,104)
#679577
(103,149,119)
#77A086
(119,160,134)
#87AB95
(135,171,149)
#97B6A4
(151,182,164)
#A7C1B3
(167,193,179)
#B7CCC2
(183,204,194)
#C7D7D1
(199,215,209)
#D7E2E0
(215,226,224)
#E7EDEF
(231,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #477F59; }

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

This text font color is #477F59.


Background Color

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

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

This div background color is #477F59.


Border color

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

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

This div border color is #477F59.


Opacity

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

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

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

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

This text has shadow with #477F59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477F59 on black background.


Color preview on white background

This text has color #477F59 on white background.



Black color preview on #477F59 background

This text has black color on #477F59 background.


White color preview on #477F59 background

This text has white color on #477F59 background.