COLOR #47062E

HEX: #47062E
RGB: (71,6,46)

Color info

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

RGB color model

#47062E color RGB value is (71,6,46).

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

RGB channels and saturation

R 71 of 255 = 28%
G 6 of 255 = 2%
B 46 of 255 = 18%

71
6
46

R + G + B ~ 16%. #47062E is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 6 + 46 = 123 (100%)
R 71 of 123 ~ 57.72%
G 6 of 123 ~ 4.88%
B 46 of 123 ~ 37.4%

%57.72
%37.4

CMYK color model

#47062E color CMYK value is (0,92,35,72).

  • cyan value is 0.00%
  • magenta value is 91.55%
  • yellow value is 35.21%
  • key color value is 72.16%
CMYK:
(0,92,35,72)
C0M92Y35K72 
(0%,92%,35%,72%)
(0.00/0.92/0.35/0.72)	

CMYK percentages

%0
%91.55
%35.21
%72.16

Codes

Color #47062E in popluar color models

47062E
RGB71646
HSL323°84.42%15.10%
HSB/HSV323°91.55%27.84%
CMYK0.00%91.55%35.21%
72.16%

Color #47062E in popluar number systems.

HEX47062E
Decimal71646
Binary1000111110101110
Octal107656

Shades and tints

Shades of #47062E

#47062E
(71,6,46)
#41062A
(65,6,42)
#3B0626
(59,6,38)
#350622
(53,6,34)
#2F061E
(47,6,30)
#29061A
(41,6,26)
#230616
(35,6,22)
#1D0612
(29,6,18)
#17060E
(23,6,14)
#11060A
(17,6,10)
#0B0606
(11,6,6)
#000000
(0,0,0)

Tints of #47062E

#47062E
(71,6,46)
#571C41
(87,28,65)
#673254
(103,50,84)
#774867
(119,72,103)
#875E7A
(135,94,122)
#97748D
(151,116,141)
#A78AA0
(167,138,160)
#B7A0B3
(183,160,179)
#C7B6C6
(199,182,198)
#D7CCD9
(215,204,217)
#E7E2EC
(231,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47062E; }

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

This text font color is #47062E.


Background Color

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

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

This div background color is #47062E.


Border color

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

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

This div border color is #47062E.


Opacity

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

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

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

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

This text has shadow with #47062E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47062E on black background.


Color preview on white background

This text has color #47062E on white background.



Black color preview on #47062E background

This text has black color on #47062E background.


White color preview on #47062E background

This text has white color on #47062E background.