COLOR #477A77

HEX: #477A77
RGB: (71,122,119)

Color info

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

RGB color model

#477A77 color RGB value is (71,122,119).

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

RGB channels and saturation

R 71 of 255 = 28%
G 122 of 255 = 48%
B 119 of 255 = 47%

71
122
119

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

Portions of RGB colors in percentages

R + G + B =
71 + 122 + 119 = 312 (100%)
R 71 of 312 ~ 22.76%
G 122 of 312 ~ 39.1%
B 119 of 312 ~ 38.14%

%22.76
%39.1
%38.14

CMYK color model

#477A77 color CMYK value is (42,0,2,52).

  • cyan value is 41.80%
  • magenta value is 0.00%
  • yellow value is 2.46%
  • key color value is 52.16%
CMYK:
(42,0,2,52)
C42M0Y2K52 
(42%,0%,2%,52%)
(0.42/0.00/0.02/0.52)	

CMYK percentages

%41.8
%0
%2.46
%52.16

Codes

Color #477A77 in popluar color models

477A77
RGB71122119
HSL176°26.42%37.84%
HSB/HSV176°41.80%47.84%
CMYK41.80%0.00%2.46%
52.16%

Color #477A77 in popluar number systems.

HEX477A77
Decimal71122119
Binary100011111110101110111
Octal107172167

Shades and tints

Shades of #477A77

#477A77
(71,122,119)
#416F6D
(65,111,109)
#3B6463
(59,100,99)
#355959
(53,89,89)
#2F4E4F
(47,78,79)
#294345
(41,67,69)
#23383B
(35,56,59)
#1D2D31
(29,45,49)
#172227
(23,34,39)
#11171D
(17,23,29)
#0B0C13
(11,12,19)
#000000
(0,0,0)

Tints of #477A77

#477A77
(71,122,119)
#578683
(87,134,131)
#67928F
(103,146,143)
#779E9B
(119,158,155)
#87AAA7
(135,170,167)
#97B6B3
(151,182,179)
#A7C2BF
(167,194,191)
#B7CECB
(183,206,203)
#C7DAD7
(199,218,215)
#D7E6E3
(215,230,227)
#E7F2EF
(231,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #477A77; }

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

This text font color is #477A77.


Background Color

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

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

This div background color is #477A77.


Border color

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

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

This div border color is #477A77.


Opacity

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

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

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

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

This text has shadow with #477A77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477A77 on black background.


Color preview on white background

This text has color #477A77 on white background.



Black color preview on #477A77 background

This text has black color on #477A77 background.


White color preview on #477A77 background

This text has white color on #477A77 background.