COLOR #475E51

HEX: #475E51
RGB: (71,94,81)

Color info

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

RGB color model

#475E51 color RGB value is (71,94,81).

  • red value is 71;
  • green value is 94;
  • blue value is 81.
RGB:
(71,94,81)
(28%,37%,32%)

RGB channels and saturation

R 71 of 255 = 28%
G 94 of 255 = 37%
B 81 of 255 = 32%

71
94
81

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

Portions of RGB colors in percentages

R + G + B =
71 + 94 + 81 = 246 (100%)
R 71 of 246 ~ 28.86%
G 94 of 246 ~ 38.21%
B 81 of 246 ~ 32.93%

%28.86
%38.21
%32.93

CMYK color model

#475E51 color CMYK value is (24,0,14,63).

  • cyan value is 24.47%
  • magenta value is 0.00%
  • yellow value is 13.83%
  • key color value is 63.14%
CMYK:
(24,0,14,63)
C24M0Y14K63 
(24%,0%,14%,63%)
(0.24/0.00/0.14/0.63)	

CMYK percentages

%24.47
%0
%13.83
%63.14

Codes

Color #475E51 in popluar color models

475E51
RGB719481
HSL146°13.94%32.35%
HSB/HSV146°24.47%36.86%
CMYK24.47%0.00%13.83%
63.14%

Color #475E51 in popluar number systems.

HEX475E51
Decimal719481
Binary100011110111101010001
Octal107136121

Shades and tints

Shades of #475E51

#475E51
(71,94,81)
#41564A
(65,86,74)
#3B4E43
(59,78,67)
#35463C
(53,70,60)
#2F3E35
(47,62,53)
#29362E
(41,54,46)
#232E27
(35,46,39)
#1D2620
(29,38,32)
#171E19
(23,30,25)
#111612
(17,22,18)
#0B0E0B
(11,14,11)
#000000
(0,0,0)

Tints of #475E51

#475E51
(71,94,81)
#576C60
(87,108,96)
#677A6F
(103,122,111)
#77887E
(119,136,126)
#87968D
(135,150,141)
#97A49C
(151,164,156)
#A7B2AB
(167,178,171)
#B7C0BA
(183,192,186)
#C7CEC9
(199,206,201)
#D7DCD8
(215,220,216)
#E7EAE7
(231,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475E51 color. Also use rgb(71,94,81) instead hex code.

Text Font Color

.myTextColor { color: #475E51; }

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

This text font color is #475E51.


Background Color

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

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

This div background color is #475E51.


Border color

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

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

This div border color is #475E51.


Opacity

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

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

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

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

This text has shadow with #475E51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475E51 on black background.


Color preview on white background

This text has color #475E51 on white background.



Black color preview on #475E51 background

This text has black color on #475E51 background.


White color preview on #475E51 background

This text has white color on #475E51 background.