COLOR #475450

HEX: #475450
RGB: (71,84,80)

Color info

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

RGB color model

#475450 color RGB value is (71,84,80).

  • red value is 71;
  • green value is 84;
  • blue value is 80.
RGB:
(71,84,80)
(28%,33%,31%)

RGB channels and saturation

R 71 of 255 = 28%
G 84 of 255 = 33%
B 80 of 255 = 31%

71
84
80

R + G + B ~ 31%. #475450 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 84 + 80 = 235 (100%)
R 71 of 235 ~ 30.21%
G 84 of 235 ~ 35.74%
B 80 of 235 ~ 34.04%

%30.21
%35.74
%34.04

CMYK color model

#475450 color CMYK value is (15,0,5,67).

  • cyan value is 15.48%
  • magenta value is 0.00%
  • yellow value is 4.76%
  • key color value is 67.06%
CMYK:
(15,0,5,67)
C15M0Y5K67 
(15%,0%,5%,67%)
(0.15/0.00/0.05/0.67)	

CMYK percentages

%15.48
%0
%4.76
%67.06

Codes

Color #475450 in popluar color models

475450
RGB718480
HSL162°8.39%30.39%
HSB/HSV162°15.48%32.94%
CMYK15.48%0.00%4.76%
67.06%

Color #475450 in popluar number systems.

HEX475450
Decimal718480
Binary100011110101001010000
Octal107124120

Shades and tints

Shades of #475450

#475450
(71,84,80)
#414D49
(65,77,73)
#3B4642
(59,70,66)
#353F3B
(53,63,59)
#2F3834
(47,56,52)
#29312D
(41,49,45)
#232A26
(35,42,38)
#1D231F
(29,35,31)
#171C18
(23,28,24)
#111511
(17,21,17)
#0B0E0A
(11,14,10)
#000000
(0,0,0)

Tints of #475450

#475450
(71,84,80)
#57635F
(87,99,95)
#67726E
(103,114,110)
#77817D
(119,129,125)
#87908C
(135,144,140)
#979F9B
(151,159,155)
#A7AEAA
(167,174,170)
#B7BDB9
(183,189,185)
#C7CCC8
(199,204,200)
#D7DBD7
(215,219,215)
#E7EAE6
(231,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475450 color. Also use rgb(71,84,80) instead hex code.

Text Font Color

.myTextColor { color: #475450; }

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

This text font color is #475450.


Background Color

.myBgColor { background-color: #475450; }

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

This div background color is #475450.


Border color

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

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

This div border color is #475450.


Opacity

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

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

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

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

This text has shadow with #475450 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475450 on black background.


Color preview on white background

This text has color #475450 on white background.



Black color preview on #475450 background

This text has black color on #475450 background.


White color preview on #475450 background

This text has white color on #475450 background.