COLOR #475951

HEX: #475951
RGB: (71,89,81)

Color info

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

RGB color model

#475951 color RGB value is (71,89,81).

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

RGB channels and saturation

R 71 of 255 = 28%
G 89 of 255 = 35%
B 81 of 255 = 32%

71
89
81

R + G + B ~ 32%. #475951 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 89 + 81 = 241 (100%)
R 71 of 241 ~ 29.46%
G 89 of 241 ~ 36.93%
B 81 of 241 ~ 33.61%

%29.46
%36.93
%33.61

CMYK color model

#475951 color CMYK value is (20,0,9,65).

  • cyan value is 20.22%
  • magenta value is 0.00%
  • yellow value is 8.99%
  • key color value is 65.10%
CMYK:
(20,0,9,65)
C20M0Y9K65 
(20%,0%,9%,65%)
(0.20/0.00/0.09/0.65)	

CMYK percentages

%20.22
%0
%8.99
%65.1

Codes

Color #475951 in popluar color models

475951
RGB718981
HSL153°11.25%31.37%
HSB/HSV153°20.22%34.90%
CMYK20.22%0.00%8.99%
65.10%

Color #475951 in popluar number systems.

HEX475951
Decimal718981
Binary100011110110011010001
Octal107131121

Shades and tints

Shades of #475951

#475951
(71,89,81)
#41514A
(65,81,74)
#3B4943
(59,73,67)
#35413C
(53,65,60)
#2F3935
(47,57,53)
#29312E
(41,49,46)
#232927
(35,41,39)
#1D2120
(29,33,32)
#171919
(23,25,25)
#111112
(17,17,18)
#0B090B
(11,9,11)
#000000
(0,0,0)

Tints of #475951

#475951
(71,89,81)
#576860
(87,104,96)
#67776F
(103,119,111)
#77867E
(119,134,126)
#87958D
(135,149,141)
#97A49C
(151,164,156)
#A7B3AB
(167,179,171)
#B7C2BA
(183,194,186)
#C7D1C9
(199,209,201)
#D7E0D8
(215,224,216)
#E7EFE7
(231,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475951; }

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

This text font color is #475951.


Background Color

.myBgColor { background-color: #475951; }

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

This div background color is #475951.


Border color

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

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

This div border color is #475951.


Opacity

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

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

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

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

This text has shadow with #475951 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475951 on black background.


Color preview on white background

This text has color #475951 on white background.



Black color preview on #475951 background

This text has black color on #475951 background.


White color preview on #475951 background

This text has white color on #475951 background.