COLOR #475E68

HEX: #475E68
RGB: (71,94,104)

Color info

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

RGB color model

#475E68 color RGB value is (71,94,104).

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

RGB channels and saturation

R 71 of 255 = 28%
G 94 of 255 = 37%
B 104 of 255 = 41%

71
94
104

R + G + B ~ 35%. #475E68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 94 + 104 = 269 (100%)
R 71 of 269 ~ 26.39%
G 94 of 269 ~ 34.94%
B 104 of 269 ~ 38.66%

%26.39
%34.94
%38.66

CMYK color model

#475E68 color CMYK value is (32,10,0,59).

  • cyan value is 31.73%
  • magenta value is 9.62%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(32,10,0,59)
C32M10Y0K59 
(32%,10%,0%,59%)
(0.32/0.10/0.00/0.59)	

CMYK percentages

%31.73
%9.62
%0
%59.22

Codes

Color #475E68 in popluar color models

475E68
RGB7194104
HSL198°18.86%34.31%
HSB/HSV198°31.73%40.78%
CMYK31.73%9.62%0.00%
59.22%

Color #475E68 in popluar number systems.

HEX475E68
Decimal7194104
Binary100011110111101101000
Octal107136150

Shades and tints

Shades of #475E68

#475E68
(71,94,104)
#41565F
(65,86,95)
#3B4E56
(59,78,86)
#35464D
(53,70,77)
#2F3E44
(47,62,68)
#29363B
(41,54,59)
#232E32
(35,46,50)
#1D2629
(29,38,41)
#171E20
(23,30,32)
#111617
(17,22,23)
#0B0E0E
(11,14,14)
#000000
(0,0,0)

Tints of #475E68

#475E68
(71,94,104)
#576C75
(87,108,117)
#677A82
(103,122,130)
#77888F
(119,136,143)
#87969C
(135,150,156)
#97A4A9
(151,164,169)
#A7B2B6
(167,178,182)
#B7C0C3
(183,192,195)
#C7CED0
(199,206,208)
#D7DCDD
(215,220,221)
#E7EAEA
(231,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475E68; }

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

This text font color is #475E68.


Background Color

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

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

This div background color is #475E68.


Border color

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

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

This div border color is #475E68.


Opacity

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

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

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

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

This text has shadow with #475E68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475E68 on black background.


Color preview on white background

This text has color #475E68 on white background.



Black color preview on #475E68 background

This text has black color on #475E68 background.


White color preview on #475E68 background

This text has white color on #475E68 background.