COLOR #47308E

HEX: #47308E
RGB: (71,48,142)

Color info

#47308E contains mainly blue color. Web safe color of #47308E is #333399 (or #339).

RGB color model

#47308E color RGB value is (71,48,142).

  • red value is 71;
  • green value is 48;
  • blue value is 142.
RGB:
(71,48,142)
(28%,19%,56%)

RGB channels and saturation

R 71 of 255 = 28%
G 48 of 255 = 19%
B 142 of 255 = 56%

71
48
142

R + G + B ~ 34%. #47308E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 48 + 142 = 261 (100%)
R 71 of 261 ~ 27.2%
G 48 of 261 ~ 18.39%
B 142 of 261 ~ 54.41%

%27.2
%18.39
%54.41

CMYK color model

#47308E color CMYK value is (50,66,0,44).

  • cyan value is 50.00%
  • magenta value is 66.20%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(50,66,0,44)
C50M66Y0K44 
(50%,66%,0%,44%)
(0.50/0.66/0.00/0.44)	

CMYK percentages

%50
%66.2
%0
%44.31

Codes

Color #47308E in popluar color models

47308E
RGB7148142
HSL255°49.47%37.25%
HSB/HSV255°66.20%55.69%
CMYK50.00%66.20%0.00%
44.31%

Color #47308E in popluar number systems.

HEX47308E
Decimal7148142
Binary100011111000010001110
Octal10760216

Shades and tints

Shades of #47308E

#47308E
(71,48,142)
#412C82
(65,44,130)
#3B2876
(59,40,118)
#35246A
(53,36,106)
#2F205E
(47,32,94)
#291C52
(41,28,82)
#231846
(35,24,70)
#1D143A
(29,20,58)
#17102E
(23,16,46)
#110C22
(17,12,34)
#0B0816
(11,8,22)
#000000
(0,0,0)

Tints of #47308E

#47308E
(71,48,142)
#574298
(87,66,152)
#6754A2
(103,84,162)
#7766AC
(119,102,172)
#8778B6
(135,120,182)
#978AC0
(151,138,192)
#A79CCA
(167,156,202)
#B7AED4
(183,174,212)
#C7C0DE
(199,192,222)
#D7D2E8
(215,210,232)
#E7E4F2
(231,228,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47308E color. Also use rgb(71,48,142) instead hex code.

Text Font Color

.myTextColor { color: #47308E; }

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

This text font color is #47308E.


Background Color

.myBgColor { background-color: #47308E; }

<div style="background-color:#47308E">Inner text</div>

This div background color is #47308E.


Border color

.myBorderColor { border: 1px solid #47308E; }

<div style="border:3px solid #47308E">Div</div>

This div border color is #47308E.


Opacity

.myOpacity80 { color: #47308E; opacity: 0.8; }

<p style="color:#47308E;opacity:0.8;">80%</p>

Text with #47308E 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 #47308E;}

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

This text has shadow with #47308E color.

.textShadow {text-shadow: 3px 3px 1px #47308E, 3px 3px 1px red;}

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

This text has shadow with #47308E primary color and red secondary color.


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

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

This text has shadow with #47308E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47308E on black background.


Color preview on white background

This text has color #47308E on white background.



Black color preview on #47308E background

This text has black color on #47308E background.


White color preview on #47308E background

This text has white color on #47308E background.