COLOR #47523F

HEX: #47523F
RGB: (71,82,63)

Color info

#47523F contains red, green and blue colors in about the same proportion. Web safe color of #47523F is #336633 (or #363).

RGB color model

#47523F color RGB value is (71,82,63).

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

RGB channels and saturation

R 71 of 255 = 28%
G 82 of 255 = 32%
B 63 of 255 = 25%

71
82
63

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

Portions of RGB colors in percentages

R + G + B =
71 + 82 + 63 = 216 (100%)
R 71 of 216 ~ 32.87%
G 82 of 216 ~ 37.96%
B 63 of 216 ~ 29.17%

%32.87
%37.96
%29.17

CMYK color model

#47523F color CMYK value is (13,0,23,68).

  • cyan value is 13.41%
  • magenta value is 0.00%
  • yellow value is 23.17%
  • key color value is 67.84%
CMYK:
(13,0,23,68)
C13M0Y23K68 
(13%,0%,23%,68%)
(0.13/0.00/0.23/0.68)	

CMYK percentages

%13.41
%0
%23.17
%67.84

Codes

Color #47523F in popluar color models

47523F
RGB718263
HSL95°13.10%28.43%
HSB/HSV95°23.17%32.16%
CMYK13.41%0.00%23.17%
67.84%

Color #47523F in popluar number systems.

HEX47523F
Decimal718263
Binary10001111010010111111
Octal10712277

Shades and tints

Shades of #47523F

#47523F
(71,82,63)
#414B3A
(65,75,58)
#3B4435
(59,68,53)
#353D30
(53,61,48)
#2F362B
(47,54,43)
#292F26
(41,47,38)
#232821
(35,40,33)
#1D211C
(29,33,28)
#171A17
(23,26,23)
#111312
(17,19,18)
#0B0C0D
(11,12,13)
#000000
(0,0,0)

Tints of #47523F

#47523F
(71,82,63)
#576150
(87,97,80)
#677061
(103,112,97)
#777F72
(119,127,114)
#878E83
(135,142,131)
#979D94
(151,157,148)
#A7ACA5
(167,172,165)
#B7BBB6
(183,187,182)
#C7CAC7
(199,202,199)
#D7D9D8
(215,217,216)
#E7E8E9
(231,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47523F; }

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

This text font color is #47523F.


Background Color

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

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

This div background color is #47523F.


Border color

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

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

This div border color is #47523F.


Opacity

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

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

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

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

This text has shadow with #47523F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47523F on black background.


Color preview on white background

This text has color #47523F on white background.



Black color preview on #47523F background

This text has black color on #47523F background.


White color preview on #47523F background

This text has white color on #47523F background.