COLOR #47474F

HEX: #47474F RGB: (71,71,79)

Color info

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

RGB color model

#47474F color RGB value is (71,71,79).

RGB: (71,71,79) (28%, 28%, 31%)

RGB channels and saturation

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

71
71
79

R + G + B ~ 29%. #47474F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 71 + 79 = 221 (100%)
R 71 of 221 ~ 32.13%
G 71 of 221 ~ 32.13%
B 79 of 221 ~ 35.75'%

%32.13
%32.13
%35.75

CMYK color model

#47474F color CMYK value is (10,10,0,69).

  • cyan value is 10.13%
  • magenta value is 10.13%
  • yellow value is 0.00%
  • key color value is 69.02%

CMYK: (10,10,0,69)
C10M10Y0K69 (10%, 10%, 0%, 69%)
(0.10 / 0.10 / 0.00 / 0.69)

CMYK percentages

%10.13
%10.13
%0
%69.02

Codes

Color #47474F in popluar color models

47 47 4F
RGB 71 71 79
HSL 240° 5.33% 29.41%
HSB/HSV 240° 10.13% 30.98%
CMYK 10.13% 10.13% 0.00%
69.02%

Color #47474F in popluar number systems.

HEX 47 47 4F
Decimal 71 71 79
Binary 1000111 1000111 1001111
Octal 107 107 117

Shades and tints

Shades of #47474F

#47474F
(71,71,79)
#414148
(65,65,72)
#3B3B41
(59,59,65)
#35353A
(53,53,58)
#2F2F33
(47,47,51)
#29292C
(41,41,44)
#232325
(35,35,37)
#1D1D1E
(29,29,30)
#171717
(23,23,23)
#111110
(17,17,16)
#0B0B09
(11,11,9)
#000000
(0,0,0)

Tints of #47474F

#47474F
(71,71,79)
#57575F
(87,87,95)
#67676F
(103,103,111)
#77777F
(119,119,127)
#87878F
(135,135,143)
#97979F
(151,151,159)
#A7A7AF
(167,167,175)
#B7B7BF
(183,183,191)
#C7C7CF
(199,199,207)
#D7D7DF
(215,215,223)
#E7E7EF
(231,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47474F; }

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

This text font color is #47474F.

Background Color

.myBgColor { background-color: #47474F; }

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

This div background color is #47474F.

Border color

.myBorderColor { border: 1px solid #47474F; }

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

This div border color is #47474F.

Opacity

.myOpacity80 { color: #47474F; opacity: 0.8; }

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

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

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

This text has shadow with #47474F color.


.textShadow {text-shadow: 3px 3px 1px #47474F', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #47474F; -webkit-box-shadow: 1px 1px 3px 2px #47474F; box-shadow:1px 1px 3px 2px #47474F;">
Div content here
</div>

This div box has shadow with color #47474F.

Preview

Color preview on black background

This text has color #47474F on black background.


Color preview on white background

This text has color #47474F on white background.


Black color preview on #47474F background

This text has black color on #47474F background.


White color preview on #47474F background

This text has white color on #47474F background.


Related colors

Complementary color

Complementary color for #hex is #B8B8B0.


I love getcolorcode.com