COLOR #872A31

HEX: #872A31
RGB: (135,42,49)

Color info

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

RGB color model

#872A31 color RGB value is (135,42,49).

  • red value is 135;
  • green value is 42;
  • blue value is 49.
RGB:
(135,42,49)
(53%,16%,19%)

RGB channels and saturation

R 135 of 255 = 53%
G 42 of 255 = 16%
B 49 of 255 = 19%

135
42
49

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

Portions of RGB colors in percentages

R + G + B =
135 + 42 + 49 = 226 (100%)
R 135 of 226 ~ 59.73%
G 42 of 226 ~ 18.58%
B 49 of 226 ~ 21.68%

%59.73
%18.58
%21.68

CMYK color model

#872A31 color CMYK value is (0,69,64,47).

  • cyan value is 0.00%
  • magenta value is 68.89%
  • yellow value is 63.70%
  • key color value is 47.06%
CMYK:
(0,69,64,47)
C0M69Y64K47 
(0%,69%,64%,47%)
(0.00/0.69/0.64/0.47)	

CMYK percentages

%0
%68.89
%63.7
%47.06

Codes

Color #872A31 in popluar color models

872A31
RGB1354249
HSL355°52.54%34.71%
HSB/HSV355°68.89%52.94%
CMYK0.00%68.89%63.70%
47.06%

Color #872A31 in popluar number systems.

HEX872A31
Decimal1354249
Binary10000111101010110001
Octal2075261

Shades and tints

Shades of #872A31

#872A31
(135,42,49)
#7B272D
(123,39,45)
#6F2429
(111,36,41)
#632125
(99,33,37)
#571E21
(87,30,33)
#4B1B1D
(75,27,29)
#3F1819
(63,24,25)
#331515
(51,21,21)
#271211
(39,18,17)
#1B0F0D
(27,15,13)
#0F0C09
(15,12,9)
#000000
(0,0,0)

Tints of #872A31

#872A31
(135,42,49)
#913D43
(145,61,67)
#9B5055
(155,80,85)
#A56367
(165,99,103)
#AF7679
(175,118,121)
#B9898B
(185,137,139)
#C39C9D
(195,156,157)
#CDAFAF
(205,175,175)
#D7C2C1
(215,194,193)
#E1D5D3
(225,213,211)
#EBE8E5
(235,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #872A31 color. Also use rgb(135,42,49) instead hex code.

Text Font Color

.myTextColor { color: #872A31; }

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

This text font color is #872A31.


Background Color

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

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

This div background color is #872A31.


Border color

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

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

This div border color is #872A31.


Opacity

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

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

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

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

This text has shadow with #872A31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #872A31 on black background.


Color preview on white background

This text has color #872A31 on white background.



Black color preview on #872A31 background

This text has black color on #872A31 background.


White color preview on #872A31 background

This text has white color on #872A31 background.