COLOR #47505D

HEX: #47505D RGB: (71,80,93)

Color info

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

RGB color model

#47505D color RGB value is (71,80,93).

RGB: (71,80,93) (28%, 31%, 36%)

RGB channels and saturation

R 71 of 255 = 28%
G 80 of 255 = 31%
B 93 of 255 = 36%

71
80
93

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

Portions of RGB colors in percentages

R + G + B = 71 + 80 + 93 = 244 (100%)
R 71 of 244 ~ 29.1%
G 80 of 244 ~ 32.79%
B 93 of 244 ~ 38.11'%

%29.1
%32.79
%38.11

CMYK color model

#47505D color CMYK value is (24,14,0,64).

  • cyan value is 23.66%
  • magenta value is 13.98%
  • yellow value is 0.00%
  • key color value is 63.53%

CMYK: (24,14,0,64)
C24M14Y0K64 (24%, 14%, 0%, 64%)
(0.24 / 0.14 / 0.00 / 0.64)

CMYK percentages

%23.66
%13.98
%0
%63.53

Codes

Color #47505D in popluar color models

47 50 5D
RGB 71 80 93
HSL 215° 13.41% 32.16%
HSB/HSV 215° 23.66% 36.47%
CMYK 23.66% 13.98% 0.00%
63.53%

Color #47505D in popluar number systems.

HEX 47 50 5D
Decimal 71 80 93
Binary 1000111 1010000 1011101
Octal 107 120 135

Shades and tints

Shades of #47505D

#47505D
(71,80,93)
#414955
(65,73,85)
#3B424D
(59,66,77)
#353B45
(53,59,69)
#2F343D
(47,52,61)
#292D35
(41,45,53)
#23262D
(35,38,45)
#1D1F25
(29,31,37)
#17181D
(23,24,29)
#111115
(17,17,21)
#0B0A0D
(11,10,13)
#000000
(0,0,0)

Tints of #47505D

#47505D
(71,80,93)
#575F6B
(87,95,107)
#676E79
(103,110,121)
#777D87
(119,125,135)
#878C95
(135,140,149)
#979BA3
(151,155,163)
#A7AAB1
(167,170,177)
#B7B9BF
(183,185,191)
#C7C8CD
(199,200,205)
#D7D7DB
(215,215,219)
#E7E6E9
(231,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47505D; }

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

This text font color is #47505D.

Background Color

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

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

This div background color is #47505D.

Border color

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

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

This div border color is #47505D.

Opacity

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

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

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

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

This text has shadow with #47505D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #47505D.

Preview

Color preview on black background

This text has color #47505D on black background.


Color preview on white background

This text has color #47505D on white background.


Black color preview on #47505D background

This text has black color on #47505D background.


White color preview on #47505D background

This text has white color on #47505D background.


Related colors

Complementary color

Complementary color for #hex is #B8AFA2.


I love getcolorcode.com

Triadic colors

1 #5D4750 and #505D47 with #47505D are triadic colors.

2 #5D5047 and #50475D with #47505D are triadic colors.