COLOR #872D35

HEX: #872D35 RGB: (135,45,53)

Color info

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

RGB color model

#872D35 color RGB value is (135,45,53).

RGB: (135,45,53) (53%, 18%, 21%)

RGB channels and saturation

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

135
45
53

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

Portions of RGB colors in percentages

R + G + B = 135 + 45 + 53 = 233 (100%)
R 135 of 233 ~ 57.94%
G 45 of 233 ~ 19.31%
B 53 of 233 ~ 22.75'%

%57.94
%19.31
%22.75

CMYK color model

#872D35 color CMYK value is (0,67,61,47).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 60.74%
  • key color value is 47.06%

CMYK: (0,67,61,47)
C0M67Y61K47 (0%, 67%, 61%, 47%)
(0.00 / 0.67 / 0.61 / 0.47)

CMYK percentages

%0
%66.67
%60.74
%47.06

Codes

Color #872D35 in popluar color models

87 2D 35
RGB 135 45 53
HSL 355° 50.00% 35.29%
HSB/HSV 355° 66.67% 52.94%
CMYK 0.00% 66.67% 60.74%
47.06%

Color #872D35 in popluar number systems.

HEX 87 2D 35
Decimal 135 45 53
Binary 10000111 101101 110101
Octal 207 55 65

Shades and tints

Shades of #872D35

#872D35
(135,45,53)
#7B2931
(123,41,49)
#6F252D
(111,37,45)
#632129
(99,33,41)
#571D25
(87,29,37)
#4B1921
(75,25,33)
#3F151D
(63,21,29)
#331119
(51,17,25)
#270D15
(39,13,21)
#1B0911
(27,9,17)
#0F050D
(15,5,13)
#000000
(0,0,0)

Tints of #872D35

#872D35
(135,45,53)
#914047
(145,64,71)
#9B5359
(155,83,89)
#A5666B
(165,102,107)
#AF797D
(175,121,125)
#B98C8F
(185,140,143)
#C39FA1
(195,159,161)
#CDB2B3
(205,178,179)
#D7C5C5
(215,197,197)
#E1D8D7
(225,216,215)
#EBEBE9
(235,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #872D35; }

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

This text font color is #872D35.

Background Color

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

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

This div background color is #872D35.

Border color

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

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

This div border color is #872D35.

Opacity

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

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

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

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

This text has shadow with #872D35 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #872D35.

Preview

Color preview on black background

This text has color #872D35 on black background.


Color preview on white background

This text has color #872D35 on white background.


Black color preview on #872D35 background

This text has black color on #872D35 background.


White color preview on #872D35 background

This text has white color on #872D35 background.


Related colors

Complementary color

Complementary color for #hex is #78D2CA.


I love getcolorcode.com

Triadic colors

1 #35872D and #2D3587 with #872D35 are triadic colors.

2 #352D87 and #2D8735 with #872D35 are triadic colors.