COLOR #47057D

HEX: #47057D
RGB: (71,5,125)

Color info

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

RGB color model

#47057D color RGB value is (71,5,125).

  • red value is 71;
  • green value is 5;
  • blue value is 125.
RGB:
(71,5,125)
(28%,2%,49%)

RGB channels and saturation

R 71 of 255 = 28%
G 5 of 255 = 2%
B 125 of 255 = 49%

71
5
125

R + G + B ~ 26%. #47057D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 5 + 125 = 201 (100%)
R 71 of 201 ~ 35.32%
G 5 of 201 ~ 2.49%
B 125 of 201 ~ 62.19%

%35.32
%62.19

CMYK color model

#47057D color CMYK value is (43,96,0,51).

  • cyan value is 43.20%
  • magenta value is 96.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(43,96,0,51)
C43M96Y0K51 
(43%,96%,0%,51%)
(0.43/0.96/0.00/0.51)	

CMYK percentages

%43.2
%96
%0
%50.98

Codes

Color #47057D in popluar color models

47057D
RGB715125
HSL273°92.31%25.49%
HSB/HSV273°96.00%49.02%
CMYK43.20%96.00%0.00%
50.98%

Color #47057D in popluar number systems.

HEX47057D
Decimal715125
Binary10001111011111101
Octal1075175

Shades and tints

Shades of #47057D

#47057D
(71,5,125)
#410572
(65,5,114)
#3B0567
(59,5,103)
#35055C
(53,5,92)
#2F0551
(47,5,81)
#290546
(41,5,70)
#23053B
(35,5,59)
#1D0530
(29,5,48)
#170525
(23,5,37)
#11051A
(17,5,26)
#0B050F
(11,5,15)
#000000
(0,0,0)

Tints of #47057D

#47057D
(71,5,125)
#571B88
(87,27,136)
#673193
(103,49,147)
#77479E
(119,71,158)
#875DA9
(135,93,169)
#9773B4
(151,115,180)
#A789BF
(167,137,191)
#B79FCA
(183,159,202)
#C7B5D5
(199,181,213)
#D7CBE0
(215,203,224)
#E7E1EB
(231,225,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47057D color. Also use rgb(71,5,125) instead hex code.

Text Font Color

.myTextColor { color: #47057D; }

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

This text font color is #47057D.


Background Color

.myBgColor { background-color: #47057D; }

<div style="background-color:#47057D">Inner text</div>

This div background color is #47057D.


Border color

.myBorderColor { border: 1px solid #47057D; }

<div style="border:3px solid #47057D">Div</div>

This div border color is #47057D.


Opacity

.myOpacity80 { color: #47057D; opacity: 0.8; }

<p style="color:#47057D;opacity:0.8;">80%</p>

Text with #47057D 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 #47057D;}

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

This text has shadow with #47057D color.

.textShadow {text-shadow: 3px 3px 1px #47057D, 3px 3px 1px red;}

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

This text has shadow with #47057D primary color and red secondary color.


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

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

This text has shadow with #47057D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47057D on black background.


Color preview on white background

This text has color #47057D on white background.



Black color preview on #47057D background

This text has black color on #47057D background.


White color preview on #47057D background

This text has white color on #47057D background.