COLOR #47006F

HEX: #47006F
RGB: (71,0,111)

Color info

#47006F contains only red and blue colors. Web safe color of #47006F is #330066 (or #306).

RGB color model

#47006F color RGB value is (71,0,111).

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

RGB channels and saturation

R 71 of 255 = 28%
G 0 of 255 = 0%
B 111 of 255 = 44%

71
0
111

R + G + B ~ 24%. #47006F is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 0 + 111 = 182 (100%)
R 71 of 182 ~ 39.01%
G 0 of 182 ~ 0%
B 111 of 182 ~ 60.99%

%39.01
%60.99

CMYK color model

#47006F color CMYK value is (36,100,0,56).

  • cyan value is 36.04%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(36,100,0,56)
C36M100Y0K56 
(36%,100%,0%,56%)
(0.36/1.00/0.00/0.56)	

CMYK percentages

%36.04
%100
%0
%56.47

Codes

Color #47006F in popluar color models

47006F
RGB710111
HSL278°100.00%21.76%
HSB/HSV278°100.00%43.53%
CMYK36.04%100.00%0.00%
56.47%

Color #47006F in popluar number systems.

HEX47006F
Decimal710111
Binary100011101101111
Octal1070157

Shades and tints

Shades of #47006F

#47006F
(71,0,111)
#410065
(65,0,101)
#3B005B
(59,0,91)
#350051
(53,0,81)
#2F0047
(47,0,71)
#29003D
(41,0,61)
#230033
(35,0,51)
#1D0029
(29,0,41)
#17001F
(23,0,31)
#110015
(17,0,21)
#0B000B
(11,0,11)
#000000
(0,0,0)

Tints of #47006F

#47006F
(71,0,111)
#57177C
(87,23,124)
#672E89
(103,46,137)
#774596
(119,69,150)
#875CA3
(135,92,163)
#9773B0
(151,115,176)
#A78ABD
(167,138,189)
#B7A1CA
(183,161,202)
#C7B8D7
(199,184,215)
#D7CFE4
(215,207,228)
#E7E6F1
(231,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47006F color. Also use rgb(71,0,111) instead hex code.

Text Font Color

.myTextColor { color: #47006F; }

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

This text font color is #47006F.


Background Color

.myBgColor { background-color: #47006F; }

<div style="background-color:#47006F">Inner text</div>

This div background color is #47006F.


Border color

.myBorderColor { border: 1px solid #47006F; }

<div style="border:3px solid #47006F">Div</div>

This div border color is #47006F.


Opacity

.myOpacity80 { color: #47006F; opacity: 0.8; }

<p style="color:#47006F;opacity:0.8;">80%</p>

Text with #47006F 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 #47006F;}

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

This text has shadow with #47006F color.

.textShadow {text-shadow: 3px 3px 1px #47006F, 3px 3px 1px red;}

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

This text has shadow with #47006F primary color and red secondary color.


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

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

This text has shadow with #47006F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47006F on black background.


Color preview on white background

This text has color #47006F on white background.



Black color preview on #47006F background

This text has black color on #47006F background.


White color preview on #47006F background

This text has white color on #47006F background.