COLOR #47106C

HEX: #47106C
RGB: (71,16,108)

Color info

#47106C contains mainly red and blue colors. Web safe color of #47106C is #330066 (or #306).

RGB color model

#47106C color RGB value is (71,16,108).

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

RGB channels and saturation

R 71 of 255 = 28%
G 16 of 255 = 6%
B 108 of 255 = 42%

71
16
108

R + G + B ~ 25%. #47106C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 16 + 108 = 195 (100%)
R 71 of 195 ~ 36.41%
G 16 of 195 ~ 8.21%
B 108 of 195 ~ 55.38%

%36.41
%55.38

CMYK color model

#47106C color CMYK value is (34,85,0,58).

  • cyan value is 34.26%
  • magenta value is 85.19%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(34,85,0,58)
C34M85Y0K58 
(34%,85%,0%,58%)
(0.34/0.85/0.00/0.58)	

CMYK percentages

%34.26
%85.19
%0
%57.65

Codes

Color #47106C in popluar color models

47106C
RGB7116108
HSL276°74.19%24.31%
HSB/HSV276°85.19%42.35%
CMYK34.26%85.19%0.00%
57.65%

Color #47106C in popluar number systems.

HEX47106C
Decimal7116108
Binary1000111100001101100
Octal10720154

Shades and tints

Shades of #47106C

#47106C
(71,16,108)
#410F63
(65,15,99)
#3B0E5A
(59,14,90)
#350D51
(53,13,81)
#2F0C48
(47,12,72)
#290B3F
(41,11,63)
#230A36
(35,10,54)
#1D092D
(29,9,45)
#170824
(23,8,36)
#11071B
(17,7,27)
#0B0612
(11,6,18)
#000000
(0,0,0)

Tints of #47106C

#47106C
(71,16,108)
#572579
(87,37,121)
#673A86
(103,58,134)
#774F93
(119,79,147)
#8764A0
(135,100,160)
#9779AD
(151,121,173)
#A78EBA
(167,142,186)
#B7A3C7
(183,163,199)
#C7B8D4
(199,184,212)
#D7CDE1
(215,205,225)
#E7E2EE
(231,226,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47106C; }

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

This text font color is #47106C.


Background Color

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

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

This div background color is #47106C.


Border color

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

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

This div border color is #47106C.


Opacity

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

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

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

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

This text has shadow with #47106C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47106C on black background.


Color preview on white background

This text has color #47106C on white background.



Black color preview on #47106C background

This text has black color on #47106C background.


White color preview on #47106C background

This text has white color on #47106C background.