COLOR #872E28

HEX: #872E28 RGB: (135,46,40)

Color info

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

RGB color model

#872E28 color RGB value is (135,46,40).

RGB: (135,46,40) (53%, 18%, 16%)

RGB channels and saturation

R 135 of 255 = 53%
G 46 of 255 = 18%
B 40 of 255 = 16%

135
46
40

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

Portions of RGB colors in percentages

R + G + B = 135 + 46 + 40 = 221 (100%)
R 135 of 221 ~ 61.09%
G 46 of 221 ~ 20.81%
B 40 of 221 ~ 18.1'%

%61.09
%20.81
%18.1

CMYK color model

#872E28 color CMYK value is (0,66,70,47).

  • cyan value is 0.00%
  • magenta value is 65.93%
  • yellow value is 70.37%
  • key color value is 47.06%

CMYK: (0,66,70,47)
C0M66Y70K47 (0%, 66%, 70%, 47%)
(0.00 / 0.66 / 0.70 / 0.47)

CMYK percentages

%0
%65.93
%70.37
%47.06

Codes

Color #872E28 in popluar color models

87 2E 28
RGB 135 46 40
HSL 54.29% 34.31%
HSB/HSV 70.37% 52.94%
CMYK 0.00% 65.93% 70.37%
47.06%

Color #872E28 in popluar number systems.

HEX 87 2E 28
Decimal 135 46 40
Binary 10000111 101110 101000
Octal 207 56 50

Shades and tints

Shades of #872E28

#872E28
(135,46,40)
#7B2A25
(123,42,37)
#6F2622
(111,38,34)
#63221F
(99,34,31)
#571E1C
(87,30,28)
#4B1A19
(75,26,25)
#3F1616
(63,22,22)
#331213
(51,18,19)
#270E10
(39,14,16)
#1B0A0D
(27,10,13)
#0F060A
(15,6,10)
#000000
(0,0,0)

Tints of #872E28

#872E28
(135,46,40)
#91413B
(145,65,59)
#9B544E
(155,84,78)
#A56761
(165,103,97)
#AF7A74
(175,122,116)
#B98D87
(185,141,135)
#C3A09A
(195,160,154)
#CDB3AD
(205,179,173)
#D7C6C0
(215,198,192)
#E1D9D3
(225,217,211)
#EBECE6
(235,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #872E28; }

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

This text font color is #872E28.

Background Color

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

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

This div background color is #872E28.

Border color

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

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

This div border color is #872E28.

Opacity

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

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

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

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

This text has shadow with #872E28 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #872E28.

Preview

Color preview on black background

This text has color #872E28 on black background.


Color preview on white background

This text has color #872E28 on white background.


Black color preview on #872E28 background

This text has black color on #872E28 background.


White color preview on #872E28 background

This text has white color on #872E28 background.


Related colors

Complementary color

Complementary color for #hex is #78D1D7.


I love getcolorcode.com

Triadic colors

1 #28872E and #2E2887 with #872E28 are triadic colors.

2 #282E87 and #2E8728 with #872E28 are triadic colors.