COLOR #47307D

HEX: #47307D
RGB: (71,48,125)

Color info

#47307D contains mainly red and blue colors. Web safe color of #47307D is #333366 (or #336).

RGB color model

#47307D color RGB value is (71,48,125).

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

RGB channels and saturation

R 71 of 255 = 28%
G 48 of 255 = 19%
B 125 of 255 = 49%

71
48
125

R + G + B ~ 32%. #47307D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 48 + 125 = 244 (100%)
R 71 of 244 ~ 29.1%
G 48 of 244 ~ 19.67%
B 125 of 244 ~ 51.23%

%29.1
%19.67
%51.23

CMYK color model

#47307D color CMYK value is (43,62,0,51).

  • cyan value is 43.20%
  • magenta value is 61.60%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(43,62,0,51)
C43M62Y0K51 
(43%,62%,0%,51%)
(0.43/0.62/0.00/0.51)	

CMYK percentages

%43.2
%61.6
%0
%50.98

Codes

Color #47307D in popluar color models

47307D
RGB7148125
HSL258°44.51%33.92%
HSB/HSV258°61.60%49.02%
CMYK43.20%61.60%0.00%
50.98%

Color #47307D in popluar number systems.

HEX47307D
Decimal7148125
Binary10001111100001111101
Octal10760175

Shades and tints

Shades of #47307D

#47307D
(71,48,125)
#412C72
(65,44,114)
#3B2867
(59,40,103)
#35245C
(53,36,92)
#2F2051
(47,32,81)
#291C46
(41,28,70)
#23183B
(35,24,59)
#1D1430
(29,20,48)
#171025
(23,16,37)
#110C1A
(17,12,26)
#0B080F
(11,8,15)
#000000
(0,0,0)

Tints of #47307D

#47307D
(71,48,125)
#574288
(87,66,136)
#675493
(103,84,147)
#77669E
(119,102,158)
#8778A9
(135,120,169)
#978AB4
(151,138,180)
#A79CBF
(167,156,191)
#B7AECA
(183,174,202)
#C7C0D5
(199,192,213)
#D7D2E0
(215,210,224)
#E7E4EB
(231,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47307D; }

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

This text font color is #47307D.


Background Color

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

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

This div background color is #47307D.


Border color

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

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

This div border color is #47307D.


Opacity

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

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

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

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

This text has shadow with #47307D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47307D on black background.


Color preview on white background

This text has color #47307D on white background.



Black color preview on #47307D background

This text has black color on #47307D background.


White color preview on #47307D background

This text has white color on #47307D background.