COLOR #475557

HEX: #475557
RGB: (71,85,87)

Color info

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

RGB color model

#475557 color RGB value is (71,85,87).

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

RGB channels and saturation

R 71 of 255 = 28%
G 85 of 255 = 33%
B 87 of 255 = 34%

71
85
87

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

Portions of RGB colors in percentages

R + G + B =
71 + 85 + 87 = 243 (100%)
R 71 of 243 ~ 29.22%
G 85 of 243 ~ 34.98%
B 87 of 243 ~ 35.8%

%29.22
%34.98
%35.8

CMYK color model

#475557 color CMYK value is (18,2,0,66).

  • cyan value is 18.39%
  • magenta value is 2.30%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(18,2,0,66)
C18M2Y0K66 
(18%,2%,0%,66%)
(0.18/0.02/0.00/0.66)	

CMYK percentages

%18.39
%2.3
%0
%65.88

Codes

Color #475557 in popluar color models

475557
RGB718587
HSL188°10.13%30.98%
HSB/HSV188°18.39%34.12%
CMYK18.39%2.30%0.00%
65.88%

Color #475557 in popluar number systems.

HEX475557
Decimal718587
Binary100011110101011010111
Octal107125127

Shades and tints

Shades of #475557

#475557
(71,85,87)
#414E50
(65,78,80)
#3B4749
(59,71,73)
#354042
(53,64,66)
#2F393B
(47,57,59)
#293234
(41,50,52)
#232B2D
(35,43,45)
#1D2426
(29,36,38)
#171D1F
(23,29,31)
#111618
(17,22,24)
#0B0F11
(11,15,17)
#000000
(0,0,0)

Tints of #475557

#475557
(71,85,87)
#576466
(87,100,102)
#677375
(103,115,117)
#778284
(119,130,132)
#879193
(135,145,147)
#97A0A2
(151,160,162)
#A7AFB1
(167,175,177)
#B7BEC0
(183,190,192)
#C7CDCF
(199,205,207)
#D7DCDE
(215,220,222)
#E7EBED
(231,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475557; }

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

This text font color is #475557.


Background Color

.myBgColor { background-color: #475557; }

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

This div background color is #475557.


Border color

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

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

This div border color is #475557.


Opacity

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

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

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

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

This text has shadow with #475557 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475557 on black background.


Color preview on white background

This text has color #475557 on white background.



Black color preview on #475557 background

This text has black color on #475557 background.


White color preview on #475557 background

This text has white color on #475557 background.