COLOR #47003C

HEX: #47003C
RGB: (71,0,60)

Color info

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

RGB color model

#47003C color RGB value is (71,0,60).

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

RGB channels and saturation

R 71 of 255 = 28%
G 0 of 255 = 0%
B 60 of 255 = 24%

71
0
60

R + G + B ~ 17%. #47003C is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 0 + 60 = 131 (100%)
R 71 of 131 ~ 54.2%
G 0 of 131 ~ 0%
B 60 of 131 ~ 45.8%

%54.2
%45.8

CMYK color model

#47003C color CMYK value is (0,100,15,72).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 15.49%
  • key color value is 72.16%
CMYK:
(0,100,15,72)
C0M100Y15K72 
(0%,100%,15%,72%)
(0.00/1.00/0.15/0.72)	

CMYK percentages

%0
%100
%15.49
%72.16

Codes

Color #47003C in popluar color models

47003C
RGB71060
HSL309°100.00%13.92%
HSB/HSV309°100.00%27.84%
CMYK0.00%100.00%15.49%
72.16%

Color #47003C in popluar number systems.

HEX47003C
Decimal71060
Binary10001110111100
Octal107074

Shades and tints

Shades of #47003C

#47003C
(71,0,60)
#410037
(65,0,55)
#3B0032
(59,0,50)
#35002D
(53,0,45)
#2F0028
(47,0,40)
#290023
(41,0,35)
#23001E
(35,0,30)
#1D0019
(29,0,25)
#170014
(23,0,20)
#11000F
(17,0,15)
#0B000A
(11,0,10)
#000000
(0,0,0)

Tints of #47003C

#47003C
(71,0,60)
#57174D
(87,23,77)
#672E5E
(103,46,94)
#77456F
(119,69,111)
#875C80
(135,92,128)
#977391
(151,115,145)
#A78AA2
(167,138,162)
#B7A1B3
(183,161,179)
#C7B8C4
(199,184,196)
#D7CFD5
(215,207,213)
#E7E6E6
(231,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47003C; }

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

This text font color is #47003C.


Background Color

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

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

This div background color is #47003C.


Border color

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

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

This div border color is #47003C.


Opacity

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

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

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

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

This text has shadow with #47003C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47003C on black background.


Color preview on white background

This text has color #47003C on white background.



Black color preview on #47003C background

This text has black color on #47003C background.


White color preview on #47003C background

This text has white color on #47003C background.