COLOR #475857

HEX: #475857
RGB: (71,88,87)

Color info

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

RGB color model

#475857 color RGB value is (71,88,87).

  • red value is 71;
  • green value is 88;
  • blue value is 87.
RGB:
(71,88,87)
(28%,35%,34%)

RGB channels and saturation

R 71 of 255 = 28%
G 88 of 255 = 35%
B 87 of 255 = 34%

71
88
87

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

Portions of RGB colors in percentages

R + G + B =
71 + 88 + 87 = 246 (100%)
R 71 of 246 ~ 28.86%
G 88 of 246 ~ 35.77%
B 87 of 246 ~ 35.37%

%28.86
%35.77
%35.37

CMYK color model

#475857 color CMYK value is (19,0,1,65).

  • cyan value is 19.32%
  • magenta value is 0.00%
  • yellow value is 1.14%
  • key color value is 65.49%
CMYK:
(19,0,1,65)
C19M0Y1K65 
(19%,0%,1%,65%)
(0.19/0.00/0.01/0.65)	

CMYK percentages

%19.32
%0
%1.14
%65.49

Codes

Color #475857 in popluar color models

475857
RGB718887
HSL176°10.69%31.18%
HSB/HSV176°19.32%34.51%
CMYK19.32%0.00%1.14%
65.49%

Color #475857 in popluar number systems.

HEX475857
Decimal718887
Binary100011110110001010111
Octal107130127

Shades and tints

Shades of #475857

#475857
(71,88,87)
#415050
(65,80,80)
#3B4849
(59,72,73)
#354042
(53,64,66)
#2F383B
(47,56,59)
#293034
(41,48,52)
#23282D
(35,40,45)
#1D2026
(29,32,38)
#17181F
(23,24,31)
#111018
(17,16,24)
#0B0811
(11,8,17)
#000000
(0,0,0)

Tints of #475857

#475857
(71,88,87)
#576766
(87,103,102)
#677675
(103,118,117)
#778584
(119,133,132)
#879493
(135,148,147)
#97A3A2
(151,163,162)
#A7B2B1
(167,178,177)
#B7C1C0
(183,193,192)
#C7D0CF
(199,208,207)
#D7DFDE
(215,223,222)
#E7EEED
(231,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475857 color. Also use rgb(71,88,87) instead hex code.

Text Font Color

.myTextColor { color: #475857; }

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

This text font color is #475857.


Background Color

.myBgColor { background-color: #475857; }

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

This div background color is #475857.


Border color

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

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

This div border color is #475857.


Opacity

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

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

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

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

This text has shadow with #475857 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475857 on black background.


Color preview on white background

This text has color #475857 on white background.



Black color preview on #475857 background

This text has black color on #475857 background.


White color preview on #475857 background

This text has white color on #475857 background.