COLOR #47575C

HEX: #47575C RGB: (71,87,92)

Color info

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

RGB color model

#47575C color RGB value is (71,87,92).

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

RGB channels and saturation

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

71
87
92

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

Portions of RGB colors in percentages

R + G + B = 71 + 87 + 92 = 250 (100%)
R 71 of 250 ~ 28.4%
G 87 of 250 ~ 34.8%
B 92 of 250 ~ 36.8'%

%28.4
%34.8
%36.8

CMYK color model

#47575C color CMYK value is (23,5,0,64).

  • cyan value is 22.83%
  • magenta value is 5.43%
  • yellow value is 0.00%
  • key color value is 63.92%

CMYK: (23,5,0,64)
C23M5Y0K64 (23%, 5%, 0%, 64%)
(0.23 / 0.05 / 0.00 / 0.64)

CMYK percentages

%22.83
%5.43
%0
%63.92

Codes

Color #47575C in popluar color models

47 57 5C
RGB 71 87 92
HSL 194° 12.88% 31.96%
HSB/HSV 194° 22.83% 36.08%
CMYK 22.83% 5.43% 0.00%
63.92%

Color #47575C in popluar number systems.

HEX 47 57 5C
Decimal 71 87 92
Binary 1000111 1010111 1011100
Octal 107 127 134

Shades and tints

Shades of #47575C

#47575C
(71,87,92)
#415054
(65,80,84)
#3B494C
(59,73,76)
#354244
(53,66,68)
#2F3B3C
(47,59,60)
#293434
(41,52,52)
#232D2C
(35,45,44)
#1D2624
(29,38,36)
#171F1C
(23,31,28)
#111814
(17,24,20)
#0B110C
(11,17,12)
#000000
(0,0,0)

Tints of #47575C

#47575C
(71,87,92)
#57666A
(87,102,106)
#677578
(103,117,120)
#778486
(119,132,134)
#879394
(135,147,148)
#97A2A2
(151,162,162)
#A7B1B0
(167,177,176)
#B7C0BE
(183,192,190)
#C7CFCC
(199,207,204)
#D7DEDA
(215,222,218)
#E7EDE8
(231,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47575C; }

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

This text font color is #47575C.

Background Color

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

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

This div background color is #47575C.

Border color

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

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

This div border color is #47575C.

Opacity

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

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

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

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

This text has shadow with #47575C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #47575C.

Preview

Color preview on black background

This text has color #47575C on black background.


Color preview on white background

This text has color #47575C on white background.


Black color preview on #47575C background

This text has black color on #47575C background.


White color preview on #47575C background

This text has white color on #47575C background.


Related colors

Complementary color

Complementary color for #hex is #B8A8A3.


I love getcolorcode.com

Triadic colors

1 #5C4757 and #575C47 with #47575C are triadic colors.

2 #5C5747 and #57475C with #47575C are triadic colors.