COLOR #87243C

HEX: #87243C
RGB: (135,36,60)

Color info

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

RGB color model

#87243C color RGB value is (135,36,60).

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

RGB channels and saturation

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

135
36
60

R + G + B ~ 30%. #87243C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 36 + 60 = 231 (100%)
R 135 of 231 ~ 58.44%
G 36 of 231 ~ 15.58%
B 60 of 231 ~ 25.97%

%58.44
%15.58
%25.97

CMYK color model

#87243C color CMYK value is (0,73,56,47).

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

CMYK percentages

%0
%73.33
%55.56
%47.06

Codes

Color #87243C in popluar color models

87243C
RGB1353660
HSL345°57.89%33.53%
HSB/HSV345°73.33%52.94%
CMYK0.00%73.33%55.56%
47.06%

Color #87243C in popluar number systems.

HEX87243C
Decimal1353660
Binary10000111100100111100
Octal2074474

Shades and tints

Shades of #87243C

#87243C
(135,36,60)
#7B2137
(123,33,55)
#6F1E32
(111,30,50)
#631B2D
(99,27,45)
#571828
(87,24,40)
#4B1523
(75,21,35)
#3F121E
(63,18,30)
#330F19
(51,15,25)
#270C14
(39,12,20)
#1B090F
(27,9,15)
#0F060A
(15,6,10)
#000000
(0,0,0)

Tints of #87243C

#87243C
(135,36,60)
#91374D
(145,55,77)
#9B4A5E
(155,74,94)
#A55D6F
(165,93,111)
#AF7080
(175,112,128)
#B98391
(185,131,145)
#C396A2
(195,150,162)
#CDA9B3
(205,169,179)
#D7BCC4
(215,188,196)
#E1CFD5
(225,207,213)
#EBE2E6
(235,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87243C; }

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

This text font color is #87243C.


Background Color

.myBgColor { background-color: #87243C; }

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

This div background color is #87243C.


Border color

.myBorderColor { border: 1px solid #87243C; }

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

This div border color is #87243C.


Opacity

.myOpacity80 { color: #87243C; opacity: 0.8; }

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

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

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

This text has shadow with #87243C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87243C on black background.


Color preview on white background

This text has color #87243C on white background.



Black color preview on #87243C background

This text has black color on #87243C background.


White color preview on #87243C background

This text has white color on #87243C background.