COLOR #47415E

HEX: #47415E
RGB: (71,65,94)

Color info

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

RGB color model

#47415E color RGB value is (71,65,94).

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

RGB channels and saturation

R 71 of 255 = 28%
G 65 of 255 = 25%
B 94 of 255 = 37%

71
65
94

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

Portions of RGB colors in percentages

R + G + B =
71 + 65 + 94 = 230 (100%)
R 71 of 230 ~ 30.87%
G 65 of 230 ~ 28.26%
B 94 of 230 ~ 40.87%

%30.87
%28.26
%40.87

CMYK color model

#47415E color CMYK value is (24,31,0,63).

  • cyan value is 24.47%
  • magenta value is 30.85%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(24,31,0,63)
C24M31Y0K63 
(24%,31%,0%,63%)
(0.24/0.31/0.00/0.63)	

CMYK percentages

%24.47
%30.85
%0
%63.14

Codes

Color #47415E in popluar color models

47415E
RGB716594
HSL252°18.24%31.18%
HSB/HSV252°30.85%36.86%
CMYK24.47%30.85%0.00%
63.14%

Color #47415E in popluar number systems.

HEX47415E
Decimal716594
Binary100011110000011011110
Octal107101136

Shades and tints

Shades of #47415E

#47415E
(71,65,94)
#413C56
(65,60,86)
#3B374E
(59,55,78)
#353246
(53,50,70)
#2F2D3E
(47,45,62)
#292836
(41,40,54)
#23232E
(35,35,46)
#1D1E26
(29,30,38)
#17191E
(23,25,30)
#111416
(17,20,22)
#0B0F0E
(11,15,14)
#000000
(0,0,0)

Tints of #47415E

#47415E
(71,65,94)
#57526C
(87,82,108)
#67637A
(103,99,122)
#777488
(119,116,136)
#878596
(135,133,150)
#9796A4
(151,150,164)
#A7A7B2
(167,167,178)
#B7B8C0
(183,184,192)
#C7C9CE
(199,201,206)
#D7DADC
(215,218,220)
#E7EBEA
(231,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47415E; }

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

This text font color is #47415E.


Background Color

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

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

This div background color is #47415E.


Border color

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

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

This div border color is #47415E.


Opacity

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

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

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

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

This text has shadow with #47415E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47415E on black background.


Color preview on white background

This text has color #47415E on white background.



Black color preview on #47415E background

This text has black color on #47415E background.


White color preview on #47415E background

This text has white color on #47415E background.