COLOR #872D36

HEX: #872D36
RGB: (135,45,54)

Color info

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

RGB color model

#872D36 color RGB value is (135,45,54).

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

RGB channels and saturation

R 135 of 255 = 53%
G 45 of 255 = 18%
B 54 of 255 = 21%

135
45
54

R + G + B ~ 31%. #872D36 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 45 + 54 = 234 (100%)
R 135 of 234 ~ 57.69%
G 45 of 234 ~ 19.23%
B 54 of 234 ~ 23.08%

%57.69
%19.23
%23.08

CMYK color model

#872D36 color CMYK value is (0,67,60,47).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 60.00%
  • key color value is 47.06%
CMYK:
(0,67,60,47)
C0M67Y60K47 
(0%,67%,60%,47%)
(0.00/0.67/0.60/0.47)	

CMYK percentages

%0
%66.67
%60
%47.06

Codes

Color #872D36 in popluar color models

872D36
RGB1354554
HSL354°50.00%35.29%
HSB/HSV354°66.67%52.94%
CMYK0.00%66.67%60.00%
47.06%

Color #872D36 in popluar number systems.

HEX872D36
Decimal1354554
Binary10000111101101110110
Octal2075566

Shades and tints

Shades of #872D36

#872D36
(135,45,54)
#7B2932
(123,41,50)
#6F252E
(111,37,46)
#63212A
(99,33,42)
#571D26
(87,29,38)
#4B1922
(75,25,34)
#3F151E
(63,21,30)
#33111A
(51,17,26)
#270D16
(39,13,22)
#1B0912
(27,9,18)
#0F050E
(15,5,14)
#000000
(0,0,0)

Tints of #872D36

#872D36
(135,45,54)
#914048
(145,64,72)
#9B535A
(155,83,90)
#A5666C
(165,102,108)
#AF797E
(175,121,126)
#B98C90
(185,140,144)
#C39FA2
(195,159,162)
#CDB2B4
(205,178,180)
#D7C5C6
(215,197,198)
#E1D8D8
(225,216,216)
#EBEBEA
(235,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #872D36; }

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

This text font color is #872D36.


Background Color

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

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

This div background color is #872D36.


Border color

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

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

This div border color is #872D36.


Opacity

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

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

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

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

This text has shadow with #872D36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #872D36 on black background.


Color preview on white background

This text has color #872D36 on white background.



Black color preview on #872D36 background

This text has black color on #872D36 background.


White color preview on #872D36 background

This text has white color on #872D36 background.