COLOR #47391A

HEX: #47391A
RGB: (71,57,26)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

71
57
26

R + G + B ~ 20%. #47391A is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 57 + 26 = 154 (100%)
R 71 of 154 ~ 46.1%
G 57 of 154 ~ 37.01%
B 26 of 154 ~ 16.88%

%46.1
%37.01
%16.88

CMYK color model

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

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

CMYK percentages

%0
%19.72
%63.38
%72.16

Codes

Color #47391A in popluar color models

47391A
RGB715726
HSL41°46.39%19.02%
HSB/HSV41°63.38%27.84%
CMYK0.00%19.72%63.38%
72.16%

Color #47391A in popluar number systems.

HEX47391A
Decimal715726
Binary100011111100111010
Octal1077132

Shades and tints

Shades of #47391A

#47391A
(71,57,26)
#413418
(65,52,24)
#3B2F16
(59,47,22)
#352A14
(53,42,20)
#2F2512
(47,37,18)
#292010
(41,32,16)
#231B0E
(35,27,14)
#1D160C
(29,22,12)
#17110A
(23,17,10)
#110C08
(17,12,8)
#0B0706
(11,7,6)
#000000
(0,0,0)

Tints of #47391A

#47391A
(71,57,26)
#574B2E
(87,75,46)
#675D42
(103,93,66)
#776F56
(119,111,86)
#87816A
(135,129,106)
#97937E
(151,147,126)
#A7A592
(167,165,146)
#B7B7A6
(183,183,166)
#C7C9BA
(199,201,186)
#D7DBCE
(215,219,206)
#E7EDE2
(231,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47391A; }

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

This text font color is #47391A.


Background Color

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

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

This div background color is #47391A.


Border color

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

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

This div border color is #47391A.


Opacity

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

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

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

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

This text has shadow with #47391A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47391A on black background.


Color preview on white background

This text has color #47391A on white background.



Black color preview on #47391A background

This text has black color on #47391A background.


White color preview on #47391A background

This text has white color on #47391A background.