COLOR #475057

HEX: #475057
RGB: (71,80,87)

Color info

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

RGB color model

#475057 color RGB value is (71,80,87).

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

RGB channels and saturation

R 71 of 255 = 28%
G 80 of 255 = 31%
B 87 of 255 = 34%

71
80
87

R + G + B ~ 31%. #475057 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 80 + 87 = 238 (100%)
R 71 of 238 ~ 29.83%
G 80 of 238 ~ 33.61%
B 87 of 238 ~ 36.55%

%29.83
%33.61
%36.55

CMYK color model

#475057 color CMYK value is (18,8,0,66).

  • cyan value is 18.39%
  • magenta value is 8.05%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(18,8,0,66)
C18M8Y0K66 
(18%,8%,0%,66%)
(0.18/0.08/0.00/0.66)	

CMYK percentages

%18.39
%8.05
%0
%65.88

Codes

Color #475057 in popluar color models

475057
RGB718087
HSL206°10.13%30.98%
HSB/HSV206°18.39%34.12%
CMYK18.39%8.05%0.00%
65.88%

Color #475057 in popluar number systems.

HEX475057
Decimal718087
Binary100011110100001010111
Octal107120127

Shades and tints

Shades of #475057

#475057
(71,80,87)
#414950
(65,73,80)
#3B4249
(59,66,73)
#353B42
(53,59,66)
#2F343B
(47,52,59)
#292D34
(41,45,52)
#23262D
(35,38,45)
#1D1F26
(29,31,38)
#17181F
(23,24,31)
#111118
(17,17,24)
#0B0A11
(11,10,17)
#000000
(0,0,0)

Tints of #475057

#475057
(71,80,87)
#575F66
(87,95,102)
#676E75
(103,110,117)
#777D84
(119,125,132)
#878C93
(135,140,147)
#979BA2
(151,155,162)
#A7AAB1
(167,170,177)
#B7B9C0
(183,185,192)
#C7C8CF
(199,200,207)
#D7D7DE
(215,215,222)
#E7E6ED
(231,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475057; }

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

This text font color is #475057.


Background Color

.myBgColor { background-color: #475057; }

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

This div background color is #475057.


Border color

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

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

This div border color is #475057.


Opacity

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

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

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

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

This text has shadow with #475057 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475057 on black background.


Color preview on white background

This text has color #475057 on white background.



Black color preview on #475057 background

This text has black color on #475057 background.


White color preview on #475057 background

This text has white color on #475057 background.