COLOR #47186D

HEX: #47186D
RGB: (71,24,109)

Color info

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

RGB color model

#47186D color RGB value is (71,24,109).

  • red value is 71;
  • green value is 24;
  • blue value is 109.
RGB:
(71,24,109)
(28%,9%,43%)

RGB channels and saturation

R 71 of 255 = 28%
G 24 of 255 = 9%
B 109 of 255 = 43%

71
24
109

R + G + B ~ 27%. #47186D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 24 + 109 = 204 (100%)
R 71 of 204 ~ 34.8%
G 24 of 204 ~ 11.76%
B 109 of 204 ~ 53.43%

%34.8
%11.76
%53.43

CMYK color model

#47186D color CMYK value is (35,78,0,57).

  • cyan value is 34.86%
  • magenta value is 77.98%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(35,78,0,57)
C35M78Y0K57 
(35%,78%,0%,57%)
(0.35/0.78/0.00/0.57)	

CMYK percentages

%34.86
%77.98
%0
%57.25

Codes

Color #47186D in popluar color models

47186D
RGB7124109
HSL273°63.91%26.08%
HSB/HSV273°77.98%42.75%
CMYK34.86%77.98%0.00%
57.25%

Color #47186D in popluar number systems.

HEX47186D
Decimal7124109
Binary1000111110001101101
Octal10730155

Shades and tints

Shades of #47186D

#47186D
(71,24,109)
#411664
(65,22,100)
#3B145B
(59,20,91)
#351252
(53,18,82)
#2F1049
(47,16,73)
#290E40
(41,14,64)
#230C37
(35,12,55)
#1D0A2E
(29,10,46)
#170825
(23,8,37)
#11061C
(17,6,28)
#0B0413
(11,4,19)
#000000
(0,0,0)

Tints of #47186D

#47186D
(71,24,109)
#572D7A
(87,45,122)
#674287
(103,66,135)
#775794
(119,87,148)
#876CA1
(135,108,161)
#9781AE
(151,129,174)
#A796BB
(167,150,187)
#B7ABC8
(183,171,200)
#C7C0D5
(199,192,213)
#D7D5E2
(215,213,226)
#E7EAEF
(231,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47186D color. Also use rgb(71,24,109) instead hex code.

Text Font Color

.myTextColor { color: #47186D; }

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

This text font color is #47186D.


Background Color

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

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

This div background color is #47186D.


Border color

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

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

This div border color is #47186D.


Opacity

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

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

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

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

This text has shadow with #47186D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47186D on black background.


Color preview on white background

This text has color #47186D on white background.



Black color preview on #47186D background

This text has black color on #47186D background.


White color preview on #47186D background

This text has white color on #47186D background.