COLOR #47565B

HEX: #47565B
RGB: (71,86,91)

Color info

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

RGB color model

#47565B color RGB value is (71,86,91).

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

RGB channels and saturation

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

71
86
91

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

Portions of RGB colors in percentages

R + G + B =
71 + 86 + 91 = 248 (100%)
R 71 of 248 ~ 28.63%
G 86 of 248 ~ 34.68%
B 91 of 248 ~ 36.69%

%28.63
%34.68
%36.69

CMYK color model

#47565B color CMYK value is (22,5,0,64).

  • cyan value is 21.98%
  • magenta value is 5.49%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(22,5,0,64)
C22M5Y0K64 
(22%,5%,0%,64%)
(0.22/0.05/0.00/0.64)	

CMYK percentages

%21.98
%5.49
%0
%64.31

Codes

Color #47565B in popluar color models

47565B
RGB718691
HSL195°12.35%31.76%
HSB/HSV195°21.98%35.69%
CMYK21.98%5.49%0.00%
64.31%

Color #47565B in popluar number systems.

HEX47565B
Decimal718691
Binary100011110101101011011
Octal107126133

Shades and tints

Shades of #47565B

#47565B
(71,86,91)
#414F53
(65,79,83)
#3B484B
(59,72,75)
#354143
(53,65,67)
#2F3A3B
(47,58,59)
#293333
(41,51,51)
#232C2B
(35,44,43)
#1D2523
(29,37,35)
#171E1B
(23,30,27)
#111713
(17,23,19)
#0B100B
(11,16,11)
#000000
(0,0,0)

Tints of #47565B

#47565B
(71,86,91)
#576569
(87,101,105)
#677477
(103,116,119)
#778385
(119,131,133)
#879293
(135,146,147)
#97A1A1
(151,161,161)
#A7B0AF
(167,176,175)
#B7BFBD
(183,191,189)
#C7CECB
(199,206,203)
#D7DDD9
(215,221,217)
#E7ECE7
(231,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47565B; }

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

This text font color is #47565B.


Background Color

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

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

This div background color is #47565B.


Border color

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

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

This div border color is #47565B.


Opacity

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

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

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

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

This text has shadow with #47565B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47565B on black background.


Color preview on white background

This text has color #47565B on white background.



Black color preview on #47565B background

This text has black color on #47565B background.


White color preview on #47565B background

This text has white color on #47565B background.