COLOR #872B40

HEX: #872B40
RGB: (135,43,64)

Color info

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

RGB color model

#872B40 color RGB value is (135,43,64).

  • red value is 135;
  • green value is 43;
  • blue value is 64.
RGB:
(135,43,64)
(53%,17%,25%)

RGB channels and saturation

R 135 of 255 = 53%
G 43 of 255 = 17%
B 64 of 255 = 25%

135
43
64

R + G + B ~ 32%. #872B40 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 43 + 64 = 242 (100%)
R 135 of 242 ~ 55.79%
G 43 of 242 ~ 17.77%
B 64 of 242 ~ 26.45%

%55.79
%17.77
%26.45

CMYK color model

#872B40 color CMYK value is (0,68,53,47).

  • cyan value is 0.00%
  • magenta value is 68.15%
  • yellow value is 52.59%
  • key color value is 47.06%
CMYK:
(0,68,53,47)
C0M68Y53K47 
(0%,68%,53%,47%)
(0.00/0.68/0.53/0.47)	

CMYK percentages

%0
%68.15
%52.59
%47.06

Codes

Color #872B40 in popluar color models

872B40
RGB1354364
HSL346°51.69%34.90%
HSB/HSV346°68.15%52.94%
CMYK0.00%68.15%52.59%
47.06%

Color #872B40 in popluar number systems.

HEX872B40
Decimal1354364
Binary100001111010111000000
Octal20753100

Shades and tints

Shades of #872B40

#872B40
(135,43,64)
#7B283B
(123,40,59)
#6F2536
(111,37,54)
#632231
(99,34,49)
#571F2C
(87,31,44)
#4B1C27
(75,28,39)
#3F1922
(63,25,34)
#33161D
(51,22,29)
#271318
(39,19,24)
#1B1013
(27,16,19)
#0F0D0E
(15,13,14)
#000000
(0,0,0)

Tints of #872B40

#872B40
(135,43,64)
#913E51
(145,62,81)
#9B5162
(155,81,98)
#A56473
(165,100,115)
#AF7784
(175,119,132)
#B98A95
(185,138,149)
#C39DA6
(195,157,166)
#CDB0B7
(205,176,183)
#D7C3C8
(215,195,200)
#E1D6D9
(225,214,217)
#EBE9EA
(235,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #872B40 color. Also use rgb(135,43,64) instead hex code.

Text Font Color

.myTextColor { color: #872B40; }

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

This text font color is #872B40.


Background Color

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

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

This div background color is #872B40.


Border color

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

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

This div border color is #872B40.


Opacity

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

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

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

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

This text has shadow with #872B40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #872B40 on black background.


Color preview on white background

This text has color #872B40 on white background.



Black color preview on #872B40 background

This text has black color on #872B40 background.


White color preview on #872B40 background

This text has white color on #872B40 background.