COLOR #475A51

HEX: #475A51
RGB: (71,90,81)

Color info

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

RGB color model

#475A51 color RGB value is (71,90,81).

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

RGB channels and saturation

R 71 of 255 = 28%
G 90 of 255 = 35%
B 81 of 255 = 32%

71
90
81

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

Portions of RGB colors in percentages

R + G + B =
71 + 90 + 81 = 242 (100%)
R 71 of 242 ~ 29.34%
G 90 of 242 ~ 37.19%
B 81 of 242 ~ 33.47%

%29.34
%37.19
%33.47

CMYK color model

#475A51 color CMYK value is (21,0,10,65).

  • cyan value is 21.11%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 64.71%
CMYK:
(21,0,10,65)
C21M0Y10K65 
(21%,0%,10%,65%)
(0.21/0.00/0.10/0.65)	

CMYK percentages

%21.11
%0
%10
%64.71

Codes

Color #475A51 in popluar color models

475A51
RGB719081
HSL152°11.80%31.57%
HSB/HSV152°21.11%35.29%
CMYK21.11%0.00%10.00%
64.71%

Color #475A51 in popluar number systems.

HEX475A51
Decimal719081
Binary100011110110101010001
Octal107132121

Shades and tints

Shades of #475A51

#475A51
(71,90,81)
#41524A
(65,82,74)
#3B4A43
(59,74,67)
#35423C
(53,66,60)
#2F3A35
(47,58,53)
#29322E
(41,50,46)
#232A27
(35,42,39)
#1D2220
(29,34,32)
#171A19
(23,26,25)
#111212
(17,18,18)
#0B0A0B
(11,10,11)
#000000
(0,0,0)

Tints of #475A51

#475A51
(71,90,81)
#576960
(87,105,96)
#67786F
(103,120,111)
#77877E
(119,135,126)
#87968D
(135,150,141)
#97A59C
(151,165,156)
#A7B4AB
(167,180,171)
#B7C3BA
(183,195,186)
#C7D2C9
(199,210,201)
#D7E1D8
(215,225,216)
#E7F0E7
(231,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475A51; }

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

This text font color is #475A51.


Background Color

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

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

This div background color is #475A51.


Border color

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

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

This div border color is #475A51.


Opacity

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

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

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

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

This text has shadow with #475A51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475A51 on black background.


Color preview on white background

This text has color #475A51 on white background.



Black color preview on #475A51 background

This text has black color on #475A51 background.


White color preview on #475A51 background

This text has white color on #475A51 background.