COLOR #47513B

HEX: #47513B
RGB: (71,81,59)

Color info

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

RGB color model

#47513B color RGB value is (71,81,59).

  • red value is 71;
  • green value is 81;
  • blue value is 59.
RGB:
(71,81,59)
(28%,32%,23%)

RGB channels and saturation

R 71 of 255 = 28%
G 81 of 255 = 32%
B 59 of 255 = 23%

71
81
59

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

Portions of RGB colors in percentages

R + G + B =
71 + 81 + 59 = 211 (100%)
R 71 of 211 ~ 33.65%
G 81 of 211 ~ 38.39%
B 59 of 211 ~ 27.96%

%33.65
%38.39
%27.96

CMYK color model

#47513B color CMYK value is (12,0,27,68).

  • cyan value is 12.35%
  • magenta value is 0.00%
  • yellow value is 27.16%
  • key color value is 68.24%
CMYK:
(12,0,27,68)
C12M0Y27K68 
(12%,0%,27%,68%)
(0.12/0.00/0.27/0.68)	

CMYK percentages

%12.35
%0
%27.16
%68.24

Codes

Color #47513B in popluar color models

47513B
RGB718159
HSL87°15.71%27.45%
HSB/HSV87°27.16%31.76%
CMYK12.35%0.00%27.16%
68.24%

Color #47513B in popluar number systems.

HEX47513B
Decimal718159
Binary10001111010001111011
Octal10712173

Shades and tints

Shades of #47513B

#47513B
(71,81,59)
#414A36
(65,74,54)
#3B4331
(59,67,49)
#353C2C
(53,60,44)
#2F3527
(47,53,39)
#292E22
(41,46,34)
#23271D
(35,39,29)
#1D2018
(29,32,24)
#171913
(23,25,19)
#11120E
(17,18,14)
#0B0B09
(11,11,9)
#000000
(0,0,0)

Tints of #47513B

#47513B
(71,81,59)
#57604C
(87,96,76)
#676F5D
(103,111,93)
#777E6E
(119,126,110)
#878D7F
(135,141,127)
#979C90
(151,156,144)
#A7ABA1
(167,171,161)
#B7BAB2
(183,186,178)
#C7C9C3
(199,201,195)
#D7D8D4
(215,216,212)
#E7E7E5
(231,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47513B color. Also use rgb(71,81,59) instead hex code.

Text Font Color

.myTextColor { color: #47513B; }

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

This text font color is #47513B.


Background Color

.myBgColor { background-color: #47513B; }

<div style="background-color:#47513B">Inner text</div>

This div background color is #47513B.


Border color

.myBorderColor { border: 1px solid #47513B; }

<div style="border:3px solid #47513B">Div</div>

This div border color is #47513B.


Opacity

.myOpacity80 { color: #47513B; opacity: 0.8; }

<p style="color:#47513B;opacity:0.8;">80%</p>

Text with #47513B 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 #47513B;}

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

This text has shadow with #47513B color.

.textShadow {text-shadow: 3px 3px 1px #47513B, 3px 3px 1px red;}

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

This text has shadow with #47513B primary color and red secondary color.


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

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

This text has shadow with #47513B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47513B on black background.


Color preview on white background

This text has color #47513B on white background.



Black color preview on #47513B background

This text has black color on #47513B background.


White color preview on #47513B background

This text has white color on #47513B background.