COLOR #47242A

HEX: #47242A
RGB: (71,36,42)

Color info

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

RGB color model

#47242A color RGB value is (71,36,42).

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

RGB channels and saturation

R 71 of 255 = 28%
G 36 of 255 = 14%
B 42 of 255 = 16%

71
36
42

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

Portions of RGB colors in percentages

R + G + B =
71 + 36 + 42 = 149 (100%)
R 71 of 149 ~ 47.65%
G 36 of 149 ~ 24.16%
B 42 of 149 ~ 28.19%

%47.65
%24.16
%28.19

CMYK color model

#47242A color CMYK value is (0,49,41,72).

  • cyan value is 0.00%
  • magenta value is 49.30%
  • yellow value is 40.85%
  • key color value is 72.16%
CMYK:
(0,49,41,72)
C0M49Y41K72 
(0%,49%,41%,72%)
(0.00/0.49/0.41/0.72)	

CMYK percentages

%0
%49.3
%40.85
%72.16

Codes

Color #47242A in popluar color models

47242A
RGB713642
HSL350°32.71%20.98%
HSB/HSV350°49.30%27.84%
CMYK0.00%49.30%40.85%
72.16%

Color #47242A in popluar number systems.

HEX47242A
Decimal713642
Binary1000111100100101010
Octal1074452

Shades and tints

Shades of #47242A

#47242A
(71,36,42)
#412127
(65,33,39)
#3B1E24
(59,30,36)
#351B21
(53,27,33)
#2F181E
(47,24,30)
#29151B
(41,21,27)
#231218
(35,18,24)
#1D0F15
(29,15,21)
#170C12
(23,12,18)
#11090F
(17,9,15)
#0B060C
(11,6,12)
#000000
(0,0,0)

Tints of #47242A

#47242A
(71,36,42)
#57373D
(87,55,61)
#674A50
(103,74,80)
#775D63
(119,93,99)
#877076
(135,112,118)
#978389
(151,131,137)
#A7969C
(167,150,156)
#B7A9AF
(183,169,175)
#C7BCC2
(199,188,194)
#D7CFD5
(215,207,213)
#E7E2E8
(231,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47242A; }

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

This text font color is #47242A.


Background Color

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

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

This div background color is #47242A.


Border color

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

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

This div border color is #47242A.


Opacity

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

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

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

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

This text has shadow with #47242A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47242A on black background.


Color preview on white background

This text has color #47242A on white background.



Black color preview on #47242A background

This text has black color on #47242A background.


White color preview on #47242A background

This text has white color on #47242A background.