COLOR #872424

HEX: #872424
RGB: (135,36,36)

Color info

#872424 contains mainly red color. Web safe color of #872424 is #993333 (or #933).

RGB color model

#872424 color RGB value is (135,36,36).

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

RGB channels and saturation

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

135
36
36

R + G + B ~ 27%. #872424 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 36 + 36 = 207 (100%)
R 135 of 207 ~ 65.22%
G 36 of 207 ~ 17.39%
B 36 of 207 ~ 17.39%

%65.22
%17.39
%17.39

CMYK color model

#872424 color CMYK value is (0,73,73,47).

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

CMYK percentages

%0
%73.33
%73.33
%47.06

Codes

Color #872424 in popluar color models

872424
RGB1353636
HSL57.89%33.53%
HSB/HSV73.33%52.94%
CMYK0.00%73.33%73.33%
47.06%

Color #872424 in popluar number systems.

HEX872424
Decimal1353636
Binary10000111100100100100
Octal2074444

Shades and tints

Shades of #872424

#872424
(135,36,36)
#7B2121
(123,33,33)
#6F1E1E
(111,30,30)
#631B1B
(99,27,27)
#571818
(87,24,24)
#4B1515
(75,21,21)
#3F1212
(63,18,18)
#330F0F
(51,15,15)
#270C0C
(39,12,12)
#1B0909
(27,9,9)
#0F0606
(15,6,6)
#000000
(0,0,0)

Tints of #872424

#872424
(135,36,36)
#913737
(145,55,55)
#9B4A4A
(155,74,74)
#A55D5D
(165,93,93)
#AF7070
(175,112,112)
#B98383
(185,131,131)
#C39696
(195,150,150)
#CDA9A9
(205,169,169)
#D7BCBC
(215,188,188)
#E1CFCF
(225,207,207)
#EBE2E2
(235,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #872424; }

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

This text font color is #872424.


Background Color

.myBgColor { background-color: #872424; }

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

This div background color is #872424.


Border color

.myBorderColor { border: 1px solid #872424; }

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

This div border color is #872424.


Opacity

.myOpacity80 { color: #872424; opacity: 0.8; }

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

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

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

This text has shadow with #872424 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #872424 on black background.


Color preview on white background

This text has color #872424 on white background.



Black color preview on #872424 background

This text has black color on #872424 background.


White color preview on #872424 background

This text has white color on #872424 background.