COLOR #475972

HEX: #475972
RGB: (71,89,114)

Color info

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

RGB color model

#475972 color RGB value is (71,89,114).

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

RGB channels and saturation

R 71 of 255 = 28%
G 89 of 255 = 35%
B 114 of 255 = 45%

71
89
114

R + G + B ~ 36%. #475972 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 89 + 114 = 274 (100%)
R 71 of 274 ~ 25.91%
G 89 of 274 ~ 32.48%
B 114 of 274 ~ 41.61%

%25.91
%32.48
%41.61

CMYK color model

#475972 color CMYK value is (38,22,0,55).

  • cyan value is 37.72%
  • magenta value is 21.93%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(38,22,0,55)
C38M22Y0K55 
(38%,22%,0%,55%)
(0.38/0.22/0.00/0.55)	

CMYK percentages

%37.72
%21.93
%0
%55.29

Codes

Color #475972 in popluar color models

475972
RGB7189114
HSL215°23.24%36.27%
HSB/HSV215°37.72%44.71%
CMYK37.72%21.93%0.00%
55.29%

Color #475972 in popluar number systems.

HEX475972
Decimal7189114
Binary100011110110011110010
Octal107131162

Shades and tints

Shades of #475972

#475972
(71,89,114)
#415168
(65,81,104)
#3B495E
(59,73,94)
#354154
(53,65,84)
#2F394A
(47,57,74)
#293140
(41,49,64)
#232936
(35,41,54)
#1D212C
(29,33,44)
#171922
(23,25,34)
#111118
(17,17,24)
#0B090E
(11,9,14)
#000000
(0,0,0)

Tints of #475972

#475972
(71,89,114)
#57687E
(87,104,126)
#67778A
(103,119,138)
#778696
(119,134,150)
#8795A2
(135,149,162)
#97A4AE
(151,164,174)
#A7B3BA
(167,179,186)
#B7C2C6
(183,194,198)
#C7D1D2
(199,209,210)
#D7E0DE
(215,224,222)
#E7EFEA
(231,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475972; }

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

This text font color is #475972.


Background Color

.myBgColor { background-color: #475972; }

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

This div background color is #475972.


Border color

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

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

This div border color is #475972.


Opacity

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

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

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

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

This text has shadow with #475972 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475972 on black background.


Color preview on white background

This text has color #475972 on white background.



Black color preview on #475972 background

This text has black color on #475972 background.


White color preview on #475972 background

This text has white color on #475972 background.