COLOR #47535B

HEX: #47535B
RGB: (71,83,91)

Color info

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

RGB color model

#47535B color RGB value is (71,83,91).

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

RGB channels and saturation

R 71 of 255 = 28%
G 83 of 255 = 33%
B 91 of 255 = 36%

71
83
91

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

Portions of RGB colors in percentages

R + G + B =
71 + 83 + 91 = 245 (100%)
R 71 of 245 ~ 28.98%
G 83 of 245 ~ 33.88%
B 91 of 245 ~ 37.14%

%28.98
%33.88
%37.14

CMYK color model

#47535B color CMYK value is (22,9,0,64).

  • cyan value is 21.98%
  • magenta value is 8.79%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(22,9,0,64)
C22M9Y0K64 
(22%,9%,0%,64%)
(0.22/0.09/0.00/0.64)	

CMYK percentages

%21.98
%8.79
%0
%64.31

Codes

Color #47535B in popluar color models

47535B
RGB718391
HSL204°12.35%31.76%
HSB/HSV204°21.98%35.69%
CMYK21.98%8.79%0.00%
64.31%

Color #47535B in popluar number systems.

HEX47535B
Decimal718391
Binary100011110100111011011
Octal107123133

Shades and tints

Shades of #47535B

#47535B
(71,83,91)
#414C53
(65,76,83)
#3B454B
(59,69,75)
#353E43
(53,62,67)
#2F373B
(47,55,59)
#293033
(41,48,51)
#23292B
(35,41,43)
#1D2223
(29,34,35)
#171B1B
(23,27,27)
#111413
(17,20,19)
#0B0D0B
(11,13,11)
#000000
(0,0,0)

Tints of #47535B

#47535B
(71,83,91)
#576269
(87,98,105)
#677177
(103,113,119)
#778085
(119,128,133)
#878F93
(135,143,147)
#979EA1
(151,158,161)
#A7ADAF
(167,173,175)
#B7BCBD
(183,188,189)
#C7CBCB
(199,203,203)
#D7DAD9
(215,218,217)
#E7E9E7
(231,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47535B; }

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

This text font color is #47535B.


Background Color

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

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

This div background color is #47535B.


Border color

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

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

This div border color is #47535B.


Opacity

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

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

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

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

This text has shadow with #47535B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47535B on black background.


Color preview on white background

This text has color #47535B on white background.



Black color preview on #47535B background

This text has black color on #47535B background.


White color preview on #47535B background

This text has white color on #47535B background.