COLOR #474D54

HEX: #474D54
RGB: (71,77,84)

Color info

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

RGB color model

#474D54 color RGB value is (71,77,84).

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

RGB channels and saturation

R 71 of 255 = 28%
G 77 of 255 = 30%
B 84 of 255 = 33%

71
77
84

R + G + B ~ 30%. #474D54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 77 + 84 = 232 (100%)
R 71 of 232 ~ 30.6%
G 77 of 232 ~ 33.19%
B 84 of 232 ~ 36.21%

%30.6
%33.19
%36.21

CMYK color model

#474D54 color CMYK value is (15,8,0,67).

  • cyan value is 15.48%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(15,8,0,67)
C15M8Y0K67 
(15%,8%,0%,67%)
(0.15/0.08/0.00/0.67)	

CMYK percentages

%15.48
%8.33
%0
%67.06

Codes

Color #474D54 in popluar color models

474D54
RGB717784
HSL212°8.39%30.39%
HSB/HSV212°15.48%32.94%
CMYK15.48%8.33%0.00%
67.06%

Color #474D54 in popluar number systems.

HEX474D54
Decimal717784
Binary100011110011011010100
Octal107115124

Shades and tints

Shades of #474D54

#474D54
(71,77,84)
#41464D
(65,70,77)
#3B3F46
(59,63,70)
#35383F
(53,56,63)
#2F3138
(47,49,56)
#292A31
(41,42,49)
#23232A
(35,35,42)
#1D1C23
(29,28,35)
#17151C
(23,21,28)
#110E15
(17,14,21)
#0B070E
(11,7,14)
#000000
(0,0,0)

Tints of #474D54

#474D54
(71,77,84)
#575D63
(87,93,99)
#676D72
(103,109,114)
#777D81
(119,125,129)
#878D90
(135,141,144)
#979D9F
(151,157,159)
#A7ADAE
(167,173,174)
#B7BDBD
(183,189,189)
#C7CDCC
(199,205,204)
#D7DDDB
(215,221,219)
#E7EDEA
(231,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474D54; }

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

This text font color is #474D54.


Background Color

.myBgColor { background-color: #474D54; }

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

This div background color is #474D54.


Border color

.myBorderColor { border: 1px solid #474D54; }

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

This div border color is #474D54.


Opacity

.myOpacity80 { color: #474D54; opacity: 0.8; }

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

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

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

This text has shadow with #474D54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474D54 on black background.


Color preview on white background

This text has color #474D54 on white background.



Black color preview on #474D54 background

This text has black color on #474D54 background.


White color preview on #474D54 background

This text has white color on #474D54 background.