COLOR #872C6B

HEX: #872C6B RGB: (135,44,107)

Color info

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

RGB color model

#872C6B color RGB value is (135,44,107).

RGB: (135,44,107) (53%, 17%, 42%)

RGB channels and saturation

R 135 of 255 = 53%
G 44 of 255 = 17%
B 107 of 255 = 42%

135
44
107

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

Portions of RGB colors in percentages

R + G + B = 135 + 44 + 107 = 286 (100%)
R 135 of 286 ~ 47.2%
G 44 of 286 ~ 15.38%
B 107 of 286 ~ 37.41'%

%47.2
%15.38
%37.41

CMYK color model

#872C6B color CMYK value is (0,67,21,47).

  • cyan value is 0.00%
  • magenta value is 67.41%
  • yellow value is 20.74%
  • key color value is 47.06%
CMYK: (0,67,21,47) C0M67Y21K47 (0%,67%,21%,47%) (0.00/0.67/0.21/0.47) 

CMYK percentages

%0
%67.41
%20.74
%47.06

Codes

Color #872C6B in popluar color models

87 2C 6B
RGB 135 44 107
HSL 318° 50.84% 35.10%
HSB/HSV 318° 67.41% 52.94%
CMYK 0.00% 67.41% 20.74%
47.06%

Color #872C6B in popluar number systems.

HEX 87 2C 6B
Decimal 135 44 107
Binary 10000111 101100 1101011
Octal 207 54 153

Shades and tints

Shades of #872C6B

#872C6B
(135,44,107)
#7B2862
(123,40,98)
#6F2459
(111,36,89)
#632050
(99,32,80)
#571C47
(87,28,71)
#4B183E
(75,24,62)
#3F1435
(63,20,53)
#33102C
(51,16,44)
#270C23
(39,12,35)
#1B081A
(27,8,26)
#0F0411
(15,4,17)
#000000
(0,0,0)

Tints of #872C6B

#872C6B
(135,44,107)
#913F78
(145,63,120)
#9B5285
(155,82,133)
#A56592
(165,101,146)
#AF789F
(175,120,159)
#B98BAC
(185,139,172)
#C39EB9
(195,158,185)
#CDB1C6
(205,177,198)
#D7C4D3
(215,196,211)
#E1D7E0
(225,215,224)
#EBEAED
(235,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #872C6B color. Also use rgb(135,44,107) instead hex code.

Text Font Color

.myTextColor { color: #872C6B; }

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

This text font color is #872C6B.

Background Color

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

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

This div background color is #872C6B.

Border color

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

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

This div border color is #872C6B.

Opacity

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

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

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

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

This text has shadow with #872C6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #872C6B.

Preview

Color preview on black background

This text has color #872C6B on black background.


Color preview on white background

This text has color #872C6B on white background.


Black color preview on #872C6B background

This text has black color on #872C6B background.


White color preview on #872C6B background

This text has white color on #872C6B background.


Related colors

Complementary color

Complementary color for #hex is #78D394.


I love getcolorcode.com

Triadic colors

1 #6B872C and #2C6B87 with #872C6B are triadic colors.

2 #6B2C87 and #2C876B with #872C6B are triadic colors.