COLOR #47051C

HEX: #47051C
RGB: (71,5,28)

Color info

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

RGB color model

#47051C color RGB value is (71,5,28).

  • red value is 71;
  • green value is 5;
  • blue value is 28.
RGB:
(71,5,28)
(28%,2%,11%)

RGB channels and saturation

R 71 of 255 = 28%
G 5 of 255 = 2%
B 28 of 255 = 11%

71
5
28

R + G + B ~ 14%. #47051C is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 5 + 28 = 104 (100%)
R 71 of 104 ~ 68.27%
G 5 of 104 ~ 4.81%
B 28 of 104 ~ 26.92%

%68.27
%26.92

CMYK color model

#47051C color CMYK value is (0,93,61,72).

  • cyan value is 0.00%
  • magenta value is 92.96%
  • yellow value is 60.56%
  • key color value is 72.16%
CMYK:
(0,93,61,72)
C0M93Y61K72 
(0%,93%,61%,72%)
(0.00/0.93/0.61/0.72)	

CMYK percentages

%0
%92.96
%60.56
%72.16

Codes

Color #47051C in popluar color models

47051C
RGB71528
HSL339°86.84%14.90%
HSB/HSV339°92.96%27.84%
CMYK0.00%92.96%60.56%
72.16%

Color #47051C in popluar number systems.

HEX47051C
Decimal71528
Binary100011110111100
Octal107534

Shades and tints

Shades of #47051C

#47051C
(71,5,28)
#41051A
(65,5,26)
#3B0518
(59,5,24)
#350516
(53,5,22)
#2F0514
(47,5,20)
#290512
(41,5,18)
#230510
(35,5,16)
#1D050E
(29,5,14)
#17050C
(23,5,12)
#11050A
(17,5,10)
#0B0508
(11,5,8)
#000000
(0,0,0)

Tints of #47051C

#47051C
(71,5,28)
#571B30
(87,27,48)
#673144
(103,49,68)
#774758
(119,71,88)
#875D6C
(135,93,108)
#977380
(151,115,128)
#A78994
(167,137,148)
#B79FA8
(183,159,168)
#C7B5BC
(199,181,188)
#D7CBD0
(215,203,208)
#E7E1E4
(231,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47051C color. Also use rgb(71,5,28) instead hex code.

Text Font Color

.myTextColor { color: #47051C; }

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

This text font color is #47051C.


Background Color

.myBgColor { background-color: #47051C; }

<div style="background-color:#47051C">Inner text</div>

This div background color is #47051C.


Border color

.myBorderColor { border: 1px solid #47051C; }

<div style="border:3px solid #47051C">Div</div>

This div border color is #47051C.


Opacity

.myOpacity80 { color: #47051C; opacity: 0.8; }

<p style="color:#47051C;opacity:0.8;">80%</p>

Text with #47051C 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 #47051C;}

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

This text has shadow with #47051C color.

.textShadow {text-shadow: 3px 3px 1px #47051C, 3px 3px 1px red;}

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

This text has shadow with #47051C primary color and red secondary color.


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

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

This text has shadow with #47051C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47051C on black background.


Color preview on white background

This text has color #47051C on white background.



Black color preview on #47051C background

This text has black color on #47051C background.


White color preview on #47051C background

This text has white color on #47051C background.