COLOR #47595F

HEX: #47595F RGB: (71,89,95)

Color info

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

RGB color model

#47595F color RGB value is (71,89,95).

RGB: (71,89,95) (28%, 35%, 37%)

RGB channels and saturation

R 71 of 255 = 28%
G 89 of 255 = 35%
B 95 of 255 = 37%

71
89
95

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

Portions of RGB colors in percentages

R + G + B = 71 + 89 + 95 = 255 (100%)
R 71 of 255 ~ 27.84%
G 89 of 255 ~ 34.9%
B 95 of 255 ~ 37.25'%

%27.84
%34.9
%37.25

CMYK color model

#47595F color CMYK value is (25,6,0,63).

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

CMYK: (25,6,0,63)
C25M6Y0K63 (25%, 6%, 0%, 63%)
(0.25 / 0.06 / 0.00 / 0.63)

CMYK percentages

%25.26
%6.32
%0
%62.75

Codes

Color #47595F in popluar color models

47 59 5F
RGB 71 89 95
HSL 195° 14.46% 32.55%
HSB/HSV 195° 25.26% 37.25%
CMYK 25.26% 6.32% 0.00%
62.75%

Color #47595F in popluar number systems.

HEX 47 59 5F
Decimal 71 89 95
Binary 1000111 1011001 1011111
Octal 107 131 137

Shades and tints

Shades of #47595F

#47595F
(71,89,95)
#415157
(65,81,87)
#3B494F
(59,73,79)
#354147
(53,65,71)
#2F393F
(47,57,63)
#293137
(41,49,55)
#23292F
(35,41,47)
#1D2127
(29,33,39)
#17191F
(23,25,31)
#111117
(17,17,23)
#0B090F
(11,9,15)
#000000
(0,0,0)

Tints of #47595F

#47595F
(71,89,95)
#57686D
(87,104,109)
#67777B
(103,119,123)
#778689
(119,134,137)
#879597
(135,149,151)
#97A4A5
(151,164,165)
#A7B3B3
(167,179,179)
#B7C2C1
(183,194,193)
#C7D1CF
(199,209,207)
#D7E0DD
(215,224,221)
#E7EFEB
(231,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47595F; }

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

This text font color is #47595F.

Background Color

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

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

This div background color is #47595F.

Border color

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

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

This div border color is #47595F.

Opacity

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

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

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

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

This text has shadow with #47595F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #47595F.

Preview

Color preview on black background

This text has color #47595F on black background.


Color preview on white background

This text has color #47595F on white background.


Black color preview on #47595F background

This text has black color on #47595F background.


White color preview on #47595F background

This text has white color on #47595F background.


Related colors

Complementary color

Complementary color for #hex is #B8A6A0.


I love getcolorcode.com

Triadic colors

1 #5F4759 and #595F47 with #47595F are triadic colors.

2 #5F5947 and #59475F with #47595F are triadic colors.