COLOR #872E0F

HEX: #872E0F
RGB: (135,46,15)

Color info

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

RGB color model

#872E0F color RGB value is (135,46,15).

  • red value is 135;
  • green value is 46;
  • blue value is 15.
RGB:
(135,46,15)
(53%,18%,6%)

RGB channels and saturation

R 135 of 255 = 53%
G 46 of 255 = 18%
B 15 of 255 = 6%

135
46
15

R + G + B ~ 26%. #872E0F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 46 + 15 = 196 (100%)
R 135 of 196 ~ 68.88%
G 46 of 196 ~ 23.47%
B 15 of 196 ~ 7.65%

%68.88
%23.47

CMYK color model

#872E0F color CMYK value is (0,66,89,47).

  • cyan value is 0.00%
  • magenta value is 65.93%
  • yellow value is 88.89%
  • key color value is 47.06%
CMYK:
(0,66,89,47)
C0M66Y89K47 
(0%,66%,89%,47%)
(0.00/0.66/0.89/0.47)	

CMYK percentages

%0
%65.93
%88.89
%47.06

Codes

Color #872E0F in popluar color models

872E0F
RGB1354615
HSL16°80.00%29.41%
HSB/HSV16°88.89%52.94%
CMYK0.00%65.93%88.89%
47.06%

Color #872E0F in popluar number systems.

HEX872E0F
Decimal1354615
Binary100001111011101111
Octal2075617

Shades and tints

Shades of #872E0F

#872E0F
(135,46,15)
#7B2A0E
(123,42,14)
#6F260D
(111,38,13)
#63220C
(99,34,12)
#571E0B
(87,30,11)
#4B1A0A
(75,26,10)
#3F1609
(63,22,9)
#331208
(51,18,8)
#270E07
(39,14,7)
#1B0A06
(27,10,6)
#0F0605
(15,6,5)
#000000
(0,0,0)

Tints of #872E0F

#872E0F
(135,46,15)
#914124
(145,65,36)
#9B5439
(155,84,57)
#A5674E
(165,103,78)
#AF7A63
(175,122,99)
#B98D78
(185,141,120)
#C3A08D
(195,160,141)
#CDB3A2
(205,179,162)
#D7C6B7
(215,198,183)
#E1D9CC
(225,217,204)
#EBECE1
(235,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #872E0F color. Also use rgb(135,46,15) instead hex code.

Text Font Color

.myTextColor { color: #872E0F; }

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

This text font color is #872E0F.


Background Color

.myBgColor { background-color: #872E0F; }

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

This div background color is #872E0F.


Border color

.myBorderColor { border: 1px solid #872E0F; }

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

This div border color is #872E0F.


Opacity

.myOpacity80 { color: #872E0F; opacity: 0.8; }

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

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

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

This text has shadow with #872E0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #872E0F on black background.


Color preview on white background

This text has color #872E0F on white background.



Black color preview on #872E0F background

This text has black color on #872E0F background.


White color preview on #872E0F background

This text has white color on #872E0F background.