COLOR #47505E

HEX: #47505E
RGB: (71,80,94)

Color info

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

RGB color model

#47505E color RGB value is (71,80,94).

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

RGB channels and saturation

R 71 of 255 = 28%
G 80 of 255 = 31%
B 94 of 255 = 37%

71
80
94

R + G + B ~ 32%. #47505E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 80 + 94 = 245 (100%)
R 71 of 245 ~ 28.98%
G 80 of 245 ~ 32.65%
B 94 of 245 ~ 38.37%

%28.98
%32.65
%38.37

CMYK color model

#47505E color CMYK value is (24,15,0,63).

  • cyan value is 24.47%
  • magenta value is 14.89%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(24,15,0,63)
C24M15Y0K63 
(24%,15%,0%,63%)
(0.24/0.15/0.00/0.63)	

CMYK percentages

%24.47
%14.89
%0
%63.14

Codes

Color #47505E in popluar color models

47505E
RGB718094
HSL217°13.94%32.35%
HSB/HSV217°24.47%36.86%
CMYK24.47%14.89%0.00%
63.14%

Color #47505E in popluar number systems.

HEX47505E
Decimal718094
Binary100011110100001011110
Octal107120136

Shades and tints

Shades of #47505E

#47505E
(71,80,94)
#414956
(65,73,86)
#3B424E
(59,66,78)
#353B46
(53,59,70)
#2F343E
(47,52,62)
#292D36
(41,45,54)
#23262E
(35,38,46)
#1D1F26
(29,31,38)
#17181E
(23,24,30)
#111116
(17,17,22)
#0B0A0E
(11,10,14)
#000000
(0,0,0)

Tints of #47505E

#47505E
(71,80,94)
#575F6C
(87,95,108)
#676E7A
(103,110,122)
#777D88
(119,125,136)
#878C96
(135,140,150)
#979BA4
(151,155,164)
#A7AAB2
(167,170,178)
#B7B9C0
(183,185,192)
#C7C8CE
(199,200,206)
#D7D7DC
(215,215,220)
#E7E6EA
(231,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47505E; }

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

This text font color is #47505E.


Background Color

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

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

This div background color is #47505E.


Border color

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

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

This div border color is #47505E.


Opacity

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

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

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

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

This text has shadow with #47505E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47505E on black background.


Color preview on white background

This text has color #47505E on white background.



Black color preview on #47505E background

This text has black color on #47505E background.


White color preview on #47505E background

This text has white color on #47505E background.