COLOR #47390D

HEX: #47390D
RGB: (71,57,13)

Color info

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

RGB color model

#47390D color RGB value is (71,57,13).

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

RGB channels and saturation

R 71 of 255 = 28%
G 57 of 255 = 22%
B 13 of 255 = 5%

71
57
13

R + G + B ~ 18%. #47390D is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 57 + 13 = 141 (100%)
R 71 of 141 ~ 50.35%
G 57 of 141 ~ 40.43%
B 13 of 141 ~ 9.22%

%50.35
%40.43

CMYK color model

#47390D color CMYK value is (0,20,82,72).

  • cyan value is 0.00%
  • magenta value is 19.72%
  • yellow value is 81.69%
  • key color value is 72.16%
CMYK:
(0,20,82,72)
C0M20Y82K72 
(0%,20%,82%,72%)
(0.00/0.20/0.82/0.72)	

CMYK percentages

%0
%19.72
%81.69
%72.16

Codes

Color #47390D in popluar color models

47390D
RGB715713
HSL46°69.05%16.47%
HSB/HSV46°81.69%27.84%
CMYK0.00%19.72%81.69%
72.16%

Color #47390D in popluar number systems.

HEX47390D
Decimal715713
Binary10001111110011101
Octal1077115

Shades and tints

Shades of #47390D

#47390D
(71,57,13)
#41340C
(65,52,12)
#3B2F0B
(59,47,11)
#352A0A
(53,42,10)
#2F2509
(47,37,9)
#292008
(41,32,8)
#231B07
(35,27,7)
#1D1606
(29,22,6)
#171105
(23,17,5)
#110C04
(17,12,4)
#0B0703
(11,7,3)
#000000
(0,0,0)

Tints of #47390D

#47390D
(71,57,13)
#574B23
(87,75,35)
#675D39
(103,93,57)
#776F4F
(119,111,79)
#878165
(135,129,101)
#97937B
(151,147,123)
#A7A591
(167,165,145)
#B7B7A7
(183,183,167)
#C7C9BD
(199,201,189)
#D7DBD3
(215,219,211)
#E7EDE9
(231,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47390D color. Also use rgb(71,57,13) instead hex code.

Text Font Color

.myTextColor { color: #47390D; }

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

This text font color is #47390D.


Background Color

.myBgColor { background-color: #47390D; }

<div style="background-color:#47390D">Inner text</div>

This div background color is #47390D.


Border color

.myBorderColor { border: 1px solid #47390D; }

<div style="border:3px solid #47390D">Div</div>

This div border color is #47390D.


Opacity

.myOpacity80 { color: #47390D; opacity: 0.8; }

<p style="color:#47390D;opacity:0.8;">80%</p>

Text with #47390D 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 #47390D;}

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

This text has shadow with #47390D color.

.textShadow {text-shadow: 3px 3px 1px #47390D, 3px 3px 1px red;}

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

This text has shadow with #47390D primary color and red secondary color.


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

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

This text has shadow with #47390D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47390D on black background.


Color preview on white background

This text has color #47390D on white background.



Black color preview on #47390D background

This text has black color on #47390D background.


White color preview on #47390D background

This text has white color on #47390D background.