COLOR #475953

HEX: #475953
RGB: (71,89,83)

Color info

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

RGB color model

#475953 color RGB value is (71,89,83).

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

RGB channels and saturation

R 71 of 255 = 28%
G 89 of 255 = 35%
B 83 of 255 = 33%

71
89
83

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

Portions of RGB colors in percentages

R + G + B =
71 + 89 + 83 = 243 (100%)
R 71 of 243 ~ 29.22%
G 89 of 243 ~ 36.63%
B 83 of 243 ~ 34.16%

%29.22
%36.63
%34.16

CMYK color model

#475953 color CMYK value is (20,0,7,65).

  • cyan value is 20.22%
  • magenta value is 0.00%
  • yellow value is 6.74%
  • key color value is 65.10%
CMYK:
(20,0,7,65)
C20M0Y7K65 
(20%,0%,7%,65%)
(0.20/0.00/0.07/0.65)	

CMYK percentages

%20.22
%0
%6.74
%65.1

Codes

Color #475953 in popluar color models

475953
RGB718983
HSL160°11.25%31.37%
HSB/HSV160°20.22%34.90%
CMYK20.22%0.00%6.74%
65.10%

Color #475953 in popluar number systems.

HEX475953
Decimal718983
Binary100011110110011010011
Octal107131123

Shades and tints

Shades of #475953

#475953
(71,89,83)
#41514C
(65,81,76)
#3B4945
(59,73,69)
#35413E
(53,65,62)
#2F3937
(47,57,55)
#293130
(41,49,48)
#232929
(35,41,41)
#1D2122
(29,33,34)
#17191B
(23,25,27)
#111114
(17,17,20)
#0B090D
(11,9,13)
#000000
(0,0,0)

Tints of #475953

#475953
(71,89,83)
#576862
(87,104,98)
#677771
(103,119,113)
#778680
(119,134,128)
#87958F
(135,149,143)
#97A49E
(151,164,158)
#A7B3AD
(167,179,173)
#B7C2BC
(183,194,188)
#C7D1CB
(199,209,203)
#D7E0DA
(215,224,218)
#E7EFE9
(231,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475953; }

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

This text font color is #475953.


Background Color

.myBgColor { background-color: #475953; }

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

This div background color is #475953.


Border color

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

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

This div border color is #475953.


Opacity

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

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

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

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

This text has shadow with #475953 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475953 on black background.


Color preview on white background

This text has color #475953 on white background.



Black color preview on #475953 background

This text has black color on #475953 background.


White color preview on #475953 background

This text has white color on #475953 background.