COLOR #475357

HEX: #475357
RGB: (71,83,87)

Color info

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

RGB color model

#475357 color RGB value is (71,83,87).

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

RGB channels and saturation

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

71
83
87

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

Portions of RGB colors in percentages

R + G + B =
71 + 83 + 87 = 241 (100%)
R 71 of 241 ~ 29.46%
G 83 of 241 ~ 34.44%
B 87 of 241 ~ 36.1%

%29.46
%34.44
%36.1

CMYK color model

#475357 color CMYK value is (18,5,0,66).

  • cyan value is 18.39%
  • magenta value is 4.60%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(18,5,0,66)
C18M5Y0K66 
(18%,5%,0%,66%)
(0.18/0.05/0.00/0.66)	

CMYK percentages

%18.39
%4.6
%0
%65.88

Codes

Color #475357 in popluar color models

475357
RGB718387
HSL195°10.13%30.98%
HSB/HSV195°18.39%34.12%
CMYK18.39%4.60%0.00%
65.88%

Color #475357 in popluar number systems.

HEX475357
Decimal718387
Binary100011110100111010111
Octal107123127

Shades and tints

Shades of #475357

#475357
(71,83,87)
#414C50
(65,76,80)
#3B4549
(59,69,73)
#353E42
(53,62,66)
#2F373B
(47,55,59)
#293034
(41,48,52)
#23292D
(35,41,45)
#1D2226
(29,34,38)
#171B1F
(23,27,31)
#111418
(17,20,24)
#0B0D11
(11,13,17)
#000000
(0,0,0)

Tints of #475357

#475357
(71,83,87)
#576266
(87,98,102)
#677175
(103,113,117)
#778084
(119,128,132)
#878F93
(135,143,147)
#979EA2
(151,158,162)
#A7ADB1
(167,173,177)
#B7BCC0
(183,188,192)
#C7CBCF
(199,203,207)
#D7DADE
(215,218,222)
#E7E9ED
(231,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475357; }

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

This text font color is #475357.


Background Color

.myBgColor { background-color: #475357; }

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

This div background color is #475357.


Border color

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

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

This div border color is #475357.


Opacity

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

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

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

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

This text has shadow with #475357 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475357 on black background.


Color preview on white background

This text has color #475357 on white background.



Black color preview on #475357 background

This text has black color on #475357 background.


White color preview on #475357 background

This text has white color on #475357 background.