COLOR #47515C

HEX: #47515C
RGB: (71,81,92)

Color info

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

RGB color model

#47515C color RGB value is (71,81,92).

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

RGB channels and saturation

R 71 of 255 = 28%
G 81 of 255 = 32%
B 92 of 255 = 36%

71
81
92

R + G + B ~ 32%. #47515C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 81 + 92 = 244 (100%)
R 71 of 244 ~ 29.1%
G 81 of 244 ~ 33.2%
B 92 of 244 ~ 37.7%

%29.1
%33.2
%37.7

CMYK color model

#47515C color CMYK value is (23,12,0,64).

  • cyan value is 22.83%
  • magenta value is 11.96%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(23,12,0,64)
C23M12Y0K64 
(23%,12%,0%,64%)
(0.23/0.12/0.00/0.64)	

CMYK percentages

%22.83
%11.96
%0
%63.92

Codes

Color #47515C in popluar color models

47515C
RGB718192
HSL211°12.88%31.96%
HSB/HSV211°22.83%36.08%
CMYK22.83%11.96%0.00%
63.92%

Color #47515C in popluar number systems.

HEX47515C
Decimal718192
Binary100011110100011011100
Octal107121134

Shades and tints

Shades of #47515C

#47515C
(71,81,92)
#414A54
(65,74,84)
#3B434C
(59,67,76)
#353C44
(53,60,68)
#2F353C
(47,53,60)
#292E34
(41,46,52)
#23272C
(35,39,44)
#1D2024
(29,32,36)
#17191C
(23,25,28)
#111214
(17,18,20)
#0B0B0C
(11,11,12)
#000000
(0,0,0)

Tints of #47515C

#47515C
(71,81,92)
#57606A
(87,96,106)
#676F78
(103,111,120)
#777E86
(119,126,134)
#878D94
(135,141,148)
#979CA2
(151,156,162)
#A7ABB0
(167,171,176)
#B7BABE
(183,186,190)
#C7C9CC
(199,201,204)
#D7D8DA
(215,216,218)
#E7E7E8
(231,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47515C; }

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

This text font color is #47515C.


Background Color

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

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

This div background color is #47515C.


Border color

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

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

This div border color is #47515C.


Opacity

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

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

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

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

This text has shadow with #47515C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47515C on black background.


Color preview on white background

This text has color #47515C on white background.



Black color preview on #47515C background

This text has black color on #47515C background.


White color preview on #47515C background

This text has white color on #47515C background.