COLOR #474C4E

HEX: #474C4E
RGB: (71,76,78)

Color info

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

RGB color model

#474C4E color RGB value is (71,76,78).

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

RGB channels and saturation

R 71 of 255 = 28%
G 76 of 255 = 30%
B 78 of 255 = 31%

71
76
78

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

Portions of RGB colors in percentages

R + G + B =
71 + 76 + 78 = 225 (100%)
R 71 of 225 ~ 31.56%
G 76 of 225 ~ 33.78%
B 78 of 225 ~ 34.67%

%31.56
%33.78
%34.67

CMYK color model

#474C4E color CMYK value is (9,3,0,69).

  • cyan value is 8.97%
  • magenta value is 2.56%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(9,3,0,69)
C9M3Y0K69 
(9%,3%,0%,69%)
(0.09/0.03/0.00/0.69)	

CMYK percentages

%8.97
%2.56
%0
%69.41

Codes

Color #474C4E in popluar color models

474C4E
RGB717678
HSL197°4.70%29.22%
HSB/HSV197°8.97%30.59%
CMYK8.97%2.56%0.00%
69.41%

Color #474C4E in popluar number systems.

HEX474C4E
Decimal717678
Binary100011110011001001110
Octal107114116

Shades and tints

Shades of #474C4E

#474C4E
(71,76,78)
#414647
(65,70,71)
#3B4040
(59,64,64)
#353A39
(53,58,57)
#2F3432
(47,52,50)
#292E2B
(41,46,43)
#232824
(35,40,36)
#1D221D
(29,34,29)
#171C16
(23,28,22)
#11160F
(17,22,15)
#0B1008
(11,16,8)
#000000
(0,0,0)

Tints of #474C4E

#474C4E
(71,76,78)
#575C5E
(87,92,94)
#676C6E
(103,108,110)
#777C7E
(119,124,126)
#878C8E
(135,140,142)
#979C9E
(151,156,158)
#A7ACAE
(167,172,174)
#B7BCBE
(183,188,190)
#C7CCCE
(199,204,206)
#D7DCDE
(215,220,222)
#E7ECEE
(231,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474C4E; }

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

This text font color is #474C4E.


Background Color

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

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

This div background color is #474C4E.


Border color

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

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

This div border color is #474C4E.


Opacity

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

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

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

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

This text has shadow with #474C4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474C4E on black background.


Color preview on white background

This text has color #474C4E on white background.



Black color preview on #474C4E background

This text has black color on #474C4E background.


White color preview on #474C4E background

This text has white color on #474C4E background.