COLOR #47535F

HEX: #47535F RGB: (71,83,95)

Color info

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

RGB color model

#47535F color RGB value is (71,83,95).

RGB: (71,83,95) (28%, 33%, 37%)

RGB channels and saturation

R 71 of 255 = 28%
G 83 of 255 = 33%
B 95 of 255 = 37%

71
83
95

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

Portions of RGB colors in percentages

R + G + B = 71 + 83 + 95 = 249 (100%)
R 71 of 249 ~ 28.51%
G 83 of 249 ~ 33.33%
B 95 of 249 ~ 38.15'%

%28.51
%33.33
%38.15

CMYK color model

#47535F color CMYK value is (25,13,0,63).

  • cyan value is 25.26%
  • magenta value is 12.63%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (25,13,0,63)
C25M13Y0K63 (25%, 13%, 0%, 63%)
(0.25 / 0.13 / 0.00 / 0.63)

CMYK percentages

%25.26
%12.63
%0
%62.75

Codes

Color #47535F in popluar color models

47 53 5F
RGB 71 83 95
HSL 210° 14.46% 32.55%
HSB/HSV 210° 25.26% 37.25%
CMYK 25.26% 12.63% 0.00%
62.75%

Color #47535F in popluar number systems.

HEX 47 53 5F
Decimal 71 83 95
Binary 1000111 1010011 1011111
Octal 107 123 137

Shades and tints

Shades of #47535F

#47535F
(71,83,95)
#414C57
(65,76,87)
#3B454F
(59,69,79)
#353E47
(53,62,71)
#2F373F
(47,55,63)
#293037
(41,48,55)
#23292F
(35,41,47)
#1D2227
(29,34,39)
#171B1F
(23,27,31)
#111417
(17,20,23)
#0B0D0F
(11,13,15)
#000000
(0,0,0)

Tints of #47535F

#47535F
(71,83,95)
#57626D
(87,98,109)
#67717B
(103,113,123)
#778089
(119,128,137)
#878F97
(135,143,151)
#979EA5
(151,158,165)
#A7ADB3
(167,173,179)
#B7BCC1
(183,188,193)
#C7CBCF
(199,203,207)
#D7DADD
(215,218,221)
#E7E9EB
(231,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47535F color. Also use rgb(71,83,95) instead hex code.

Text Font Color

.myTextColor { color: #47535F; }

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

This text font color is #47535F.

Background Color

.myBgColor { background-color: #47535F; }

<div style="background-color:#47535F">Inner text</div>

This div background color is #47535F.

Border color

.myBorderColor { border: 1px solid #47535F; }

<div style="border:3px solid #47535F">Div</div>

This div border color is #47535F.

Opacity

.myOpacity80 { color: #47535F; opacity: 0.8; }

<p style="color:#47535F;opacity:0.8;">80%</p>

Text with #47535F 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 #47535F;}

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

This text has shadow with #47535F color.


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

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

This text has shadow with #47535F primary color and red secondary color.


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

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

This text has shadow with #47535F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #47535F.

Preview

Color preview on black background

This text has color #47535F on black background.


Color preview on white background

This text has color #47535F on white background.


Black color preview on #47535F background

This text has black color on #47535F background.


White color preview on #47535F background

This text has white color on #47535F background.


Related colors

Complementary color

Complementary color for #hex is #B8ACA0.


I love getcolorcode.com

Triadic colors

1 #5F4753 and #535F47 with #47535F are triadic colors.

2 #5F5347 and #53475F with #47535F are triadic colors.