COLOR #47242B

HEX: #47242B
RGB: (71,36,43)

Color info

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

RGB color model

#47242B color RGB value is (71,36,43).

  • red value is 71;
  • green value is 36;
  • blue value is 43.
RGB:
(71,36,43)
(28%,14%,17%)

RGB channels and saturation

R 71 of 255 = 28%
G 36 of 255 = 14%
B 43 of 255 = 17%

71
36
43

R + G + B ~ 20%. #47242B is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 36 + 43 = 150 (100%)
R 71 of 150 ~ 47.33%
G 36 of 150 ~ 24%
B 43 of 150 ~ 28.67%

%47.33
%24
%28.67

CMYK color model

#47242B color CMYK value is (0,49,39,72).

  • cyan value is 0.00%
  • magenta value is 49.30%
  • yellow value is 39.44%
  • key color value is 72.16%
CMYK:
(0,49,39,72)
C0M49Y39K72 
(0%,49%,39%,72%)
(0.00/0.49/0.39/0.72)	

CMYK percentages

%0
%49.3
%39.44
%72.16

Codes

Color #47242B in popluar color models

47242B
RGB713643
HSL348°32.71%20.98%
HSB/HSV348°49.30%27.84%
CMYK0.00%49.30%39.44%
72.16%

Color #47242B in popluar number systems.

HEX47242B
Decimal713643
Binary1000111100100101011
Octal1074453

Shades and tints

Shades of #47242B

#47242B
(71,36,43)
#412128
(65,33,40)
#3B1E25
(59,30,37)
#351B22
(53,27,34)
#2F181F
(47,24,31)
#29151C
(41,21,28)
#231219
(35,18,25)
#1D0F16
(29,15,22)
#170C13
(23,12,19)
#110910
(17,9,16)
#0B060D
(11,6,13)
#000000
(0,0,0)

Tints of #47242B

#47242B
(71,36,43)
#57373E
(87,55,62)
#674A51
(103,74,81)
#775D64
(119,93,100)
#877077
(135,112,119)
#97838A
(151,131,138)
#A7969D
(167,150,157)
#B7A9B0
(183,169,176)
#C7BCC3
(199,188,195)
#D7CFD6
(215,207,214)
#E7E2E9
(231,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47242B color. Also use rgb(71,36,43) instead hex code.

Text Font Color

.myTextColor { color: #47242B; }

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

This text font color is #47242B.


Background Color

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

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

This div background color is #47242B.


Border color

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

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

This div border color is #47242B.


Opacity

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

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

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

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

This text has shadow with #47242B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47242B on black background.


Color preview on white background

This text has color #47242B on white background.



Black color preview on #47242B background

This text has black color on #47242B background.


White color preview on #47242B background

This text has white color on #47242B background.