COLOR #47524E

HEX: #47524E
RGB: (71,82,78)

Color info

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

RGB color model

#47524E color RGB value is (71,82,78).

  • red value is 71;
  • green value is 82;
  • blue value is 78.
RGB:
(71,82,78)
(28%,32%,31%)

RGB channels and saturation

R 71 of 255 = 28%
G 82 of 255 = 32%
B 78 of 255 = 31%

71
82
78

R + G + B ~ 30%. #47524E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 82 + 78 = 231 (100%)
R 71 of 231 ~ 30.74%
G 82 of 231 ~ 35.5%
B 78 of 231 ~ 33.77%

%30.74
%35.5
%33.77

CMYK color model

#47524E color CMYK value is (13,0,5,68).

  • cyan value is 13.41%
  • magenta value is 0.00%
  • yellow value is 4.88%
  • key color value is 67.84%
CMYK:
(13,0,5,68)
C13M0Y5K68 
(13%,0%,5%,68%)
(0.13/0.00/0.05/0.68)	

CMYK percentages

%13.41
%0
%4.88
%67.84

Codes

Color #47524E in popluar color models

47524E
RGB718278
HSL158°7.19%30.00%
HSB/HSV158°13.41%32.16%
CMYK13.41%0.00%4.88%
67.84%

Color #47524E in popluar number systems.

HEX47524E
Decimal718278
Binary100011110100101001110
Octal107122116

Shades and tints

Shades of #47524E

#47524E
(71,82,78)
#414B47
(65,75,71)
#3B4440
(59,68,64)
#353D39
(53,61,57)
#2F3632
(47,54,50)
#292F2B
(41,47,43)
#232824
(35,40,36)
#1D211D
(29,33,29)
#171A16
(23,26,22)
#11130F
(17,19,15)
#0B0C08
(11,12,8)
#000000
(0,0,0)

Tints of #47524E

#47524E
(71,82,78)
#57615E
(87,97,94)
#67706E
(103,112,110)
#777F7E
(119,127,126)
#878E8E
(135,142,142)
#979D9E
(151,157,158)
#A7ACAE
(167,172,174)
#B7BBBE
(183,187,190)
#C7CACE
(199,202,206)
#D7D9DE
(215,217,222)
#E7E8EE
(231,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47524E color. Also use rgb(71,82,78) instead hex code.

Text Font Color

.myTextColor { color: #47524E; }

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

This text font color is #47524E.


Background Color

.myBgColor { background-color: #47524E; }

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

This div background color is #47524E.


Border color

.myBorderColor { border: 1px solid #47524E; }

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

This div border color is #47524E.


Opacity

.myOpacity80 { color: #47524E; opacity: 0.8; }

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

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

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

This text has shadow with #47524E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47524E on black background.


Color preview on white background

This text has color #47524E on white background.



Black color preview on #47524E background

This text has black color on #47524E background.


White color preview on #47524E background

This text has white color on #47524E background.