COLOR #477072

HEX: #477072
RGB: (71,112,114)

Color info

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

RGB color model

#477072 color RGB value is (71,112,114).

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

RGB channels and saturation

R 71 of 255 = 28%
G 112 of 255 = 44%
B 114 of 255 = 45%

71
112
114

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

Portions of RGB colors in percentages

R + G + B =
71 + 112 + 114 = 297 (100%)
R 71 of 297 ~ 23.91%
G 112 of 297 ~ 37.71%
B 114 of 297 ~ 38.38%

%23.91
%37.71
%38.38

CMYK color model

#477072 color CMYK value is (38,2,0,55).

  • cyan value is 37.72%
  • magenta value is 1.75%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(38,2,0,55)
C38M2Y0K55 
(38%,2%,0%,55%)
(0.38/0.02/0.00/0.55)	

CMYK percentages

%37.72
%1.75
%0
%55.29

Codes

Color #477072 in popluar color models

477072
RGB71112114
HSL183°23.24%36.27%
HSB/HSV183°37.72%44.71%
CMYK37.72%1.75%0.00%
55.29%

Color #477072 in popluar number systems.

HEX477072
Decimal71112114
Binary100011111100001110010
Octal107160162

Shades and tints

Shades of #477072

#477072
(71,112,114)
#416668
(65,102,104)
#3B5C5E
(59,92,94)
#355254
(53,82,84)
#2F484A
(47,72,74)
#293E40
(41,62,64)
#233436
(35,52,54)
#1D2A2C
(29,42,44)
#172022
(23,32,34)
#111618
(17,22,24)
#0B0C0E
(11,12,14)
#000000
(0,0,0)

Tints of #477072

#477072
(71,112,114)
#577D7E
(87,125,126)
#678A8A
(103,138,138)
#779796
(119,151,150)
#87A4A2
(135,164,162)
#97B1AE
(151,177,174)
#A7BEBA
(167,190,186)
#B7CBC6
(183,203,198)
#C7D8D2
(199,216,210)
#D7E5DE
(215,229,222)
#E7F2EA
(231,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #477072; }

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

This text font color is #477072.


Background Color

.myBgColor { background-color: #477072; }

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

This div background color is #477072.


Border color

.myBorderColor { border: 1px solid #477072; }

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

This div border color is #477072.


Opacity

.myOpacity80 { color: #477072; opacity: 0.8; }

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

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

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

This text has shadow with #477072 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477072 on black background.


Color preview on white background

This text has color #477072 on white background.



Black color preview on #477072 background

This text has black color on #477072 background.


White color preview on #477072 background

This text has white color on #477072 background.