COLOR #47392E

HEX: #47392E
RGB: (71,57,46)

Color info

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

RGB color model

#47392E color RGB value is (71,57,46).

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

RGB channels and saturation

R 71 of 255 = 28%
G 57 of 255 = 22%
B 46 of 255 = 18%

71
57
46

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

Portions of RGB colors in percentages

R + G + B =
71 + 57 + 46 = 174 (100%)
R 71 of 174 ~ 40.8%
G 57 of 174 ~ 32.76%
B 46 of 174 ~ 26.44%

%40.8
%32.76
%26.44

CMYK color model

#47392E color CMYK value is (0,20,35,72).

  • cyan value is 0.00%
  • magenta value is 19.72%
  • yellow value is 35.21%
  • key color value is 72.16%
CMYK:
(0,20,35,72)
C0M20Y35K72 
(0%,20%,35%,72%)
(0.00/0.20/0.35/0.72)	

CMYK percentages

%0
%19.72
%35.21
%72.16

Codes

Color #47392E in popluar color models

47392E
RGB715746
HSL26°21.37%22.94%
HSB/HSV26°35.21%27.84%
CMYK0.00%19.72%35.21%
72.16%

Color #47392E in popluar number systems.

HEX47392E
Decimal715746
Binary1000111111001101110
Octal1077156

Shades and tints

Shades of #47392E

#47392E
(71,57,46)
#41342A
(65,52,42)
#3B2F26
(59,47,38)
#352A22
(53,42,34)
#2F251E
(47,37,30)
#29201A
(41,32,26)
#231B16
(35,27,22)
#1D1612
(29,22,18)
#17110E
(23,17,14)
#110C0A
(17,12,10)
#0B0706
(11,7,6)
#000000
(0,0,0)

Tints of #47392E

#47392E
(71,57,46)
#574B41
(87,75,65)
#675D54
(103,93,84)
#776F67
(119,111,103)
#87817A
(135,129,122)
#97938D
(151,147,141)
#A7A5A0
(167,165,160)
#B7B7B3
(183,183,179)
#C7C9C6
(199,201,198)
#D7DBD9
(215,219,217)
#E7EDEC
(231,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47392E; }

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

This text font color is #47392E.


Background Color

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

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

This div background color is #47392E.


Border color

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

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

This div border color is #47392E.


Opacity

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

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

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

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

This text has shadow with #47392E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47392E on black background.


Color preview on white background

This text has color #47392E on white background.



Black color preview on #47392E background

This text has black color on #47392E background.


White color preview on #47392E background

This text has white color on #47392E background.