COLOR #47523D

HEX: #47523D
RGB: (71,82,61)

Color info

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

RGB color model

#47523D color RGB value is (71,82,61).

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

RGB channels and saturation

R 71 of 255 = 28%
G 82 of 255 = 32%
B 61 of 255 = 24%

71
82
61

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

Portions of RGB colors in percentages

R + G + B =
71 + 82 + 61 = 214 (100%)
R 71 of 214 ~ 33.18%
G 82 of 214 ~ 38.32%
B 61 of 214 ~ 28.5%

%33.18
%38.32
%28.5

CMYK color model

#47523D color CMYK value is (13,0,26,68).

  • cyan value is 13.41%
  • magenta value is 0.00%
  • yellow value is 25.61%
  • key color value is 67.84%
CMYK:
(13,0,26,68)
C13M0Y26K68 
(13%,0%,26%,68%)
(0.13/0.00/0.26/0.68)	

CMYK percentages

%13.41
%0
%25.61
%67.84

Codes

Color #47523D in popluar color models

47523D
RGB718261
HSL91°14.69%28.04%
HSB/HSV91°25.61%32.16%
CMYK13.41%0.00%25.61%
67.84%

Color #47523D in popluar number systems.

HEX47523D
Decimal718261
Binary10001111010010111101
Octal10712275

Shades and tints

Shades of #47523D

#47523D
(71,82,61)
#414B38
(65,75,56)
#3B4433
(59,68,51)
#353D2E
(53,61,46)
#2F3629
(47,54,41)
#292F24
(41,47,36)
#23281F
(35,40,31)
#1D211A
(29,33,26)
#171A15
(23,26,21)
#111310
(17,19,16)
#0B0C0B
(11,12,11)
#000000
(0,0,0)

Tints of #47523D

#47523D
(71,82,61)
#57614E
(87,97,78)
#67705F
(103,112,95)
#777F70
(119,127,112)
#878E81
(135,142,129)
#979D92
(151,157,146)
#A7ACA3
(167,172,163)
#B7BBB4
(183,187,180)
#C7CAC5
(199,202,197)
#D7D9D6
(215,217,214)
#E7E8E7
(231,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47523D; }

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

This text font color is #47523D.


Background Color

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

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

This div background color is #47523D.


Border color

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

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

This div border color is #47523D.


Opacity

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

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

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

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

This text has shadow with #47523D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47523D on black background.


Color preview on white background

This text has color #47523D on white background.



Black color preview on #47523D background

This text has black color on #47523D background.


White color preview on #47523D background

This text has white color on #47523D background.