COLOR #474947

HEX: #474947
RGB: (71,73,71)

Color info

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

RGB color model

#474947 color RGB value is (71,73,71).

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

RGB channels and saturation

R 71 of 255 = 28%
G 73 of 255 = 29%
B 71 of 255 = 28%

71
73
71

R + G + B ~ 28%. #474947 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 73 + 71 = 215 (100%)
R 71 of 215 ~ 33.02%
G 73 of 215 ~ 33.95%
B 71 of 215 ~ 33.02%

%33.02
%33.95
%33.02

CMYK color model

#474947 color CMYK value is (3,0,3,71).

  • cyan value is 2.74%
  • magenta value is 0.00%
  • yellow value is 2.74%
  • key color value is 71.37%
CMYK:
(3,0,3,71)
C3M0Y3K71 
(3%,0%,3%,71%)
(0.03/0.00/0.03/0.71)	

CMYK percentages

%2.74
%0
%2.74
%71.37

Codes

Color #474947 in popluar color models

474947
RGB717371
HSL120°1.39%28.24%
HSB/HSV120°2.74%28.63%
CMYK2.74%0.00%2.74%
71.37%

Color #474947 in popluar number systems.

HEX474947
Decimal717371
Binary100011110010011000111
Octal107111107

Shades and tints

Shades of #474947

#474947
(71,73,71)
#414341
(65,67,65)
#3B3D3B
(59,61,59)
#353735
(53,55,53)
#2F312F
(47,49,47)
#292B29
(41,43,41)
#232523
(35,37,35)
#1D1F1D
(29,31,29)
#171917
(23,25,23)
#111311
(17,19,17)
#0B0D0B
(11,13,11)
#000000
(0,0,0)

Tints of #474947

#474947
(71,73,71)
#575957
(87,89,87)
#676967
(103,105,103)
#777977
(119,121,119)
#878987
(135,137,135)
#979997
(151,153,151)
#A7A9A7
(167,169,167)
#B7B9B7
(183,185,183)
#C7C9C7
(199,201,199)
#D7D9D7
(215,217,215)
#E7E9E7
(231,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474947; }

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

This text font color is #474947.


Background Color

.myBgColor { background-color: #474947; }

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

This div background color is #474947.


Border color

.myBorderColor { border: 1px solid #474947; }

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

This div border color is #474947.


Opacity

.myOpacity80 { color: #474947; opacity: 0.8; }

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

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

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

This text has shadow with #474947 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474947 on black background.


Color preview on white background

This text has color #474947 on white background.



Black color preview on #474947 background

This text has black color on #474947 background.


White color preview on #474947 background

This text has white color on #474947 background.