COLOR #47471A

HEX: #47471A
RGB: (71,71,26)

Color info

#47471A contains red, green and blue colors in about the same proportion. Web safe color of #47471A is #333300 (or #330).

RGB color model

#47471A color RGB value is (71,71,26).

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

RGB channels and saturation

R 71 of 255 = 28%
G 71 of 255 = 28%
B 26 of 255 = 10%

71
71
26

R + G + B ~ 22%. #47471A is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 71 + 26 = 168 (100%)
R 71 of 168 ~ 42.26%
G 71 of 168 ~ 42.26%
B 26 of 168 ~ 15.48%

%42.26
%42.26
%15.48

CMYK color model

#47471A color CMYK value is (0,0,63,72).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 63.38%
  • key color value is 72.16%
CMYK:
(0,0,63,72)
C0M0Y63K72 
(0%,0%,63%,72%)
(0.00/0.00/0.63/0.72)	

CMYK percentages

%0
%0
%63.38
%72.16

Codes

Color #47471A in popluar color models

47471A
RGB717126
HSL60°46.39%19.02%
HSB/HSV60°63.38%27.84%
CMYK0.00%0.00%63.38%
72.16%

Color #47471A in popluar number systems.

HEX47471A
Decimal717126
Binary1000111100011111010
Octal10710732

Shades and tints

Shades of #47471A

#47471A
(71,71,26)
#414118
(65,65,24)
#3B3B16
(59,59,22)
#353514
(53,53,20)
#2F2F12
(47,47,18)
#292910
(41,41,16)
#23230E
(35,35,14)
#1D1D0C
(29,29,12)
#17170A
(23,23,10)
#111108
(17,17,8)
#0B0B06
(11,11,6)
#000000
(0,0,0)

Tints of #47471A

#47471A
(71,71,26)
#57572E
(87,87,46)
#676742
(103,103,66)
#777756
(119,119,86)
#87876A
(135,135,106)
#97977E
(151,151,126)
#A7A792
(167,167,146)
#B7B7A6
(183,183,166)
#C7C7BA
(199,199,186)
#D7D7CE
(215,215,206)
#E7E7E2
(231,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47471A; }

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

This text font color is #47471A.


Background Color

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

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

This div background color is #47471A.


Border color

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

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

This div border color is #47471A.


Opacity

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

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

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

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

This text has shadow with #47471A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47471A on black background.


Color preview on white background

This text has color #47471A on white background.



Black color preview on #47471A background

This text has black color on #47471A background.


White color preview on #47471A background

This text has white color on #47471A background.