COLOR #47373B

HEX: #47373B
RGB: (71,55,59)

Color info

#47373B contains red, green and blue colors in about the same proportion. Web safe color of #47373B is #333333 (or #333).

RGB color model

#47373B color RGB value is (71,55,59).

  • red value is 71;
  • green value is 55;
  • blue value is 59.
RGB:
(71,55,59)
(28%,22%,23%)

RGB channels and saturation

R 71 of 255 = 28%
G 55 of 255 = 22%
B 59 of 255 = 23%

71
55
59

R + G + B ~ 24%. #47373B is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 55 + 59 = 185 (100%)
R 71 of 185 ~ 38.38%
G 55 of 185 ~ 29.73%
B 59 of 185 ~ 31.89%

%38.38
%29.73
%31.89

CMYK color model

#47373B color CMYK value is (0,23,17,72).

  • cyan value is 0.00%
  • magenta value is 22.54%
  • yellow value is 16.90%
  • key color value is 72.16%
CMYK:
(0,23,17,72)
C0M23Y17K72 
(0%,23%,17%,72%)
(0.00/0.23/0.17/0.72)	

CMYK percentages

%0
%22.54
%16.9
%72.16

Codes

Color #47373B in popluar color models

47373B
RGB715559
HSL345°12.70%24.71%
HSB/HSV345°22.54%27.84%
CMYK0.00%22.54%16.90%
72.16%

Color #47373B in popluar number systems.

HEX47373B
Decimal715559
Binary1000111110111111011
Octal1076773

Shades and tints

Shades of #47373B

#47373B
(71,55,59)
#413236
(65,50,54)
#3B2D31
(59,45,49)
#35282C
(53,40,44)
#2F2327
(47,35,39)
#291E22
(41,30,34)
#23191D
(35,25,29)
#1D1418
(29,20,24)
#170F13
(23,15,19)
#110A0E
(17,10,14)
#0B0509
(11,5,9)
#000000
(0,0,0)

Tints of #47373B

#47373B
(71,55,59)
#57494C
(87,73,76)
#675B5D
(103,91,93)
#776D6E
(119,109,110)
#877F7F
(135,127,127)
#979190
(151,145,144)
#A7A3A1
(167,163,161)
#B7B5B2
(183,181,178)
#C7C7C3
(199,199,195)
#D7D9D4
(215,217,212)
#E7EBE5
(231,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47373B color. Also use rgb(71,55,59) instead hex code.

Text Font Color

.myTextColor { color: #47373B; }

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

This text font color is #47373B.


Background Color

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

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

This div background color is #47373B.


Border color

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

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

This div border color is #47373B.


Opacity

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

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

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

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

This text has shadow with #47373B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47373B on black background.


Color preview on white background

This text has color #47373B on white background.



Black color preview on #47373B background

This text has black color on #47373B background.


White color preview on #47373B background

This text has white color on #47373B background.