COLOR #87003F

HEX: #87003F
RGB: (135,0,63)

Color info

#87003F contains mainly red color. Web safe color of #87003F is #990033 (or #903).

RGB color model

#87003F color RGB value is (135,0,63).

  • red value is 135;
  • green value is 0;
  • blue value is 63.
RGB:
(135,0,63)
(53%,0%,25%)

RGB channels and saturation

R 135 of 255 = 53%
G 0 of 255 = 0%
B 63 of 255 = 25%

135
0
63

R + G + B ~ 26%. #87003F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 0 + 63 = 198 (100%)
R 135 of 198 ~ 68.18%
G 0 of 198 ~ 0%
B 63 of 198 ~ 31.82%

%68.18
%31.82

CMYK color model

#87003F color CMYK value is (0,100,53,47).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 53.33%
  • key color value is 47.06%
CMYK:
(0,100,53,47)
C0M100Y53K47 
(0%,100%,53%,47%)
(0.00/1.00/0.53/0.47)	

CMYK percentages

%0
%100
%53.33
%47.06

Codes

Color #87003F in popluar color models

87003F
RGB135063
HSL332°100.00%26.47%
HSB/HSV332°100.00%52.94%
CMYK0.00%100.00%53.33%
47.06%

Color #87003F in popluar number systems.

HEX87003F
Decimal135063
Binary100001110111111
Octal207077

Shades and tints

Shades of #87003F

#87003F
(135,0,63)
#7B003A
(123,0,58)
#6F0035
(111,0,53)
#630030
(99,0,48)
#57002B
(87,0,43)
#4B0026
(75,0,38)
#3F0021
(63,0,33)
#33001C
(51,0,28)
#270017
(39,0,23)
#1B0012
(27,0,18)
#0F000D
(15,0,13)
#000000
(0,0,0)

Tints of #87003F

#87003F
(135,0,63)
#911750
(145,23,80)
#9B2E61
(155,46,97)
#A54572
(165,69,114)
#AF5C83
(175,92,131)
#B97394
(185,115,148)
#C38AA5
(195,138,165)
#CDA1B6
(205,161,182)
#D7B8C7
(215,184,199)
#E1CFD8
(225,207,216)
#EBE6E9
(235,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87003F color. Also use rgb(135,0,63) instead hex code.

Text Font Color

.myTextColor { color: #87003F; }

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

This text font color is #87003F.


Background Color

.myBgColor { background-color: #87003F; }

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

This div background color is #87003F.


Border color

.myBorderColor { border: 1px solid #87003F; }

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

This div border color is #87003F.


Opacity

.myOpacity80 { color: #87003F; opacity: 0.8; }

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

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

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

This text has shadow with #87003F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87003F on black background.


Color preview on white background

This text has color #87003F on white background.



Black color preview on #87003F background

This text has black color on #87003F background.


White color preview on #87003F background

This text has white color on #87003F background.