COLOR #872918

HEX: #872918
RGB: (135,41,24)

Color info

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

RGB color model

#872918 color RGB value is (135,41,24).

  • red value is 135;
  • green value is 41;
  • blue value is 24.
RGB:
(135,41,24)
(53%,16%,9%)

RGB channels and saturation

R 135 of 255 = 53%
G 41 of 255 = 16%
B 24 of 255 = 9%

135
41
24

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

Portions of RGB colors in percentages

R + G + B =
135 + 41 + 24 = 200 (100%)
R 135 of 200 ~ 67.5%
G 41 of 200 ~ 20.5%
B 24 of 200 ~ 12%

%67.5
%20.5
%12

CMYK color model

#872918 color CMYK value is (0,70,82,47).

  • cyan value is 0.00%
  • magenta value is 69.63%
  • yellow value is 82.22%
  • key color value is 47.06%
CMYK:
(0,70,82,47)
C0M70Y82K47 
(0%,70%,82%,47%)
(0.00/0.70/0.82/0.47)	

CMYK percentages

%0
%69.63
%82.22
%47.06

Codes

Color #872918 in popluar color models

872918
RGB1354124
HSL69.81%31.18%
HSB/HSV82.22%52.94%
CMYK0.00%69.63%82.22%
47.06%

Color #872918 in popluar number systems.

HEX872918
Decimal1354124
Binary1000011110100111000
Octal2075130

Shades and tints

Shades of #872918

#872918
(135,41,24)
#7B2616
(123,38,22)
#6F2314
(111,35,20)
#632012
(99,32,18)
#571D10
(87,29,16)
#4B1A0E
(75,26,14)
#3F170C
(63,23,12)
#33140A
(51,20,10)
#271108
(39,17,8)
#1B0E06
(27,14,6)
#0F0B04
(15,11,4)
#000000
(0,0,0)

Tints of #872918

#872918
(135,41,24)
#913C2D
(145,60,45)
#9B4F42
(155,79,66)
#A56257
(165,98,87)
#AF756C
(175,117,108)
#B98881
(185,136,129)
#C39B96
(195,155,150)
#CDAEAB
(205,174,171)
#D7C1C0
(215,193,192)
#E1D4D5
(225,212,213)
#EBE7EA
(235,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #872918 color. Also use rgb(135,41,24) instead hex code.

Text Font Color

.myTextColor { color: #872918; }

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

This text font color is #872918.


Background Color

.myBgColor { background-color: #872918; }

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

This div background color is #872918.


Border color

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

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

This div border color is #872918.


Opacity

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

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

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

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

This text has shadow with #872918 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #872918 on black background.


Color preview on white background

This text has color #872918 on white background.



Black color preview on #872918 background

This text has black color on #872918 background.


White color preview on #872918 background

This text has white color on #872918 background.