COLOR #47517E

HEX: #47517E
RGB: (71,81,126)

Color info

#47517E contains red, green and blue colors in about the same proportion. Web safe color of #47517E is #336666 (or #366).

RGB color model

#47517E color RGB value is (71,81,126).

  • red value is 71;
  • green value is 81;
  • blue value is 126.
RGB:
(71,81,126)
(28%,32%,49%)

RGB channels and saturation

R 71 of 255 = 28%
G 81 of 255 = 32%
B 126 of 255 = 49%

71
81
126

R + G + B ~ 36%. #47517E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 81 + 126 = 278 (100%)
R 71 of 278 ~ 25.54%
G 81 of 278 ~ 29.14%
B 126 of 278 ~ 45.32%

%25.54
%29.14
%45.32

CMYK color model

#47517E color CMYK value is (44,36,0,51).

  • cyan value is 43.65%
  • magenta value is 35.71%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(44,36,0,51)
C44M36Y0K51 
(44%,36%,0%,51%)
(0.44/0.36/0.00/0.51)	

CMYK percentages

%43.65
%35.71
%0
%50.59

Codes

Color #47517E in popluar color models

47517E
RGB7181126
HSL229°27.92%38.63%
HSB/HSV229°43.65%49.41%
CMYK43.65%35.71%0.00%
50.59%

Color #47517E in popluar number systems.

HEX47517E
Decimal7181126
Binary100011110100011111110
Octal107121176

Shades and tints

Shades of #47517E

#47517E
(71,81,126)
#414A73
(65,74,115)
#3B4368
(59,67,104)
#353C5D
(53,60,93)
#2F3552
(47,53,82)
#292E47
(41,46,71)
#23273C
(35,39,60)
#1D2031
(29,32,49)
#171926
(23,25,38)
#11121B
(17,18,27)
#0B0B10
(11,11,16)
#000000
(0,0,0)

Tints of #47517E

#47517E
(71,81,126)
#576089
(87,96,137)
#676F94
(103,111,148)
#777E9F
(119,126,159)
#878DAA
(135,141,170)
#979CB5
(151,156,181)
#A7ABC0
(167,171,192)
#B7BACB
(183,186,203)
#C7C9D6
(199,201,214)
#D7D8E1
(215,216,225)
#E7E7EC
(231,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47517E color. Also use rgb(71,81,126) instead hex code.

Text Font Color

.myTextColor { color: #47517E; }

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

This text font color is #47517E.


Background Color

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

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

This div background color is #47517E.


Border color

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

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

This div border color is #47517E.


Opacity

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

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

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

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

This text has shadow with #47517E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47517E on black background.


Color preview on white background

This text has color #47517E on white background.



Black color preview on #47517E background

This text has black color on #47517E background.


White color preview on #47517E background

This text has white color on #47517E background.