COLOR #47595B

HEX: #47595B
RGB: (71,89,91)

Color info

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

RGB color model

#47595B color RGB value is (71,89,91).

  • red value is 71;
  • green value is 89;
  • blue value is 91.
RGB:
(71,89,91)
(28%,35%,36%)

RGB channels and saturation

R 71 of 255 = 28%
G 89 of 255 = 35%
B 91 of 255 = 36%

71
89
91

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

Portions of RGB colors in percentages

R + G + B =
71 + 89 + 91 = 251 (100%)
R 71 of 251 ~ 28.29%
G 89 of 251 ~ 35.46%
B 91 of 251 ~ 36.25%

%28.29
%35.46
%36.25

CMYK color model

#47595B color CMYK value is (22,2,0,64).

  • cyan value is 21.98%
  • magenta value is 2.20%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(22,2,0,64)
C22M2Y0K64 
(22%,2%,0%,64%)
(0.22/0.02/0.00/0.64)	

CMYK percentages

%21.98
%2.2
%0
%64.31

Codes

Color #47595B in popluar color models

47595B
RGB718991
HSL186°12.35%31.76%
HSB/HSV186°21.98%35.69%
CMYK21.98%2.20%0.00%
64.31%

Color #47595B in popluar number systems.

HEX47595B
Decimal718991
Binary100011110110011011011
Octal107131133

Shades and tints

Shades of #47595B

#47595B
(71,89,91)
#415153
(65,81,83)
#3B494B
(59,73,75)
#354143
(53,65,67)
#2F393B
(47,57,59)
#293133
(41,49,51)
#23292B
(35,41,43)
#1D2123
(29,33,35)
#17191B
(23,25,27)
#111113
(17,17,19)
#0B090B
(11,9,11)
#000000
(0,0,0)

Tints of #47595B

#47595B
(71,89,91)
#576869
(87,104,105)
#677777
(103,119,119)
#778685
(119,134,133)
#879593
(135,149,147)
#97A4A1
(151,164,161)
#A7B3AF
(167,179,175)
#B7C2BD
(183,194,189)
#C7D1CB
(199,209,203)
#D7E0D9
(215,224,217)
#E7EFE7
(231,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47595B; }

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

This text font color is #47595B.


Background Color

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

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

This div background color is #47595B.


Border color

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

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

This div border color is #47595B.


Opacity

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

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

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

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

This text has shadow with #47595B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47595B on black background.


Color preview on white background

This text has color #47595B on white background.



Black color preview on #47595B background

This text has black color on #47595B background.


White color preview on #47595B background

This text has white color on #47595B background.