COLOR #475160

HEX: #475160
RGB: (71,81,96)

Color info

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

RGB color model

#475160 color RGB value is (71,81,96).

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

RGB channels and saturation

R 71 of 255 = 28%
G 81 of 255 = 32%
B 96 of 255 = 38%

71
81
96

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

Portions of RGB colors in percentages

R + G + B =
71 + 81 + 96 = 248 (100%)
R 71 of 248 ~ 28.63%
G 81 of 248 ~ 32.66%
B 96 of 248 ~ 38.71%

%28.63
%32.66
%38.71

CMYK color model

#475160 color CMYK value is (26,16,0,62).

  • cyan value is 26.04%
  • magenta value is 15.63%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(26,16,0,62)
C26M16Y0K62 
(26%,16%,0%,62%)
(0.26/0.16/0.00/0.62)	

CMYK percentages

%26.04
%15.63
%0
%62.35

Codes

Color #475160 in popluar color models

475160
RGB718196
HSL216°14.97%32.75%
HSB/HSV216°26.04%37.65%
CMYK26.04%15.63%0.00%
62.35%

Color #475160 in popluar number systems.

HEX475160
Decimal718196
Binary100011110100011100000
Octal107121140

Shades and tints

Shades of #475160

#475160
(71,81,96)
#414A58
(65,74,88)
#3B4350
(59,67,80)
#353C48
(53,60,72)
#2F3540
(47,53,64)
#292E38
(41,46,56)
#232730
(35,39,48)
#1D2028
(29,32,40)
#171920
(23,25,32)
#111218
(17,18,24)
#0B0B10
(11,11,16)
#000000
(0,0,0)

Tints of #475160

#475160
(71,81,96)
#57606E
(87,96,110)
#676F7C
(103,111,124)
#777E8A
(119,126,138)
#878D98
(135,141,152)
#979CA6
(151,156,166)
#A7ABB4
(167,171,180)
#B7BAC2
(183,186,194)
#C7C9D0
(199,201,208)
#D7D8DE
(215,216,222)
#E7E7EC
(231,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475160; }

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

This text font color is #475160.


Background Color

.myBgColor { background-color: #475160; }

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

This div background color is #475160.


Border color

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

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

This div border color is #475160.


Opacity

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

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

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

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

This text has shadow with #475160 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475160 on black background.


Color preview on white background

This text has color #475160 on white background.



Black color preview on #475160 background

This text has black color on #475160 background.


White color preview on #475160 background

This text has white color on #475160 background.