COLOR #475167

HEX: #475167
RGB: (71,81,103)

Color info

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

RGB color model

#475167 color RGB value is (71,81,103).

  • red value is 71;
  • green value is 81;
  • blue value is 103.
RGB:
(71,81,103)
(28%,32%,40%)

RGB channels and saturation

R 71 of 255 = 28%
G 81 of 255 = 32%
B 103 of 255 = 40%

71
81
103

R + G + B ~ 33%. #475167 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 81 + 103 = 255 (100%)
R 71 of 255 ~ 27.84%
G 81 of 255 ~ 31.76%
B 103 of 255 ~ 40.39%

%27.84
%31.76
%40.39

CMYK color model

#475167 color CMYK value is (31,21,0,60).

  • cyan value is 31.07%
  • magenta value is 21.36%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(31,21,0,60)
C31M21Y0K60 
(31%,21%,0%,60%)
(0.31/0.21/0.00/0.60)	

CMYK percentages

%31.07
%21.36
%0
%59.61

Codes

Color #475167 in popluar color models

475167
RGB7181103
HSL221°18.39%34.12%
HSB/HSV221°31.07%40.39%
CMYK31.07%21.36%0.00%
59.61%

Color #475167 in popluar number systems.

HEX475167
Decimal7181103
Binary100011110100011100111
Octal107121147

Shades and tints

Shades of #475167

#475167
(71,81,103)
#414A5E
(65,74,94)
#3B4355
(59,67,85)
#353C4C
(53,60,76)
#2F3543
(47,53,67)
#292E3A
(41,46,58)
#232731
(35,39,49)
#1D2028
(29,32,40)
#17191F
(23,25,31)
#111216
(17,18,22)
#0B0B0D
(11,11,13)
#000000
(0,0,0)

Tints of #475167

#475167
(71,81,103)
#576074
(87,96,116)
#676F81
(103,111,129)
#777E8E
(119,126,142)
#878D9B
(135,141,155)
#979CA8
(151,156,168)
#A7ABB5
(167,171,181)
#B7BAC2
(183,186,194)
#C7C9CF
(199,201,207)
#D7D8DC
(215,216,220)
#E7E7E9
(231,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475167 color. Also use rgb(71,81,103) instead hex code.

Text Font Color

.myTextColor { color: #475167; }

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

This text font color is #475167.


Background Color

.myBgColor { background-color: #475167; }

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

This div background color is #475167.


Border color

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

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

This div border color is #475167.


Opacity

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

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

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

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

This text has shadow with #475167 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475167 on black background.


Color preview on white background

This text has color #475167 on white background.



Black color preview on #475167 background

This text has black color on #475167 background.


White color preview on #475167 background

This text has white color on #475167 background.