COLOR #47471E

HEX: #47471E
RGB: (71,71,30)

Color info

#47471E contains red, green and blue colors in about the same proportion. Web safe color of #47471E is #333333 (or #333).

RGB color model

#47471E color RGB value is (71,71,30).

  • red value is 71;
  • green value is 71;
  • blue value is 30.
RGB:
(71,71,30)
(28%,28%,12%)

RGB channels and saturation

R 71 of 255 = 28%
G 71 of 255 = 28%
B 30 of 255 = 12%

71
71
30

R + G + B ~ 23%. #47471E is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 71 + 30 = 172 (100%)
R 71 of 172 ~ 41.28%
G 71 of 172 ~ 41.28%
B 30 of 172 ~ 17.44%

%41.28
%41.28
%17.44

CMYK color model

#47471E color CMYK value is (0,0,58,72).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 57.75%
  • key color value is 72.16%
CMYK:
(0,0,58,72)
C0M0Y58K72 
(0%,0%,58%,72%)
(0.00/0.00/0.58/0.72)	

CMYK percentages

%0
%0
%57.75
%72.16

Codes

Color #47471E in popluar color models

47471E
RGB717130
HSL60°40.59%19.80%
HSB/HSV60°57.75%27.84%
CMYK0.00%0.00%57.75%
72.16%

Color #47471E in popluar number systems.

HEX47471E
Decimal717130
Binary1000111100011111110
Octal10710736

Shades and tints

Shades of #47471E

#47471E
(71,71,30)
#41411C
(65,65,28)
#3B3B1A
(59,59,26)
#353518
(53,53,24)
#2F2F16
(47,47,22)
#292914
(41,41,20)
#232312
(35,35,18)
#1D1D10
(29,29,16)
#17170E
(23,23,14)
#11110C
(17,17,12)
#0B0B0A
(11,11,10)
#000000
(0,0,0)

Tints of #47471E

#47471E
(71,71,30)
#575732
(87,87,50)
#676746
(103,103,70)
#77775A
(119,119,90)
#87876E
(135,135,110)
#979782
(151,151,130)
#A7A796
(167,167,150)
#B7B7AA
(183,183,170)
#C7C7BE
(199,199,190)
#D7D7D2
(215,215,210)
#E7E7E6
(231,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47471E; }

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

This text font color is #47471E.


Background Color

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

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

This div background color is #47471E.


Border color

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

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

This div border color is #47471E.


Opacity

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

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

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

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

This text has shadow with #47471E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47471E on black background.


Color preview on white background

This text has color #47471E on white background.



Black color preview on #47471E background

This text has black color on #47471E background.


White color preview on #47471E background

This text has white color on #47471E background.