COLOR #87080B

HEX: #87080B RGB: (135,8,11)

Color info

#87080B contains mainly red color. Web safe color of #87080B is #990000 (or #900).

RGB color model

#87080B color RGB value is (135,8,11).

RGB: (135,8,11) (53%, 3%, 4%)

RGB channels and saturation

R 135 of 255 = 53%
G 8 of 255 = 3%
B 11 of 255 = 4%

135
8
11

R + G + B ~ 20%. #87080B is dark color.

Portions of RGB colors in percentages

R + G + B = 135 + 8 + 11 = 154 (100%)
R 135 of 154 ~ 87.66%
G 8 of 154 ~ 5.19%
B 11 of 154 ~ 7.14'%

%87.66

CMYK color model

#87080B color CMYK value is (0,94,92,47).

  • cyan value is 0.00%
  • magenta value is 94.07%
  • yellow value is 91.85%
  • key color value is 47.06%

CMYK: (0,94,92,47)
C0M94Y92K47 (0%, 94%, 92%, 47%)
(0.00 / 0.94 / 0.92 / 0.47)

CMYK percentages

%0
%94.07
%91.85
%47.06

Codes

Color #87080B in popluar color models

87 08 0B
RGB 135 8 11
HSL 359° 88.81% 28.04%
HSB/HSV 359° 94.07% 52.94%
CMYK 0.00% 94.07% 91.85%
47.06%

Color #87080B in popluar number systems.

HEX 87 08 0B
Decimal 135 8 11
Binary 10000111 1000 1011
Octal 207 10 13

Shades and tints

Shades of #87080B

#87080B
(135,8,11)
#7B080A
(123,8,10)
#6F0809
(111,8,9)
#630808
(99,8,8)
#570807
(87,8,7)
#4B0806
(75,8,6)
#3F0805
(63,8,5)
#330804
(51,8,4)
#270803
(39,8,3)
#1B0802
(27,8,2)
#0F0801
(15,8,1)
#000000
(0,0,0)

Tints of #87080B

#87080B
(135,8,11)
#911E21
(145,30,33)
#9B3437
(155,52,55)
#A54A4D
(165,74,77)
#AF6063
(175,96,99)
#B97679
(185,118,121)
#C38C8F
(195,140,143)
#CDA2A5
(205,162,165)
#D7B8BB
(215,184,187)
#E1CED1
(225,206,209)
#EBE4E7
(235,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87080B color. Also use rgb(135,8,11) instead hex code.

Text Font Color

.myTextColor { color: #87080B; }

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

This text font color is #87080B.

Background Color

.myBgColor { background-color: #87080B; }

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

This div background color is #87080B.

Border color

.myBorderColor { border: 1px solid #87080B; }

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

This div border color is #87080B.

Opacity

.myOpacity80 { color: #87080B; opacity: 0.8; }

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

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

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

This text has shadow with #87080B color.


.textShadow {text-shadow: 3px 3px 1px #87080B', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #87080B; -webkit-box-shadow: 1px 1px 3px 2px #87080B; box-shadow:1px 1px 3px 2px #87080B;">
Div content here
</div>

This div box has shadow with color #87080B.

Preview

Color preview on black background

This text has color #87080B on black background.


Color preview on white background

This text has color #87080B on white background.


Black color preview on #87080B background

This text has black color on #87080B background.


White color preview on #87080B background

This text has white color on #87080B background.


Related colors

Complementary color

Complementary color for #hex is #78F7F4.


I love getcolorcode.com

Triadic colors

1 #0B8708 and #080B87 with #87080B are triadic colors.

2 #0B0887 and #08870B with #87080B are triadic colors.