COLOR #474C54

HEX: #474C54
RGB: (71,76,84)

Color info

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

RGB color model

#474C54 color RGB value is (71,76,84).

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

RGB channels and saturation

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

71
76
84

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

Portions of RGB colors in percentages

R + G + B =
71 + 76 + 84 = 231 (100%)
R 71 of 231 ~ 30.74%
G 76 of 231 ~ 32.9%
B 84 of 231 ~ 36.36%

%30.74
%32.9
%36.36

CMYK color model

#474C54 color CMYK value is (15,10,0,67).

  • cyan value is 15.48%
  • magenta value is 9.52%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(15,10,0,67)
C15M10Y0K67 
(15%,10%,0%,67%)
(0.15/0.10/0.00/0.67)	

CMYK percentages

%15.48
%9.52
%0
%67.06

Codes

Color #474C54 in popluar color models

474C54
RGB717684
HSL217°8.39%30.39%
HSB/HSV217°15.48%32.94%
CMYK15.48%9.52%0.00%
67.06%

Color #474C54 in popluar number systems.

HEX474C54
Decimal717684
Binary100011110011001010100
Octal107114124

Shades and tints

Shades of #474C54

#474C54
(71,76,84)
#41464D
(65,70,77)
#3B4046
(59,64,70)
#353A3F
(53,58,63)
#2F3438
(47,52,56)
#292E31
(41,46,49)
#23282A
(35,40,42)
#1D2223
(29,34,35)
#171C1C
(23,28,28)
#111615
(17,22,21)
#0B100E
(11,16,14)
#000000
(0,0,0)

Tints of #474C54

#474C54
(71,76,84)
#575C63
(87,92,99)
#676C72
(103,108,114)
#777C81
(119,124,129)
#878C90
(135,140,144)
#979C9F
(151,156,159)
#A7ACAE
(167,172,174)
#B7BCBD
(183,188,189)
#C7CCCC
(199,204,204)
#D7DCDB
(215,220,219)
#E7ECEA
(231,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474C54; }

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

This text font color is #474C54.


Background Color

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

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

This div background color is #474C54.


Border color

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

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

This div border color is #474C54.


Opacity

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

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

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

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

This text has shadow with #474C54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474C54 on black background.


Color preview on white background

This text has color #474C54 on white background.



Black color preview on #474C54 background

This text has black color on #474C54 background.


White color preview on #474C54 background

This text has white color on #474C54 background.