COLOR #47103C

HEX: #47103C
RGB: (71,16,60)

Color info

#47103C contains red, green and blue colors in about the same proportion. Web safe color of #47103C is #330033 (or #303).

RGB color model

#47103C color RGB value is (71,16,60).

  • red value is 71;
  • green value is 16;
  • blue value is 60.
RGB:
(71,16,60)
(28%,6%,24%)

RGB channels and saturation

R 71 of 255 = 28%
G 16 of 255 = 6%
B 60 of 255 = 24%

71
16
60

R + G + B ~ 19%. #47103C is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 16 + 60 = 147 (100%)
R 71 of 147 ~ 48.3%
G 16 of 147 ~ 10.88%
B 60 of 147 ~ 40.82%

%48.3
%10.88
%40.82

CMYK color model

#47103C color CMYK value is (0,77,15,72).

  • cyan value is 0.00%
  • magenta value is 77.46%
  • yellow value is 15.49%
  • key color value is 72.16%
CMYK:
(0,77,15,72)
C0M77Y15K72 
(0%,77%,15%,72%)
(0.00/0.77/0.15/0.72)	

CMYK percentages

%0
%77.46
%15.49
%72.16

Codes

Color #47103C in popluar color models

47103C
RGB711660
HSL312°63.22%17.06%
HSB/HSV312°77.46%27.84%
CMYK0.00%77.46%15.49%
72.16%

Color #47103C in popluar number systems.

HEX47103C
Decimal711660
Binary100011110000111100
Octal1072074

Shades and tints

Shades of #47103C

#47103C
(71,16,60)
#410F37
(65,15,55)
#3B0E32
(59,14,50)
#350D2D
(53,13,45)
#2F0C28
(47,12,40)
#290B23
(41,11,35)
#230A1E
(35,10,30)
#1D0919
(29,9,25)
#170814
(23,8,20)
#11070F
(17,7,15)
#0B060A
(11,6,10)
#000000
(0,0,0)

Tints of #47103C

#47103C
(71,16,60)
#57254D
(87,37,77)
#673A5E
(103,58,94)
#774F6F
(119,79,111)
#876480
(135,100,128)
#977991
(151,121,145)
#A78EA2
(167,142,162)
#B7A3B3
(183,163,179)
#C7B8C4
(199,184,196)
#D7CDD5
(215,205,213)
#E7E2E6
(231,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47103C color. Also use rgb(71,16,60) instead hex code.

Text Font Color

.myTextColor { color: #47103C; }

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

This text font color is #47103C.


Background Color

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

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

This div background color is #47103C.


Border color

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

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

This div border color is #47103C.


Opacity

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

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

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

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

This text has shadow with #47103C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47103C on black background.


Color preview on white background

This text has color #47103C on white background.



Black color preview on #47103C background

This text has black color on #47103C background.


White color preview on #47103C background

This text has white color on #47103C background.