COLOR #47343B

HEX: #47343B
RGB: (71,52,59)

Color info

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

RGB color model

#47343B color RGB value is (71,52,59).

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

RGB channels and saturation

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

71
52
59

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

Portions of RGB colors in percentages

R + G + B =
71 + 52 + 59 = 182 (100%)
R 71 of 182 ~ 39.01%
G 52 of 182 ~ 28.57%
B 59 of 182 ~ 32.42%

%39.01
%28.57
%32.42

CMYK color model

#47343B color CMYK value is (0,27,17,72).

  • cyan value is 0.00%
  • magenta value is 26.76%
  • yellow value is 16.90%
  • key color value is 72.16%
CMYK:
(0,27,17,72)
C0M27Y17K72 
(0%,27%,17%,72%)
(0.00/0.27/0.17/0.72)	

CMYK percentages

%0
%26.76
%16.9
%72.16

Codes

Color #47343B in popluar color models

47343B
RGB715259
HSL338°15.45%24.12%
HSB/HSV338°26.76%27.84%
CMYK0.00%26.76%16.90%
72.16%

Color #47343B in popluar number systems.

HEX47343B
Decimal715259
Binary1000111110100111011
Octal1076473

Shades and tints

Shades of #47343B

#47343B
(71,52,59)
#413036
(65,48,54)
#3B2C31
(59,44,49)
#35282C
(53,40,44)
#2F2427
(47,36,39)
#292022
(41,32,34)
#231C1D
(35,28,29)
#1D1818
(29,24,24)
#171413
(23,20,19)
#11100E
(17,16,14)
#0B0C09
(11,12,9)
#000000
(0,0,0)

Tints of #47343B

#47343B
(71,52,59)
#57464C
(87,70,76)
#67585D
(103,88,93)
#776A6E
(119,106,110)
#877C7F
(135,124,127)
#978E90
(151,142,144)
#A7A0A1
(167,160,161)
#B7B2B2
(183,178,178)
#C7C4C3
(199,196,195)
#D7D6D4
(215,214,212)
#E7E8E5
(231,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47343B; }

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

This text font color is #47343B.


Background Color

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

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

This div background color is #47343B.


Border color

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

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

This div border color is #47343B.


Opacity

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

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

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

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

This text has shadow with #47343B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47343B on black background.


Color preview on white background

This text has color #47343B on white background.



Black color preview on #47343B background

This text has black color on #47343B background.


White color preview on #47343B background

This text has white color on #47343B background.