COLOR #47504F

HEX: #47504F
RGB: (71,80,79)

Color info

#47504F contains red, green and blue colors in about the same proportion. Web safe color of #47504F is #336666 (or #366).

RGB color model

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

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

RGB channels and saturation

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

71
80
79

R + G + B ~ 30%. #47504F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 80 + 79 = 230 (100%)
R 71 of 230 ~ 30.87%
G 80 of 230 ~ 34.78%
B 79 of 230 ~ 34.35%

%30.87
%34.78
%34.35

CMYK color model

#47504F color CMYK value is (11,0,1,69).

  • cyan value is 11.25%
  • magenta value is 0.00%
  • yellow value is 1.25%
  • key color value is 68.63%
CMYK:
(11,0,1,69)
C11M0Y1K69 
(11%,0%,1%,69%)
(0.11/0.00/0.01/0.69)	

CMYK percentages

%11.25
%0
%1.25
%68.63

Codes

Color #47504F in popluar color models

47504F
RGB718079
HSL173°5.96%29.61%
HSB/HSV173°11.25%31.37%
CMYK11.25%0.00%1.25%
68.63%

Color #47504F in popluar number systems.

HEX47504F
Decimal718079
Binary100011110100001001111
Octal107120117

Shades and tints

Shades of #47504F

#47504F
(71,80,79)
#414948
(65,73,72)
#3B4241
(59,66,65)
#353B3A
(53,59,58)
#2F3433
(47,52,51)
#292D2C
(41,45,44)
#232625
(35,38,37)
#1D1F1E
(29,31,30)
#171817
(23,24,23)
#111110
(17,17,16)
#0B0A09
(11,10,9)
#000000
(0,0,0)

Tints of #47504F

#47504F
(71,80,79)
#575F5F
(87,95,95)
#676E6F
(103,110,111)
#777D7F
(119,125,127)
#878C8F
(135,140,143)
#979B9F
(151,155,159)
#A7AAAF
(167,170,175)
#B7B9BF
(183,185,191)
#C7C8CF
(199,200,207)
#D7D7DF
(215,215,223)
#E7E6EF
(231,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47504F; }

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

This text font color is #47504F.


Background Color

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

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

This div background color is #47504F.


Border color

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

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

This div border color is #47504F.


Opacity

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

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

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

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

This text has shadow with #47504F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47504F on black background.


Color preview on white background

This text has color #47504F on white background.



Black color preview on #47504F background

This text has black color on #47504F background.


White color preview on #47504F background

This text has white color on #47504F background.