COLOR #87240D

HEX: #87240D
RGB: (135,36,13)

Color info

#87240D contains mainly red color. Web safe color of #87240D is #993300 (or #930).

RGB color model

#87240D color RGB value is (135,36,13).

  • red value is 135;
  • green value is 36;
  • blue value is 13.
RGB:
(135,36,13)
(53%,14%,5%)

RGB channels and saturation

R 135 of 255 = 53%
G 36 of 255 = 14%
B 13 of 255 = 5%

135
36
13

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

Portions of RGB colors in percentages

R + G + B =
135 + 36 + 13 = 184 (100%)
R 135 of 184 ~ 73.37%
G 36 of 184 ~ 19.57%
B 13 of 184 ~ 7.07%

%73.37
%19.57

CMYK color model

#87240D color CMYK value is (0,73,90,47).

  • cyan value is 0.00%
  • magenta value is 73.33%
  • yellow value is 90.37%
  • key color value is 47.06%
CMYK:
(0,73,90,47)
C0M73Y90K47 
(0%,73%,90%,47%)
(0.00/0.73/0.90/0.47)	

CMYK percentages

%0
%73.33
%90.37
%47.06

Codes

Color #87240D in popluar color models

87240D
RGB1353613
HSL11°82.43%29.02%
HSB/HSV11°90.37%52.94%
CMYK0.00%73.33%90.37%
47.06%

Color #87240D in popluar number systems.

HEX87240D
Decimal1353613
Binary100001111001001101
Octal2074415

Shades and tints

Shades of #87240D

#87240D
(135,36,13)
#7B210C
(123,33,12)
#6F1E0B
(111,30,11)
#631B0A
(99,27,10)
#571809
(87,24,9)
#4B1508
(75,21,8)
#3F1207
(63,18,7)
#330F06
(51,15,6)
#270C05
(39,12,5)
#1B0904
(27,9,4)
#0F0603
(15,6,3)
#000000
(0,0,0)

Tints of #87240D

#87240D
(135,36,13)
#913723
(145,55,35)
#9B4A39
(155,74,57)
#A55D4F
(165,93,79)
#AF7065
(175,112,101)
#B9837B
(185,131,123)
#C39691
(195,150,145)
#CDA9A7
(205,169,167)
#D7BCBD
(215,188,189)
#E1CFD3
(225,207,211)
#EBE2E9
(235,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87240D color. Also use rgb(135,36,13) instead hex code.

Text Font Color

.myTextColor { color: #87240D; }

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

This text font color is #87240D.


Background Color

.myBgColor { background-color: #87240D; }

<div style="background-color:#87240D">Inner text</div>

This div background color is #87240D.


Border color

.myBorderColor { border: 1px solid #87240D; }

<div style="border:3px solid #87240D">Div</div>

This div border color is #87240D.


Opacity

.myOpacity80 { color: #87240D; opacity: 0.8; }

<p style="color:#87240D;opacity:0.8;">80%</p>

Text with #87240D 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 #87240D;}

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

This text has shadow with #87240D color.

.textShadow {text-shadow: 3px 3px 1px #87240D, 3px 3px 1px red;}

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

This text has shadow with #87240D primary color and red secondary color.


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

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

This text has shadow with #87240D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87240D on black background.


Color preview on white background

This text has color #87240D on white background.



Black color preview on #87240D background

This text has black color on #87240D background.


White color preview on #87240D background

This text has white color on #87240D background.