COLOR #47326C

HEX: #47326C
RGB: (71,50,108)

Color info

#47326C contains red, green and blue colors in about the same proportion. Web safe color of #47326C is #333366 (or #336).

RGB color model

#47326C color RGB value is (71,50,108).

  • red value is 71;
  • green value is 50;
  • blue value is 108.
RGB:
(71,50,108)
(28%,20%,42%)

RGB channels and saturation

R 71 of 255 = 28%
G 50 of 255 = 20%
B 108 of 255 = 42%

71
50
108

R + G + B ~ 30%. #47326C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 50 + 108 = 229 (100%)
R 71 of 229 ~ 31%
G 50 of 229 ~ 21.83%
B 108 of 229 ~ 47.16%

%31
%21.83
%47.16

CMYK color model

#47326C color CMYK value is (34,54,0,58).

  • cyan value is 34.26%
  • magenta value is 53.70%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(34,54,0,58)
C34M54Y0K58 
(34%,54%,0%,58%)
(0.34/0.54/0.00/0.58)	

CMYK percentages

%34.26
%53.7
%0
%57.65

Codes

Color #47326C in popluar color models

47326C
RGB7150108
HSL262°36.71%30.98%
HSB/HSV262°53.70%42.35%
CMYK34.26%53.70%0.00%
57.65%

Color #47326C in popluar number systems.

HEX47326C
Decimal7150108
Binary10001111100101101100
Octal10762154

Shades and tints

Shades of #47326C

#47326C
(71,50,108)
#412E63
(65,46,99)
#3B2A5A
(59,42,90)
#352651
(53,38,81)
#2F2248
(47,34,72)
#291E3F
(41,30,63)
#231A36
(35,26,54)
#1D162D
(29,22,45)
#171224
(23,18,36)
#110E1B
(17,14,27)
#0B0A12
(11,10,18)
#000000
(0,0,0)

Tints of #47326C

#47326C
(71,50,108)
#574479
(87,68,121)
#675686
(103,86,134)
#776893
(119,104,147)
#877AA0
(135,122,160)
#978CAD
(151,140,173)
#A79EBA
(167,158,186)
#B7B0C7
(183,176,199)
#C7C2D4
(199,194,212)
#D7D4E1
(215,212,225)
#E7E6EE
(231,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47326C color. Also use rgb(71,50,108) instead hex code.

Text Font Color

.myTextColor { color: #47326C; }

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

This text font color is #47326C.


Background Color

.myBgColor { background-color: #47326C; }

<div style="background-color:#47326C">Inner text</div>

This div background color is #47326C.


Border color

.myBorderColor { border: 1px solid #47326C; }

<div style="border:3px solid #47326C">Div</div>

This div border color is #47326C.


Opacity

.myOpacity80 { color: #47326C; opacity: 0.8; }

<p style="color:#47326C;opacity:0.8;">80%</p>

Text with #47326C 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 #47326C;}

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

This text has shadow with #47326C color.

.textShadow {text-shadow: 3px 3px 1px #47326C, 3px 3px 1px red;}

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

This text has shadow with #47326C primary color and red secondary color.


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

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

This text has shadow with #47326C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47326C on black background.


Color preview on white background

This text has color #47326C on white background.



Black color preview on #47326C background

This text has black color on #47326C background.


White color preview on #47326C background

This text has white color on #47326C background.