COLOR #475E75

HEX: #475E75
RGB: (71,94,117)

Color info

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

RGB color model

#475E75 color RGB value is (71,94,117).

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

RGB channels and saturation

R 71 of 255 = 28%
G 94 of 255 = 37%
B 117 of 255 = 46%

71
94
117

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

Portions of RGB colors in percentages

R + G + B =
71 + 94 + 117 = 282 (100%)
R 71 of 282 ~ 25.18%
G 94 of 282 ~ 33.33%
B 117 of 282 ~ 41.49%

%25.18
%33.33
%41.49

CMYK color model

#475E75 color CMYK value is (39,20,0,54).

  • cyan value is 39.32%
  • magenta value is 19.66%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(39,20,0,54)
C39M20Y0K54 
(39%,20%,0%,54%)
(0.39/0.20/0.00/0.54)	

CMYK percentages

%39.32
%19.66
%0
%54.12

Codes

Color #475E75 in popluar color models

475E75
RGB7194117
HSL210°24.47%36.86%
HSB/HSV210°39.32%45.88%
CMYK39.32%19.66%0.00%
54.12%

Color #475E75 in popluar number systems.

HEX475E75
Decimal7194117
Binary100011110111101110101
Octal107136165

Shades and tints

Shades of #475E75

#475E75
(71,94,117)
#41566B
(65,86,107)
#3B4E61
(59,78,97)
#354657
(53,70,87)
#2F3E4D
(47,62,77)
#293643
(41,54,67)
#232E39
(35,46,57)
#1D262F
(29,38,47)
#171E25
(23,30,37)
#11161B
(17,22,27)
#0B0E11
(11,14,17)
#000000
(0,0,0)

Tints of #475E75

#475E75
(71,94,117)
#576C81
(87,108,129)
#677A8D
(103,122,141)
#778899
(119,136,153)
#8796A5
(135,150,165)
#97A4B1
(151,164,177)
#A7B2BD
(167,178,189)
#B7C0C9
(183,192,201)
#C7CED5
(199,206,213)
#D7DCE1
(215,220,225)
#E7EAED
(231,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475E75; }

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

This text font color is #475E75.


Background Color

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

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

This div background color is #475E75.


Border color

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

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

This div border color is #475E75.


Opacity

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

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

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

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

This text has shadow with #475E75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475E75 on black background.


Color preview on white background

This text has color #475E75 on white background.



Black color preview on #475E75 background

This text has black color on #475E75 background.


White color preview on #475E75 background

This text has white color on #475E75 background.