COLOR #47415C

HEX: #47415C
RGB: (71,65,92)

Color info

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

RGB color model

#47415C color RGB value is (71,65,92).

  • red value is 71;
  • green value is 65;
  • blue value is 92.
RGB:
(71,65,92)
(28%,25%,36%)

RGB channels and saturation

R 71 of 255 = 28%
G 65 of 255 = 25%
B 92 of 255 = 36%

71
65
92

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

Portions of RGB colors in percentages

R + G + B =
71 + 65 + 92 = 228 (100%)
R 71 of 228 ~ 31.14%
G 65 of 228 ~ 28.51%
B 92 of 228 ~ 40.35%

%31.14
%28.51
%40.35

CMYK color model

#47415C color CMYK value is (23,29,0,64).

  • cyan value is 22.83%
  • magenta value is 29.35%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(23,29,0,64)
C23M29Y0K64 
(23%,29%,0%,64%)
(0.23/0.29/0.00/0.64)	

CMYK percentages

%22.83
%29.35
%0
%63.92

Codes

Color #47415C in popluar color models

47415C
RGB716592
HSL253°17.20%30.78%
HSB/HSV253°29.35%36.08%
CMYK22.83%29.35%0.00%
63.92%

Color #47415C in popluar number systems.

HEX47415C
Decimal716592
Binary100011110000011011100
Octal107101134

Shades and tints

Shades of #47415C

#47415C
(71,65,92)
#413C54
(65,60,84)
#3B374C
(59,55,76)
#353244
(53,50,68)
#2F2D3C
(47,45,60)
#292834
(41,40,52)
#23232C
(35,35,44)
#1D1E24
(29,30,36)
#17191C
(23,25,28)
#111414
(17,20,20)
#0B0F0C
(11,15,12)
#000000
(0,0,0)

Tints of #47415C

#47415C
(71,65,92)
#57526A
(87,82,106)
#676378
(103,99,120)
#777486
(119,116,134)
#878594
(135,133,148)
#9796A2
(151,150,162)
#A7A7B0
(167,167,176)
#B7B8BE
(183,184,190)
#C7C9CC
(199,201,204)
#D7DADA
(215,218,218)
#E7EBE8
(231,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47415C color. Also use rgb(71,65,92) instead hex code.

Text Font Color

.myTextColor { color: #47415C; }

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

This text font color is #47415C.


Background Color

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

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

This div background color is #47415C.


Border color

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

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

This div border color is #47415C.


Opacity

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

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

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

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

This text has shadow with #47415C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47415C on black background.


Color preview on white background

This text has color #47415C on white background.



Black color preview on #47415C background

This text has black color on #47415C background.


White color preview on #47415C background

This text has white color on #47415C background.