COLOR #475960

HEX: #475960
RGB: (71,89,96)

Color info

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

RGB color model

#475960 color RGB value is (71,89,96).

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

RGB channels and saturation

R 71 of 255 = 28%
G 89 of 255 = 35%
B 96 of 255 = 38%

71
89
96

R + G + B ~ 34%. #475960 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 89 + 96 = 256 (100%)
R 71 of 256 ~ 27.73%
G 89 of 256 ~ 34.77%
B 96 of 256 ~ 37.5%

%27.73
%34.77
%37.5

CMYK color model

#475960 color CMYK value is (26,7,0,62).

  • cyan value is 26.04%
  • magenta value is 7.29%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(26,7,0,62)
C26M7Y0K62 
(26%,7%,0%,62%)
(0.26/0.07/0.00/0.62)	

CMYK percentages

%26.04
%7.29
%0
%62.35

Codes

Color #475960 in popluar color models

475960
RGB718996
HSL197°14.97%32.75%
HSB/HSV197°26.04%37.65%
CMYK26.04%7.29%0.00%
62.35%

Color #475960 in popluar number systems.

HEX475960
Decimal718996
Binary100011110110011100000
Octal107131140

Shades and tints

Shades of #475960

#475960
(71,89,96)
#415158
(65,81,88)
#3B4950
(59,73,80)
#354148
(53,65,72)
#2F3940
(47,57,64)
#293138
(41,49,56)
#232930
(35,41,48)
#1D2128
(29,33,40)
#171920
(23,25,32)
#111118
(17,17,24)
#0B0910
(11,9,16)
#000000
(0,0,0)

Tints of #475960

#475960
(71,89,96)
#57686E
(87,104,110)
#67777C
(103,119,124)
#77868A
(119,134,138)
#879598
(135,149,152)
#97A4A6
(151,164,166)
#A7B3B4
(167,179,180)
#B7C2C2
(183,194,194)
#C7D1D0
(199,209,208)
#D7E0DE
(215,224,222)
#E7EFEC
(231,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475960; }

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

This text font color is #475960.


Background Color

.myBgColor { background-color: #475960; }

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

This div background color is #475960.


Border color

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

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

This div border color is #475960.


Opacity

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

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

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

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

This text has shadow with #475960 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475960 on black background.


Color preview on white background

This text has color #475960 on white background.



Black color preview on #475960 background

This text has black color on #475960 background.


White color preview on #475960 background

This text has white color on #475960 background.