COLOR #474550

HEX: #474550
RGB: (71,69,80)

Color info

#474550 contains red, green and blue colors in about the same proportion. Web safe color of #474550 is #333366 (or #336).

RGB color model

#474550 color RGB value is (71,69,80).

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

RGB channels and saturation

R 71 of 255 = 28%
G 69 of 255 = 27%
B 80 of 255 = 31%

71
69
80

R + G + B ~ 29%. #474550 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 69 + 80 = 220 (100%)
R 71 of 220 ~ 32.27%
G 69 of 220 ~ 31.36%
B 80 of 220 ~ 36.36%

%32.27
%31.36
%36.36

CMYK color model

#474550 color CMYK value is (11,14,0,69).

  • cyan value is 11.25%
  • magenta value is 13.75%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(11,14,0,69)
C11M14Y0K69 
(11%,14%,0%,69%)
(0.11/0.14/0.00/0.69)	

CMYK percentages

%11.25
%13.75
%0
%68.63

Codes

Color #474550 in popluar color models

474550
RGB716980
HSL251°7.38%29.22%
HSB/HSV251°13.75%31.37%
CMYK11.25%13.75%0.00%
68.63%

Color #474550 in popluar number systems.

HEX474550
Decimal716980
Binary100011110001011010000
Octal107105120

Shades and tints

Shades of #474550

#474550
(71,69,80)
#413F49
(65,63,73)
#3B3942
(59,57,66)
#35333B
(53,51,59)
#2F2D34
(47,45,52)
#29272D
(41,39,45)
#232126
(35,33,38)
#1D1B1F
(29,27,31)
#171518
(23,21,24)
#110F11
(17,15,17)
#0B090A
(11,9,10)
#000000
(0,0,0)

Tints of #474550

#474550
(71,69,80)
#57555F
(87,85,95)
#67656E
(103,101,110)
#77757D
(119,117,125)
#87858C
(135,133,140)
#97959B
(151,149,155)
#A7A5AA
(167,165,170)
#B7B5B9
(183,181,185)
#C7C5C8
(199,197,200)
#D7D5D7
(215,213,215)
#E7E5E6
(231,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474550; }

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

This text font color is #474550.


Background Color

.myBgColor { background-color: #474550; }

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

This div background color is #474550.


Border color

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

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

This div border color is #474550.


Opacity

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

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

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

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

This text has shadow with #474550 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474550 on black background.


Color preview on white background

This text has color #474550 on white background.



Black color preview on #474550 background

This text has black color on #474550 background.


White color preview on #474550 background

This text has white color on #474550 background.