COLOR #47575B

HEX: #47575B RGB: (71,87,91)

Color info

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

RGB color model

#47575B color RGB value is (71,87,91).

RGB: (71,87,91) (28%, 34%, 36%)

RGB channels and saturation

R 71 of 255 = 28%
G 87 of 255 = 34%
B 91 of 255 = 36%

71
87
91

R + G + B ~ 33%. #47575B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 87 + 91 = 249 (100%)
R 71 of 249 ~ 28.51%
G 87 of 249 ~ 34.94%
B 91 of 249 ~ 36.55'%

%28.51
%34.94
%36.55

CMYK color model

#47575B color CMYK value is (22,4,0,64).

  • cyan value is 21.98%
  • magenta value is 4.40%
  • yellow value is 0.00%
  • key color value is 64.31%

CMYK: (22,4,0,64)
C22M4Y0K64 (22%, 4%, 0%, 64%)
(0.22 / 0.04 / 0.00 / 0.64)

CMYK percentages

%21.98
%4.4
%0
%64.31

Codes

Color #47575B in popluar color models

47 57 5B
RGB 71 87 91
HSL 192° 12.35% 31.76%
HSB/HSV 192° 21.98% 35.69%
CMYK 21.98% 4.40% 0.00%
64.31%

Color #47575B in popluar number systems.

HEX 47 57 5B
Decimal 71 87 91
Binary 1000111 1010111 1011011
Octal 107 127 133

Shades and tints

Shades of #47575B

#47575B
(71,87,91)
#415053
(65,80,83)
#3B494B
(59,73,75)
#354243
(53,66,67)
#2F3B3B
(47,59,59)
#293433
(41,52,51)
#232D2B
(35,45,43)
#1D2623
(29,38,35)
#171F1B
(23,31,27)
#111813
(17,24,19)
#0B110B
(11,17,11)
#000000
(0,0,0)

Tints of #47575B

#47575B
(71,87,91)
#576669
(87,102,105)
#677577
(103,117,119)
#778485
(119,132,133)
#879393
(135,147,147)
#97A2A1
(151,162,161)
#A7B1AF
(167,177,175)
#B7C0BD
(183,192,189)
#C7CFCB
(199,207,203)
#D7DED9
(215,222,217)
#E7EDE7
(231,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47575B color. Also use rgb(71,87,91) instead hex code.

Text Font Color

.myTextColor { color: #47575B; }

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

This text font color is #47575B.

Background Color

.myBgColor { background-color: #47575B; }

<div style="background-color:#47575B">Inner text</div>

This div background color is #47575B.

Border color

.myBorderColor { border: 1px solid #47575B; }

<div style="border:3px solid #47575B">Div</div>

This div border color is #47575B.

Opacity

.myOpacity80 { color: #47575B; opacity: 0.8; }

<p style="color:#47575B;opacity:0.8;">80%</p>

Text with #47575B 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 #47575B;}

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

This text has shadow with #47575B color.


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

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

This text has shadow with #47575B primary color and red secondary color.


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

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

This text has shadow with #47575B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #47575B.

Preview

Color preview on black background

This text has color #47575B on black background.


Color preview on white background

This text has color #47575B on white background.


Black color preview on #47575B background

This text has black color on #47575B background.


White color preview on #47575B background

This text has white color on #47575B background.


Related colors

Complementary color

Complementary color for #hex is #B8A8A4.


I love getcolorcode.com

Triadic colors

1 #5B4757 and #575B47 with #47575B are triadic colors.

2 #5B5747 and #57475B with #47575B are triadic colors.