COLOR #474C4F

HEX: #474C4F
RGB: (71,76,79)

Color info

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

RGB color model

#474C4F color RGB value is (71,76,79).

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

RGB channels and saturation

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

71
76
79

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

Portions of RGB colors in percentages

R + G + B =
71 + 76 + 79 = 226 (100%)
R 71 of 226 ~ 31.42%
G 76 of 226 ~ 33.63%
B 79 of 226 ~ 34.96%

%31.42
%33.63
%34.96

CMYK color model

#474C4F color CMYK value is (10,4,0,69).

  • cyan value is 10.13%
  • magenta value is 3.80%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(10,4,0,69)
C10M4Y0K69 
(10%,4%,0%,69%)
(0.10/0.04/0.00/0.69)	

CMYK percentages

%10.13
%3.8
%0
%69.02

Codes

Color #474C4F in popluar color models

474C4F
RGB717679
HSL203°5.33%29.41%
HSB/HSV203°10.13%30.98%
CMYK10.13%3.80%0.00%
69.02%

Color #474C4F in popluar number systems.

HEX474C4F
Decimal717679
Binary100011110011001001111
Octal107114117

Shades and tints

Shades of #474C4F

#474C4F
(71,76,79)
#414648
(65,70,72)
#3B4041
(59,64,65)
#353A3A
(53,58,58)
#2F3433
(47,52,51)
#292E2C
(41,46,44)
#232825
(35,40,37)
#1D221E
(29,34,30)
#171C17
(23,28,23)
#111610
(17,22,16)
#0B1009
(11,16,9)
#000000
(0,0,0)

Tints of #474C4F

#474C4F
(71,76,79)
#575C5F
(87,92,95)
#676C6F
(103,108,111)
#777C7F
(119,124,127)
#878C8F
(135,140,143)
#979C9F
(151,156,159)
#A7ACAF
(167,172,175)
#B7BCBF
(183,188,191)
#C7CCCF
(199,204,207)
#D7DCDF
(215,220,223)
#E7ECEF
(231,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474C4F; }

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

This text font color is #474C4F.


Background Color

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

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

This div background color is #474C4F.


Border color

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

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

This div border color is #474C4F.


Opacity

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

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

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

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

This text has shadow with #474C4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474C4F on black background.


Color preview on white background

This text has color #474C4F on white background.



Black color preview on #474C4F background

This text has black color on #474C4F background.


White color preview on #474C4F background

This text has white color on #474C4F background.