COLOR #47240A

HEX: #47240A
RGB: (71,36,10)

Color info

#47240A contains mainly red and green colors. Web safe color of #47240A is #333300 (or #330).

RGB color model

#47240A color RGB value is (71,36,10).

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

RGB channels and saturation

R 71 of 255 = 28%
G 36 of 255 = 14%
B 10 of 255 = 4%

71
36
10

R + G + B ~ 15%. #47240A is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 36 + 10 = 117 (100%)
R 71 of 117 ~ 60.68%
G 36 of 117 ~ 30.77%
B 10 of 117 ~ 8.55%

%60.68
%30.77

CMYK color model

#47240A color CMYK value is (0,49,86,72).

  • cyan value is 0.00%
  • magenta value is 49.30%
  • yellow value is 85.92%
  • key color value is 72.16%
CMYK:
(0,49,86,72)
C0M49Y86K72 
(0%,49%,86%,72%)
(0.00/0.49/0.86/0.72)	

CMYK percentages

%0
%49.3
%85.92
%72.16

Codes

Color #47240A in popluar color models

47240A
RGB713610
HSL26°75.31%15.88%
HSB/HSV26°85.92%27.84%
CMYK0.00%49.30%85.92%
72.16%

Color #47240A in popluar number systems.

HEX47240A
Decimal713610
Binary10001111001001010
Octal1074412

Shades and tints

Shades of #47240A

#47240A
(71,36,10)
#41210A
(65,33,10)
#3B1E0A
(59,30,10)
#351B0A
(53,27,10)
#2F180A
(47,24,10)
#29150A
(41,21,10)
#23120A
(35,18,10)
#1D0F0A
(29,15,10)
#170C0A
(23,12,10)
#11090A
(17,9,10)
#0B060A
(11,6,10)
#000000
(0,0,0)

Tints of #47240A

#47240A
(71,36,10)
#573720
(87,55,32)
#674A36
(103,74,54)
#775D4C
(119,93,76)
#877062
(135,112,98)
#978378
(151,131,120)
#A7968E
(167,150,142)
#B7A9A4
(183,169,164)
#C7BCBA
(199,188,186)
#D7CFD0
(215,207,208)
#E7E2E6
(231,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47240A; }

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

This text font color is #47240A.


Background Color

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

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

This div background color is #47240A.


Border color

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

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

This div border color is #47240A.


Opacity

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

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

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

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

This text has shadow with #47240A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47240A on black background.


Color preview on white background

This text has color #47240A on white background.



Black color preview on #47240A background

This text has black color on #47240A background.


White color preview on #47240A background

This text has white color on #47240A background.