COLOR #47415F

HEX: #47415F
RGB: (71,65,95)

Color info

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

RGB color model

#47415F color RGB value is (71,65,95).

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

RGB channels and saturation

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

71
65
95

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

Portions of RGB colors in percentages

R + G + B =
71 + 65 + 95 = 231 (100%)
R 71 of 231 ~ 30.74%
G 65 of 231 ~ 28.14%
B 95 of 231 ~ 41.13%

%30.74
%28.14
%41.13

CMYK color model

#47415F color CMYK value is (25,32,0,63).

  • cyan value is 25.26%
  • magenta value is 31.58%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(25,32,0,63)
C25M32Y0K63 
(25%,32%,0%,63%)
(0.25/0.32/0.00/0.63)	

CMYK percentages

%25.26
%31.58
%0
%62.75

Codes

Color #47415F in popluar color models

47415F
RGB716595
HSL252°18.75%31.37%
HSB/HSV252°31.58%37.25%
CMYK25.26%31.58%0.00%
62.75%

Color #47415F in popluar number systems.

HEX47415F
Decimal716595
Binary100011110000011011111
Octal107101137

Shades and tints

Shades of #47415F

#47415F
(71,65,95)
#413C57
(65,60,87)
#3B374F
(59,55,79)
#353247
(53,50,71)
#2F2D3F
(47,45,63)
#292837
(41,40,55)
#23232F
(35,35,47)
#1D1E27
(29,30,39)
#17191F
(23,25,31)
#111417
(17,20,23)
#0B0F0F
(11,15,15)
#000000
(0,0,0)

Tints of #47415F

#47415F
(71,65,95)
#57526D
(87,82,109)
#67637B
(103,99,123)
#777489
(119,116,137)
#878597
(135,133,151)
#9796A5
(151,150,165)
#A7A7B3
(167,167,179)
#B7B8C1
(183,184,193)
#C7C9CF
(199,201,207)
#D7DADD
(215,218,221)
#E7EBEB
(231,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47415F; }

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

This text font color is #47415F.


Background Color

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

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

This div background color is #47415F.


Border color

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

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

This div border color is #47415F.


Opacity

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

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

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

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

This text has shadow with #47415F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47415F on black background.


Color preview on white background

This text has color #47415F on white background.



Black color preview on #47415F background

This text has black color on #47415F background.


White color preview on #47415F background

This text has white color on #47415F background.