COLOR #872D26

HEX: #872D26
RGB: (135,45,38)

Color info

#872D26 contains mainly red color. Web safe color of #872D26 is #993333 (or #933).

RGB color model

#872D26 color RGB value is (135,45,38).

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

RGB channels and saturation

R 135 of 255 = 53%
G 45 of 255 = 18%
B 38 of 255 = 15%

135
45
38

R + G + B ~ 29%. #872D26 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 45 + 38 = 218 (100%)
R 135 of 218 ~ 61.93%
G 45 of 218 ~ 20.64%
B 38 of 218 ~ 17.43%

%61.93
%20.64
%17.43

CMYK color model

#872D26 color CMYK value is (0,67,72,47).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 71.85%
  • key color value is 47.06%
CMYK:
(0,67,72,47)
C0M67Y72K47 
(0%,67%,72%,47%)
(0.00/0.67/0.72/0.47)	

CMYK percentages

%0
%66.67
%71.85
%47.06

Codes

Color #872D26 in popluar color models

872D26
RGB1354538
HSL56.07%33.92%
HSB/HSV71.85%52.94%
CMYK0.00%66.67%71.85%
47.06%

Color #872D26 in popluar number systems.

HEX872D26
Decimal1354538
Binary10000111101101100110
Octal2075546

Shades and tints

Shades of #872D26

#872D26
(135,45,38)
#7B2923
(123,41,35)
#6F2520
(111,37,32)
#63211D
(99,33,29)
#571D1A
(87,29,26)
#4B1917
(75,25,23)
#3F1514
(63,21,20)
#331111
(51,17,17)
#270D0E
(39,13,14)
#1B090B
(27,9,11)
#0F0508
(15,5,8)
#000000
(0,0,0)

Tints of #872D26

#872D26
(135,45,38)
#914039
(145,64,57)
#9B534C
(155,83,76)
#A5665F
(165,102,95)
#AF7972
(175,121,114)
#B98C85
(185,140,133)
#C39F98
(195,159,152)
#CDB2AB
(205,178,171)
#D7C5BE
(215,197,190)
#E1D8D1
(225,216,209)
#EBEBE4
(235,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #872D26 color. Also use rgb(135,45,38) instead hex code.

Text Font Color

.myTextColor { color: #872D26; }

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

This text font color is #872D26.


Background Color

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

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

This div background color is #872D26.


Border color

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

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

This div border color is #872D26.


Opacity

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

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

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

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

This text has shadow with #872D26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #872D26 on black background.


Color preview on white background

This text has color #872D26 on white background.



Black color preview on #872D26 background

This text has black color on #872D26 background.


White color preview on #872D26 background

This text has white color on #872D26 background.