COLOR #475F72

HEX: #475F72
RGB: (71,95,114)

Color info

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

RGB color model

#475F72 color RGB value is (71,95,114).

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

RGB channels and saturation

R 71 of 255 = 28%
G 95 of 255 = 37%
B 114 of 255 = 45%

71
95
114

R + G + B ~ 37%. #475F72 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 95 + 114 = 280 (100%)
R 71 of 280 ~ 25.36%
G 95 of 280 ~ 33.93%
B 114 of 280 ~ 40.71%

%25.36
%33.93
%40.71

CMYK color model

#475F72 color CMYK value is (38,17,0,55).

  • cyan value is 37.72%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(38,17,0,55)
C38M17Y0K55 
(38%,17%,0%,55%)
(0.38/0.17/0.00/0.55)	

CMYK percentages

%37.72
%16.67
%0
%55.29

Codes

Color #475F72 in popluar color models

475F72
RGB7195114
HSL207°23.24%36.27%
HSB/HSV207°37.72%44.71%
CMYK37.72%16.67%0.00%
55.29%

Color #475F72 in popluar number systems.

HEX475F72
Decimal7195114
Binary100011110111111110010
Octal107137162

Shades and tints

Shades of #475F72

#475F72
(71,95,114)
#415768
(65,87,104)
#3B4F5E
(59,79,94)
#354754
(53,71,84)
#2F3F4A
(47,63,74)
#293740
(41,55,64)
#232F36
(35,47,54)
#1D272C
(29,39,44)
#171F22
(23,31,34)
#111718
(17,23,24)
#0B0F0E
(11,15,14)
#000000
(0,0,0)

Tints of #475F72

#475F72
(71,95,114)
#576D7E
(87,109,126)
#677B8A
(103,123,138)
#778996
(119,137,150)
#8797A2
(135,151,162)
#97A5AE
(151,165,174)
#A7B3BA
(167,179,186)
#B7C1C6
(183,193,198)
#C7CFD2
(199,207,210)
#D7DDDE
(215,221,222)
#E7EBEA
(231,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475F72; }

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

This text font color is #475F72.


Background Color

.myBgColor { background-color: #475F72; }

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

This div background color is #475F72.


Border color

.myBorderColor { border: 1px solid #475F72; }

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

This div border color is #475F72.


Opacity

.myOpacity80 { color: #475F72; opacity: 0.8; }

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

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

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

This text has shadow with #475F72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475F72 on black background.


Color preview on white background

This text has color #475F72 on white background.



Black color preview on #475F72 background

This text has black color on #475F72 background.


White color preview on #475F72 background

This text has white color on #475F72 background.