COLOR #475D53

HEX: #475D53
RGB: (71,93,83)

Color info

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

RGB color model

#475D53 color RGB value is (71,93,83).

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

RGB channels and saturation

R 71 of 255 = 28%
G 93 of 255 = 36%
B 83 of 255 = 33%

71
93
83

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

Portions of RGB colors in percentages

R + G + B =
71 + 93 + 83 = 247 (100%)
R 71 of 247 ~ 28.74%
G 93 of 247 ~ 37.65%
B 83 of 247 ~ 33.6%

%28.74
%37.65
%33.6

CMYK color model

#475D53 color CMYK value is (24,0,11,64).

  • cyan value is 23.66%
  • magenta value is 0.00%
  • yellow value is 10.75%
  • key color value is 63.53%
CMYK:
(24,0,11,64)
C24M0Y11K64 
(24%,0%,11%,64%)
(0.24/0.00/0.11/0.64)	

CMYK percentages

%23.66
%0
%10.75
%63.53

Codes

Color #475D53 in popluar color models

475D53
RGB719383
HSL153°13.41%32.16%
HSB/HSV153°23.66%36.47%
CMYK23.66%0.00%10.75%
63.53%

Color #475D53 in popluar number systems.

HEX475D53
Decimal719383
Binary100011110111011010011
Octal107135123

Shades and tints

Shades of #475D53

#475D53
(71,93,83)
#41554C
(65,85,76)
#3B4D45
(59,77,69)
#35453E
(53,69,62)
#2F3D37
(47,61,55)
#293530
(41,53,48)
#232D29
(35,45,41)
#1D2522
(29,37,34)
#171D1B
(23,29,27)
#111514
(17,21,20)
#0B0D0D
(11,13,13)
#000000
(0,0,0)

Tints of #475D53

#475D53
(71,93,83)
#576B62
(87,107,98)
#677971
(103,121,113)
#778780
(119,135,128)
#87958F
(135,149,143)
#97A39E
(151,163,158)
#A7B1AD
(167,177,173)
#B7BFBC
(183,191,188)
#C7CDCB
(199,205,203)
#D7DBDA
(215,219,218)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475D53; }

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

This text font color is #475D53.


Background Color

.myBgColor { background-color: #475D53; }

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

This div background color is #475D53.


Border color

.myBorderColor { border: 1px solid #475D53; }

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

This div border color is #475D53.


Opacity

.myOpacity80 { color: #475D53; opacity: 0.8; }

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

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

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

This text has shadow with #475D53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475D53 on black background.


Color preview on white background

This text has color #475D53 on white background.



Black color preview on #475D53 background

This text has black color on #475D53 background.


White color preview on #475D53 background

This text has white color on #475D53 background.