COLOR #47323B

HEX: #47323B
RGB: (71,50,59)

Color info

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

RGB color model

#47323B color RGB value is (71,50,59).

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

RGB channels and saturation

R 71 of 255 = 28%
G 50 of 255 = 20%
B 59 of 255 = 23%

71
50
59

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

Portions of RGB colors in percentages

R + G + B =
71 + 50 + 59 = 180 (100%)
R 71 of 180 ~ 39.44%
G 50 of 180 ~ 27.78%
B 59 of 180 ~ 32.78%

%39.44
%27.78
%32.78

CMYK color model

#47323B color CMYK value is (0,30,17,72).

  • cyan value is 0.00%
  • magenta value is 29.58%
  • yellow value is 16.90%
  • key color value is 72.16%
CMYK:
(0,30,17,72)
C0M30Y17K72 
(0%,30%,17%,72%)
(0.00/0.30/0.17/0.72)	

CMYK percentages

%0
%29.58
%16.9
%72.16

Codes

Color #47323B in popluar color models

47323B
RGB715059
HSL334°17.36%23.73%
HSB/HSV334°29.58%27.84%
CMYK0.00%29.58%16.90%
72.16%

Color #47323B in popluar number systems.

HEX47323B
Decimal715059
Binary1000111110010111011
Octal1076273

Shades and tints

Shades of #47323B

#47323B
(71,50,59)
#412E36
(65,46,54)
#3B2A31
(59,42,49)
#35262C
(53,38,44)
#2F2227
(47,34,39)
#291E22
(41,30,34)
#231A1D
(35,26,29)
#1D1618
(29,22,24)
#171213
(23,18,19)
#110E0E
(17,14,14)
#0B0A09
(11,10,9)
#000000
(0,0,0)

Tints of #47323B

#47323B
(71,50,59)
#57444C
(87,68,76)
#67565D
(103,86,93)
#77686E
(119,104,110)
#877A7F
(135,122,127)
#978C90
(151,140,144)
#A79EA1
(167,158,161)
#B7B0B2
(183,176,178)
#C7C2C3
(199,194,195)
#D7D4D4
(215,212,212)
#E7E6E5
(231,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47323B; }

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

This text font color is #47323B.


Background Color

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

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

This div background color is #47323B.


Border color

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

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

This div border color is #47323B.


Opacity

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

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

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

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

This text has shadow with #47323B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47323B on black background.


Color preview on white background

This text has color #47323B on white background.



Black color preview on #47323B background

This text has black color on #47323B background.


White color preview on #47323B background

This text has white color on #47323B background.