COLOR #47512E

HEX: #47512E
RGB: (71,81,46)

Color info

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

RGB color model

#47512E color RGB value is (71,81,46).

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

RGB channels and saturation

R 71 of 255 = 28%
G 81 of 255 = 32%
B 46 of 255 = 18%

71
81
46

R + G + B ~ 26%. #47512E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 81 + 46 = 198 (100%)
R 71 of 198 ~ 35.86%
G 81 of 198 ~ 40.91%
B 46 of 198 ~ 23.23%

%35.86
%40.91
%23.23

CMYK color model

#47512E color CMYK value is (12,0,43,68).

  • cyan value is 12.35%
  • magenta value is 0.00%
  • yellow value is 43.21%
  • key color value is 68.24%
CMYK:
(12,0,43,68)
C12M0Y43K68 
(12%,0%,43%,68%)
(0.12/0.00/0.43/0.68)	

CMYK percentages

%12.35
%0
%43.21
%68.24

Codes

Color #47512E in popluar color models

47512E
RGB718146
HSL77°27.56%24.90%
HSB/HSV77°43.21%31.76%
CMYK12.35%0.00%43.21%
68.24%

Color #47512E in popluar number systems.

HEX47512E
Decimal718146
Binary10001111010001101110
Octal10712156

Shades and tints

Shades of #47512E

#47512E
(71,81,46)
#414A2A
(65,74,42)
#3B4326
(59,67,38)
#353C22
(53,60,34)
#2F351E
(47,53,30)
#292E1A
(41,46,26)
#232716
(35,39,22)
#1D2012
(29,32,18)
#17190E
(23,25,14)
#11120A
(17,18,10)
#0B0B06
(11,11,6)
#000000
(0,0,0)

Tints of #47512E

#47512E
(71,81,46)
#576041
(87,96,65)
#676F54
(103,111,84)
#777E67
(119,126,103)
#878D7A
(135,141,122)
#979C8D
(151,156,141)
#A7ABA0
(167,171,160)
#B7BAB3
(183,186,179)
#C7C9C6
(199,201,198)
#D7D8D9
(215,216,217)
#E7E7EC
(231,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47512E color. Also use rgb(71,81,46) instead hex code.

Text Font Color

.myTextColor { color: #47512E; }

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

This text font color is #47512E.


Background Color

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

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

This div background color is #47512E.


Border color

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

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

This div border color is #47512E.


Opacity

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

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

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

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

This text has shadow with #47512E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47512E on black background.


Color preview on white background

This text has color #47512E on white background.



Black color preview on #47512E background

This text has black color on #47512E background.


White color preview on #47512E background

This text has white color on #47512E background.