COLOR #872300

HEX: #872300
RGB: (135,35,0)

Color info

#872300 contains mainly red color. Web safe color of #872300 is #993300 (or #930).

RGB color model

#872300 color RGB value is (135,35,0).

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

RGB channels and saturation

R 135 of 255 = 53%
G 35 of 255 = 14%
B 0 of 255 = 0%

135
35
0

R + G + B ~ 22%. #872300 is dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 35 + 0 = 170 (100%)
R 135 of 170 ~ 79.41%
G 35 of 170 ~ 20.59%
B 0 of 170 ~ 0%

%79.41
%20.59

CMYK color model

#872300 color CMYK value is (0,74,100,47).

  • cyan value is 0.00%
  • magenta value is 74.07%
  • yellow value is 100.00%
  • key color value is 47.06%
CMYK: (0,74,100,47) C0M74Y100K47 (0%,74%,100%,47%) (0.00/0.74/1.00/0.47)

CMYK percentages

%0
%74.07
%100
%47.06

Codes

Color #872300 in popluar color models

872300
RGB135350
HSL16°100.00%26.47%
HSB/HSV16°100.00%52.94%
CMYK0.00%74.07%100.00%
47.06%

Color #872300 in popluar number systems.

HEX872300
Decimal135350
Binary100001111000110
Octal207430

Shades and tints

Shades of #872300

#872300
(135,35,0)
#7B2000
(123,32,0)
#6F1D00
(111,29,0)
#631A00
(99,26,0)
#571700
(87,23,0)
#4B1400
(75,20,0)
#3F1100
(63,17,0)
#330E00
(51,14,0)
#270B00
(39,11,0)
#1B0800
(27,8,0)
#0F0500
(15,5,0)
#000000
(0,0,0)

Tints of #872300

#872300
(135,35,0)
#913717
(145,55,23)
#9B4B2E
(155,75,46)
#A55F45
(165,95,69)
#AF735C
(175,115,92)
#B98773
(185,135,115)
#C39B8A
(195,155,138)
#CDAFA1
(205,175,161)
#D7C3B8
(215,195,184)
#E1D7CF
(225,215,207)
#EBEBE6
(235,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #872300; }

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

This text font color is #872300.


Background Color

.myBgColor { background-color: #872300; }

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

This div background color is #872300.


Border color

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

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

This div border color is #872300.


Opacity

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

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

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

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

This text has shadow with #872300 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #872300 on black background.


Color preview on white background

This text has color #872300 on white background.



Black color preview on #872300 background

This text has black color on #872300 background.


White color preview on #872300 background

This text has white color on #872300 background.