COLOR #47081D

HEX: #47081D
RGB: (71,8,29)

Color info

#47081D contains mainly red and blue colors. Web safe color of #47081D is #330033 (or #303).

RGB color model

#47081D color RGB value is (71,8,29).

  • red value is 71;
  • green value is 8;
  • blue value is 29.
RGB:
(71,8,29)
(28%,3%,11%)

RGB channels and saturation

R 71 of 255 = 28%
G 8 of 255 = 3%
B 29 of 255 = 11%

71
8
29

R + G + B ~ 14%. #47081D is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 8 + 29 = 108 (100%)
R 71 of 108 ~ 65.74%
G 8 of 108 ~ 7.41%
B 29 of 108 ~ 26.85%

%65.74
%26.85

CMYK color model

#47081D color CMYK value is (0,89,59,72).

  • cyan value is 0.00%
  • magenta value is 88.73%
  • yellow value is 59.15%
  • key color value is 72.16%
CMYK:
(0,89,59,72)
C0M89Y59K72 
(0%,89%,59%,72%)
(0.00/0.89/0.59/0.72)	

CMYK percentages

%0
%88.73
%59.15
%72.16

Codes

Color #47081D in popluar color models

47081D
RGB71829
HSL340°79.75%15.49%
HSB/HSV340°88.73%27.84%
CMYK0.00%88.73%59.15%
72.16%

Color #47081D in popluar number systems.

HEX47081D
Decimal71829
Binary1000111100011101
Octal1071035

Shades and tints

Shades of #47081D

#47081D
(71,8,29)
#41081B
(65,8,27)
#3B0819
(59,8,25)
#350817
(53,8,23)
#2F0815
(47,8,21)
#290813
(41,8,19)
#230811
(35,8,17)
#1D080F
(29,8,15)
#17080D
(23,8,13)
#11080B
(17,8,11)
#0B0809
(11,8,9)
#000000
(0,0,0)

Tints of #47081D

#47081D
(71,8,29)
#571E31
(87,30,49)
#673445
(103,52,69)
#774A59
(119,74,89)
#87606D
(135,96,109)
#977681
(151,118,129)
#A78C95
(167,140,149)
#B7A2A9
(183,162,169)
#C7B8BD
(199,184,189)
#D7CED1
(215,206,209)
#E7E4E5
(231,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47081D color. Also use rgb(71,8,29) instead hex code.

Text Font Color

.myTextColor { color: #47081D; }

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

This text font color is #47081D.


Background Color

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

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

This div background color is #47081D.


Border color

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

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

This div border color is #47081D.


Opacity

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

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

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

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

This text has shadow with #47081D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47081D on black background.


Color preview on white background

This text has color #47081D on white background.



Black color preview on #47081D background

This text has black color on #47081D background.


White color preview on #47081D background

This text has white color on #47081D background.