COLOR #47337C

HEX: #47337C
RGB: (71,51,124)

Color info

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

RGB color model

#47337C color RGB value is (71,51,124).

  • red value is 71;
  • green value is 51;
  • blue value is 124.
RGB:
(71,51,124)
(28%,20%,49%)

RGB channels and saturation

R 71 of 255 = 28%
G 51 of 255 = 20%
B 124 of 255 = 49%

71
51
124

R + G + B ~ 32%. #47337C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 51 + 124 = 246 (100%)
R 71 of 246 ~ 28.86%
G 51 of 246 ~ 20.73%
B 124 of 246 ~ 50.41%

%28.86
%20.73
%50.41

CMYK color model

#47337C color CMYK value is (43,59,0,51).

  • cyan value is 42.74%
  • magenta value is 58.87%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(43,59,0,51)
C43M59Y0K51 
(43%,59%,0%,51%)
(0.43/0.59/0.00/0.51)	

CMYK percentages

%42.74
%58.87
%0
%51.37

Codes

Color #47337C in popluar color models

47337C
RGB7151124
HSL256°41.71%34.31%
HSB/HSV256°58.87%48.63%
CMYK42.74%58.87%0.00%
51.37%

Color #47337C in popluar number systems.

HEX47337C
Decimal7151124
Binary10001111100111111100
Octal10763174

Shades and tints

Shades of #47337C

#47337C
(71,51,124)
#412F71
(65,47,113)
#3B2B66
(59,43,102)
#35275B
(53,39,91)
#2F2350
(47,35,80)
#291F45
(41,31,69)
#231B3A
(35,27,58)
#1D172F
(29,23,47)
#171324
(23,19,36)
#110F19
(17,15,25)
#0B0B0E
(11,11,14)
#000000
(0,0,0)

Tints of #47337C

#47337C
(71,51,124)
#574587
(87,69,135)
#675792
(103,87,146)
#77699D
(119,105,157)
#877BA8
(135,123,168)
#978DB3
(151,141,179)
#A79FBE
(167,159,190)
#B7B1C9
(183,177,201)
#C7C3D4
(199,195,212)
#D7D5DF
(215,213,223)
#E7E7EA
(231,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47337C color. Also use rgb(71,51,124) instead hex code.

Text Font Color

.myTextColor { color: #47337C; }

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

This text font color is #47337C.


Background Color

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

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

This div background color is #47337C.


Border color

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

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

This div border color is #47337C.


Opacity

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

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

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

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

This text has shadow with #47337C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47337C on black background.


Color preview on white background

This text has color #47337C on white background.



Black color preview on #47337C background

This text has black color on #47337C background.


White color preview on #47337C background

This text has white color on #47337C background.