COLOR #47110D

HEX: #47110D
RGB: (71,17,13)

Color info

#47110D contains red, green and blue colors in about the same proportion. Web safe color of #47110D is #330000 (or #300).

RGB color model

#47110D color RGB value is (71,17,13).

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

RGB channels and saturation

R 71 of 255 = 28%
G 17 of 255 = 7%
B 13 of 255 = 5%

71
17
13

R + G + B ~ 13%. #47110D is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 17 + 13 = 101 (100%)
R 71 of 101 ~ 70.3%
G 17 of 101 ~ 16.83%
B 13 of 101 ~ 12.87%

%70.3
%16.83
%12.87

CMYK color model

#47110D color CMYK value is (0,76,82,72).

  • cyan value is 0.00%
  • magenta value is 76.06%
  • yellow value is 81.69%
  • key color value is 72.16%
CMYK:
(0,76,82,72)
C0M76Y82K72 
(0%,76%,82%,72%)
(0.00/0.76/0.82/0.72)	

CMYK percentages

%0
%76.06
%81.69
%72.16

Codes

Color #47110D in popluar color models

47110D
RGB711713
HSL69.05%16.47%
HSB/HSV81.69%27.84%
CMYK0.00%76.06%81.69%
72.16%

Color #47110D in popluar number systems.

HEX47110D
Decimal711713
Binary1000111100011101
Octal1072115

Shades and tints

Shades of #47110D

#47110D
(71,17,13)
#41100C
(65,16,12)
#3B0F0B
(59,15,11)
#350E0A
(53,14,10)
#2F0D09
(47,13,9)
#290C08
(41,12,8)
#230B07
(35,11,7)
#1D0A06
(29,10,6)
#170905
(23,9,5)
#110804
(17,8,4)
#0B0703
(11,7,3)
#000000
(0,0,0)

Tints of #47110D

#47110D
(71,17,13)
#572623
(87,38,35)
#673B39
(103,59,57)
#77504F
(119,80,79)
#876565
(135,101,101)
#977A7B
(151,122,123)
#A78F91
(167,143,145)
#B7A4A7
(183,164,167)
#C7B9BD
(199,185,189)
#D7CED3
(215,206,211)
#E7E3E9
(231,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47110D; }

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

This text font color is #47110D.


Background Color

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

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

This div background color is #47110D.


Border color

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

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

This div border color is #47110D.


Opacity

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

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

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

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

This text has shadow with #47110D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47110D on black background.


Color preview on white background

This text has color #47110D on white background.



Black color preview on #47110D background

This text has black color on #47110D background.


White color preview on #47110D background

This text has white color on #47110D background.