COLOR #474C47

HEX: #474C47
RGB: (71,76,71)

Color info

#474C47 contains red, green and blue colors in about the same proportion. Web safe color of #474C47 is #333333 (or #333).

RGB color model

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

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

RGB channels and saturation

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

71
76
71

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

Portions of RGB colors in percentages

R + G + B =
71 + 76 + 71 = 218 (100%)
R 71 of 218 ~ 32.57%
G 76 of 218 ~ 34.86%
B 71 of 218 ~ 32.57%

%32.57
%34.86
%32.57

CMYK color model

#474C47 color CMYK value is (7,0,7,70).

  • cyan value is 6.58%
  • magenta value is 0.00%
  • yellow value is 6.58%
  • key color value is 70.20%
CMYK:
(7,0,7,70)
C7M0Y7K70 
(7%,0%,7%,70%)
(0.07/0.00/0.07/0.70)	

CMYK percentages

%6.58
%0
%6.58
%70.2

Codes

Color #474C47 in popluar color models

474C47
RGB717671
HSL120°3.40%28.82%
HSB/HSV120°6.58%29.80%
CMYK6.58%0.00%6.58%
70.20%

Color #474C47 in popluar number systems.

HEX474C47
Decimal717671
Binary100011110011001000111
Octal107114107

Shades and tints

Shades of #474C47

#474C47
(71,76,71)
#414641
(65,70,65)
#3B403B
(59,64,59)
#353A35
(53,58,53)
#2F342F
(47,52,47)
#292E29
(41,46,41)
#232823
(35,40,35)
#1D221D
(29,34,29)
#171C17
(23,28,23)
#111611
(17,22,17)
#0B100B
(11,16,11)
#000000
(0,0,0)

Tints of #474C47

#474C47
(71,76,71)
#575C57
(87,92,87)
#676C67
(103,108,103)
#777C77
(119,124,119)
#878C87
(135,140,135)
#979C97
(151,156,151)
#A7ACA7
(167,172,167)
#B7BCB7
(183,188,183)
#C7CCC7
(199,204,199)
#D7DCD7
(215,220,215)
#E7ECE7
(231,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474C47; }

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

This text font color is #474C47.


Background Color

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

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

This div background color is #474C47.


Border color

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

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

This div border color is #474C47.


Opacity

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

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

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

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

This text has shadow with #474C47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474C47 on black background.


Color preview on white background

This text has color #474C47 on white background.



Black color preview on #474C47 background

This text has black color on #474C47 background.


White color preview on #474C47 background

This text has white color on #474C47 background.