COLOR #47513A

HEX: #47513A
RGB: (71,81,58)

Color info

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

RGB color model

#47513A color RGB value is (71,81,58).

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

RGB channels and saturation

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

71
81
58

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

Portions of RGB colors in percentages

R + G + B =
71 + 81 + 58 = 210 (100%)
R 71 of 210 ~ 33.81%
G 81 of 210 ~ 38.57%
B 58 of 210 ~ 27.62%

%33.81
%38.57
%27.62

CMYK color model

#47513A color CMYK value is (12,0,28,68).

  • cyan value is 12.35%
  • magenta value is 0.00%
  • yellow value is 28.40%
  • key color value is 68.24%
CMYK:
(12,0,28,68)
C12M0Y28K68 
(12%,0%,28%,68%)
(0.12/0.00/0.28/0.68)	

CMYK percentages

%12.35
%0
%28.4
%68.24

Codes

Color #47513A in popluar color models

47513A
RGB718158
HSL86°16.55%27.25%
HSB/HSV86°28.40%31.76%
CMYK12.35%0.00%28.40%
68.24%

Color #47513A in popluar number systems.

HEX47513A
Decimal718158
Binary10001111010001111010
Octal10712172

Shades and tints

Shades of #47513A

#47513A
(71,81,58)
#414A35
(65,74,53)
#3B4330
(59,67,48)
#353C2B
(53,60,43)
#2F3526
(47,53,38)
#292E21
(41,46,33)
#23271C
(35,39,28)
#1D2017
(29,32,23)
#171912
(23,25,18)
#11120D
(17,18,13)
#0B0B08
(11,11,8)
#000000
(0,0,0)

Tints of #47513A

#47513A
(71,81,58)
#57604B
(87,96,75)
#676F5C
(103,111,92)
#777E6D
(119,126,109)
#878D7E
(135,141,126)
#979C8F
(151,156,143)
#A7ABA0
(167,171,160)
#B7BAB1
(183,186,177)
#C7C9C2
(199,201,194)
#D7D8D3
(215,216,211)
#E7E7E4
(231,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47513A; }

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

This text font color is #47513A.


Background Color

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

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

This div background color is #47513A.


Border color

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

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

This div border color is #47513A.


Opacity

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

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

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

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

This text has shadow with #47513A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47513A on black background.


Color preview on white background

This text has color #47513A on white background.



Black color preview on #47513A background

This text has black color on #47513A background.


White color preview on #47513A background

This text has white color on #47513A background.