COLOR #475E70

HEX: #475E70
RGB: (71,94,112)

Color info

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

RGB color model

#475E70 color RGB value is (71,94,112).

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

RGB channels and saturation

R 71 of 255 = 28%
G 94 of 255 = 37%
B 112 of 255 = 44%

71
94
112

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

Portions of RGB colors in percentages

R + G + B =
71 + 94 + 112 = 277 (100%)
R 71 of 277 ~ 25.63%
G 94 of 277 ~ 33.94%
B 112 of 277 ~ 40.43%

%25.63
%33.94
%40.43

CMYK color model

#475E70 color CMYK value is (37,16,0,56).

  • cyan value is 36.61%
  • magenta value is 16.07%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(37,16,0,56)
C37M16Y0K56 
(37%,16%,0%,56%)
(0.37/0.16/0.00/0.56)	

CMYK percentages

%36.61
%16.07
%0
%56.08

Codes

Color #475E70 in popluar color models

475E70
RGB7194112
HSL206°22.40%35.88%
HSB/HSV206°36.61%43.92%
CMYK36.61%16.07%0.00%
56.08%

Color #475E70 in popluar number systems.

HEX475E70
Decimal7194112
Binary100011110111101110000
Octal107136160

Shades and tints

Shades of #475E70

#475E70
(71,94,112)
#415666
(65,86,102)
#3B4E5C
(59,78,92)
#354652
(53,70,82)
#2F3E48
(47,62,72)
#29363E
(41,54,62)
#232E34
(35,46,52)
#1D262A
(29,38,42)
#171E20
(23,30,32)
#111616
(17,22,22)
#0B0E0C
(11,14,12)
#000000
(0,0,0)

Tints of #475E70

#475E70
(71,94,112)
#576C7D
(87,108,125)
#677A8A
(103,122,138)
#778897
(119,136,151)
#8796A4
(135,150,164)
#97A4B1
(151,164,177)
#A7B2BE
(167,178,190)
#B7C0CB
(183,192,203)
#C7CED8
(199,206,216)
#D7DCE5
(215,220,229)
#E7EAF2
(231,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475E70; }

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

This text font color is #475E70.


Background Color

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

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

This div background color is #475E70.


Border color

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

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

This div border color is #475E70.


Opacity

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

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

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

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

This text has shadow with #475E70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475E70 on black background.


Color preview on white background

This text has color #475E70 on white background.



Black color preview on #475E70 background

This text has black color on #475E70 background.


White color preview on #475E70 background

This text has white color on #475E70 background.