COLOR #872B66

HEX: #872B66
RGB: (135,43,102)

Color info

#872B66 contains mainly red and blue colors. Web safe color of #872B66 is #993366 (or #936).

RGB color model

#872B66 color RGB value is (135,43,102).

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

RGB channels and saturation

R 135 of 255 = 53%
G 43 of 255 = 17%
B 102 of 255 = 40%

135
43
102

R + G + B ~ 37%. #872B66 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 43 + 102 = 280 (100%)
R 135 of 280 ~ 48.21%
G 43 of 280 ~ 15.36%
B 102 of 280 ~ 36.43%

%48.21
%15.36
%36.43

CMYK color model

#872B66 color CMYK value is (0,68,24,47).

  • cyan value is 0.00%
  • magenta value is 68.15%
  • yellow value is 24.44%
  • key color value is 47.06%
CMYK:
(0,68,24,47)
C0M68Y24K47 
(0%,68%,24%,47%)
(0.00/0.68/0.24/0.47)	

CMYK percentages

%0
%68.15
%24.44
%47.06

Codes

Color #872B66 in popluar color models

872B66
RGB13543102
HSL322°51.69%34.90%
HSB/HSV322°68.15%52.94%
CMYK0.00%68.15%24.44%
47.06%

Color #872B66 in popluar number systems.

HEX872B66
Decimal13543102
Binary100001111010111100110
Octal20753146

Shades and tints

Shades of #872B66

#872B66
(135,43,102)
#7B285D
(123,40,93)
#6F2554
(111,37,84)
#63224B
(99,34,75)
#571F42
(87,31,66)
#4B1C39
(75,28,57)
#3F1930
(63,25,48)
#331627
(51,22,39)
#27131E
(39,19,30)
#1B1015
(27,16,21)
#0F0D0C
(15,13,12)
#000000
(0,0,0)

Tints of #872B66

#872B66
(135,43,102)
#913E73
(145,62,115)
#9B5180
(155,81,128)
#A5648D
(165,100,141)
#AF779A
(175,119,154)
#B98AA7
(185,138,167)
#C39DB4
(195,157,180)
#CDB0C1
(205,176,193)
#D7C3CE
(215,195,206)
#E1D6DB
(225,214,219)
#EBE9E8
(235,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #872B66; }

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

This text font color is #872B66.


Background Color

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

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

This div background color is #872B66.


Border color

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

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

This div border color is #872B66.


Opacity

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

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

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

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

This text has shadow with #872B66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #872B66 on black background.


Color preview on white background

This text has color #872B66 on white background.



Black color preview on #872B66 background

This text has black color on #872B66 background.


White color preview on #872B66 background

This text has white color on #872B66 background.