COLOR #47395F

HEX: #47395F
RGB: (71,57,95)

Color info

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

RGB color model

#47395F color RGB value is (71,57,95).

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

RGB channels and saturation

R 71 of 255 = 28%
G 57 of 255 = 22%
B 95 of 255 = 37%

71
57
95

R + G + B ~ 29%. #47395F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 57 + 95 = 223 (100%)
R 71 of 223 ~ 31.84%
G 57 of 223 ~ 25.56%
B 95 of 223 ~ 42.6%

%31.84
%25.56
%42.6

CMYK color model

#47395F color CMYK value is (25,40,0,63).

  • cyan value is 25.26%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(25,40,0,63)
C25M40Y0K63 
(25%,40%,0%,63%)
(0.25/0.40/0.00/0.63)	

CMYK percentages

%25.26
%40
%0
%62.75

Codes

Color #47395F in popluar color models

47395F
RGB715795
HSL262°25.00%29.80%
HSB/HSV262°40.00%37.25%
CMYK25.26%40.00%0.00%
62.75%

Color #47395F in popluar number systems.

HEX47395F
Decimal715795
Binary10001111110011011111
Octal10771137

Shades and tints

Shades of #47395F

#47395F
(71,57,95)
#413457
(65,52,87)
#3B2F4F
(59,47,79)
#352A47
(53,42,71)
#2F253F
(47,37,63)
#292037
(41,32,55)
#231B2F
(35,27,47)
#1D1627
(29,22,39)
#17111F
(23,17,31)
#110C17
(17,12,23)
#0B070F
(11,7,15)
#000000
(0,0,0)

Tints of #47395F

#47395F
(71,57,95)
#574B6D
(87,75,109)
#675D7B
(103,93,123)
#776F89
(119,111,137)
#878197
(135,129,151)
#9793A5
(151,147,165)
#A7A5B3
(167,165,179)
#B7B7C1
(183,183,193)
#C7C9CF
(199,201,207)
#D7DBDD
(215,219,221)
#E7EDEB
(231,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47395F; }

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

This text font color is #47395F.


Background Color

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

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

This div background color is #47395F.


Border color

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

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

This div border color is #47395F.


Opacity

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

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

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

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

This text has shadow with #47395F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47395F on black background.


Color preview on white background

This text has color #47395F on white background.



Black color preview on #47395F background

This text has black color on #47395F background.


White color preview on #47395F background

This text has white color on #47395F background.