COLOR #477E77

HEX: #477E77
RGB: (71,126,119)

Color info

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

RGB color model

#477E77 color RGB value is (71,126,119).

  • red value is 71;
  • green value is 126;
  • blue value is 119.
RGB:
(71,126,119)
(28%,49%,47%)

RGB channels and saturation

R 71 of 255 = 28%
G 126 of 255 = 49%
B 119 of 255 = 47%

71
126
119

R + G + B ~ 41%. #477E77 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
71 + 126 + 119 = 316 (100%)
R 71 of 316 ~ 22.47%
G 126 of 316 ~ 39.87%
B 119 of 316 ~ 37.66%

%22.47
%39.87
%37.66

CMYK color model

#477E77 color CMYK value is (44,0,6,51).

  • cyan value is 43.65%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 50.59%
CMYK:
(44,0,6,51)
C44M0Y6K51 
(44%,0%,6%,51%)
(0.44/0.00/0.06/0.51)	

CMYK percentages

%43.65
%0
%5.56
%50.59

Codes

Color #477E77 in popluar color models

477E77
RGB71126119
HSL172°27.92%38.63%
HSB/HSV172°43.65%49.41%
CMYK43.65%0.00%5.56%
50.59%

Color #477E77 in popluar number systems.

HEX477E77
Decimal71126119
Binary100011111111101110111
Octal107176167

Shades and tints

Shades of #477E77

#477E77
(71,126,119)
#41736D
(65,115,109)
#3B6863
(59,104,99)
#355D59
(53,93,89)
#2F524F
(47,82,79)
#294745
(41,71,69)
#233C3B
(35,60,59)
#1D3131
(29,49,49)
#172627
(23,38,39)
#111B1D
(17,27,29)
#0B1013
(11,16,19)
#000000
(0,0,0)

Tints of #477E77

#477E77
(71,126,119)
#578983
(87,137,131)
#67948F
(103,148,143)
#779F9B
(119,159,155)
#87AAA7
(135,170,167)
#97B5B3
(151,181,179)
#A7C0BF
(167,192,191)
#B7CBCB
(183,203,203)
#C7D6D7
(199,214,215)
#D7E1E3
(215,225,227)
#E7ECEF
(231,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #477E77 color. Also use rgb(71,126,119) instead hex code.

Text Font Color

.myTextColor { color: #477E77; }

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

This text font color is #477E77.


Background Color

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

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

This div background color is #477E77.


Border color

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

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

This div border color is #477E77.


Opacity

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

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

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

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

This text has shadow with #477E77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477E77 on black background.


Color preview on white background

This text has color #477E77 on white background.



Black color preview on #477E77 background

This text has black color on #477E77 background.


White color preview on #477E77 background

This text has white color on #477E77 background.