COLOR #47156A

HEX: #47156A
RGB: (71,21,106)

Color info

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

RGB color model

#47156A color RGB value is (71,21,106).

  • red value is 71;
  • green value is 21;
  • blue value is 106.
RGB:
(71,21,106)
(28%,8%,42%)

RGB channels and saturation

R 71 of 255 = 28%
G 21 of 255 = 8%
B 106 of 255 = 42%

71
21
106

R + G + B ~ 26%. #47156A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 21 + 106 = 198 (100%)
R 71 of 198 ~ 35.86%
G 21 of 198 ~ 10.61%
B 106 of 198 ~ 53.54%

%35.86
%10.61
%53.54

CMYK color model

#47156A color CMYK value is (33,80,0,58).

  • cyan value is 33.02%
  • magenta value is 80.19%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(33,80,0,58)
C33M80Y0K58 
(33%,80%,0%,58%)
(0.33/0.80/0.00/0.58)	

CMYK percentages

%33.02
%80.19
%0
%58.43

Codes

Color #47156A in popluar color models

47156A
RGB7121106
HSL275°66.93%24.90%
HSB/HSV275°80.19%41.57%
CMYK33.02%80.19%0.00%
58.43%

Color #47156A in popluar number systems.

HEX47156A
Decimal7121106
Binary1000111101011101010
Octal10725152

Shades and tints

Shades of #47156A

#47156A
(71,21,106)
#411461
(65,20,97)
#3B1358
(59,19,88)
#35124F
(53,18,79)
#2F1146
(47,17,70)
#29103D
(41,16,61)
#230F34
(35,15,52)
#1D0E2B
(29,14,43)
#170D22
(23,13,34)
#110C19
(17,12,25)
#0B0B10
(11,11,16)
#000000
(0,0,0)

Tints of #47156A

#47156A
(71,21,106)
#572A77
(87,42,119)
#673F84
(103,63,132)
#775491
(119,84,145)
#87699E
(135,105,158)
#977EAB
(151,126,171)
#A793B8
(167,147,184)
#B7A8C5
(183,168,197)
#C7BDD2
(199,189,210)
#D7D2DF
(215,210,223)
#E7E7EC
(231,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47156A color. Also use rgb(71,21,106) instead hex code.

Text Font Color

.myTextColor { color: #47156A; }

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

This text font color is #47156A.


Background Color

.myBgColor { background-color: #47156A; }

<div style="background-color:#47156A">Inner text</div>

This div background color is #47156A.


Border color

.myBorderColor { border: 1px solid #47156A; }

<div style="border:3px solid #47156A">Div</div>

This div border color is #47156A.


Opacity

.myOpacity80 { color: #47156A; opacity: 0.8; }

<p style="color:#47156A;opacity:0.8;">80%</p>

Text with #47156A 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 #47156A;}

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

This text has shadow with #47156A color.

.textShadow {text-shadow: 3px 3px 1px #47156A, 3px 3px 1px red;}

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

This text has shadow with #47156A primary color and red secondary color.


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

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

This text has shadow with #47156A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47156A on black background.


Color preview on white background

This text has color #47156A on white background.



Black color preview on #47156A background

This text has black color on #47156A background.


White color preview on #47156A background

This text has white color on #47156A background.