COLOR #870308

HEX: #870308
RGB: (135,3,8)

Color info

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

RGB color model

#870308 color RGB value is (135,3,8).

  • red value is 135;
  • green value is 3;
  • blue value is 8.
RGB:
(135,3,8)
(53%,1%,3%)

RGB channels and saturation

R 135 of 255 = 53%
G 3 of 255 = 1%
B 8 of 255 = 3%

135
3
8

R + G + B ~ 19%. #870308 is dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 3 + 8 = 146 (100%)
R 135 of 146 ~ 92.47%
G 3 of 146 ~ 2.05%
B 8 of 146 ~ 5.48%

%92.47

CMYK color model

#870308 color CMYK value is (0,98,94,47).

  • cyan value is 0.00%
  • magenta value is 97.78%
  • yellow value is 94.07%
  • key color value is 47.06%
CMYK:
(0,98,94,47)
C0M98Y94K47 
(0%,98%,94%,47%)
(0.00/0.98/0.94/0.47)	

CMYK percentages

%0
%97.78
%94.07
%47.06

Codes

Color #870308 in popluar color models

870308
RGB13538
HSL358°95.65%27.06%
HSB/HSV358°97.78%52.94%
CMYK0.00%97.78%94.07%
47.06%

Color #870308 in popluar number systems.

HEX870308
Decimal13538
Binary10000111111000
Octal207310

Shades and tints

Shades of #870308

#870308
(135,3,8)
#7B0308
(123,3,8)
#6F0308
(111,3,8)
#630308
(99,3,8)
#570308
(87,3,8)
#4B0308
(75,3,8)
#3F0308
(63,3,8)
#330308
(51,3,8)
#270308
(39,3,8)
#1B0308
(27,3,8)
#0F0308
(15,3,8)
#000000
(0,0,0)

Tints of #870308

#870308
(135,3,8)
#91191E
(145,25,30)
#9B2F34
(155,47,52)
#A5454A
(165,69,74)
#AF5B60
(175,91,96)
#B97176
(185,113,118)
#C3878C
(195,135,140)
#CD9DA2
(205,157,162)
#D7B3B8
(215,179,184)
#E1C9CE
(225,201,206)
#EBDFE4
(235,223,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #870308; }

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

This text font color is #870308.


Background Color

.myBgColor { background-color: #870308; }

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

This div background color is #870308.


Border color

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

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

This div border color is #870308.


Opacity

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

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

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

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

This text has shadow with #870308 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #870308 on black background.


Color preview on white background

This text has color #870308 on white background.



Black color preview on #870308 background

This text has black color on #870308 background.


White color preview on #870308 background

This text has white color on #870308 background.