COLOR #476E72

HEX: #476E72
RGB: (71,110,114)

Color info

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

RGB color model

#476E72 color RGB value is (71,110,114).

  • red value is 71;
  • green value is 110;
  • blue value is 114.
RGB:
(71,110,114)
(28%,43%,45%)

RGB channels and saturation

R 71 of 255 = 28%
G 110 of 255 = 43%
B 114 of 255 = 45%

71
110
114

R + G + B ~ 39%. #476E72 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 110 + 114 = 295 (100%)
R 71 of 295 ~ 24.07%
G 110 of 295 ~ 37.29%
B 114 of 295 ~ 38.64%

%24.07
%37.29
%38.64

CMYK color model

#476E72 color CMYK value is (38,4,0,55).

  • cyan value is 37.72%
  • magenta value is 3.51%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(38,4,0,55)
C38M4Y0K55 
(38%,4%,0%,55%)
(0.38/0.04/0.00/0.55)	

CMYK percentages

%37.72
%3.51
%0
%55.29

Codes

Color #476E72 in popluar color models

476E72
RGB71110114
HSL186°23.24%36.27%
HSB/HSV186°37.72%44.71%
CMYK37.72%3.51%0.00%
55.29%

Color #476E72 in popluar number systems.

HEX476E72
Decimal71110114
Binary100011111011101110010
Octal107156162

Shades and tints

Shades of #476E72

#476E72
(71,110,114)
#416468
(65,100,104)
#3B5A5E
(59,90,94)
#355054
(53,80,84)
#2F464A
(47,70,74)
#293C40
(41,60,64)
#233236
(35,50,54)
#1D282C
(29,40,44)
#171E22
(23,30,34)
#111418
(17,20,24)
#0B0A0E
(11,10,14)
#000000
(0,0,0)

Tints of #476E72

#476E72
(71,110,114)
#577B7E
(87,123,126)
#67888A
(103,136,138)
#779596
(119,149,150)
#87A2A2
(135,162,162)
#97AFAE
(151,175,174)
#A7BCBA
(167,188,186)
#B7C9C6
(183,201,198)
#C7D6D2
(199,214,210)
#D7E3DE
(215,227,222)
#E7F0EA
(231,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476E72 color. Also use rgb(71,110,114) instead hex code.

Text Font Color

.myTextColor { color: #476E72; }

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

This text font color is #476E72.


Background Color

.myBgColor { background-color: #476E72; }

<div style="background-color:#476E72">Inner text</div>

This div background color is #476E72.


Border color

.myBorderColor { border: 1px solid #476E72; }

<div style="border:3px solid #476E72">Div</div>

This div border color is #476E72.


Opacity

.myOpacity80 { color: #476E72; opacity: 0.8; }

<p style="color:#476E72;opacity:0.8;">80%</p>

Text with #476E72 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 #476E72;}

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

This text has shadow with #476E72 color.

.textShadow {text-shadow: 3px 3px 1px #476E72, 3px 3px 1px red;}

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

This text has shadow with #476E72 primary color and red secondary color.


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

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

This text has shadow with #476E72 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476E72 on black background.


Color preview on white background

This text has color #476E72 on white background.



Black color preview on #476E72 background

This text has black color on #476E72 background.


White color preview on #476E72 background

This text has white color on #476E72 background.