COLOR #872F4C

HEX: #872F4C RGB: (135,47,76)

Color info

#872F4C contains mainly red and blue colors. Web safe color of #872F4C is #993333 (or #933).

RGB color model

#872F4C color RGB value is (135,47,76).

RGB: (135,47,76) (53%, 18%, 30%)

RGB channels and saturation

R 135 of 255 = 53%
G 47 of 255 = 18%
B 76 of 255 = 30%

135
47
76

R + G + B ~ 34%. #872F4C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 135 + 47 + 76 = 258 (100%)
R 135 of 258 ~ 52.33%
G 47 of 258 ~ 18.22%
B 76 of 258 ~ 29.46'%

%52.33
%18.22
%29.46

CMYK color model

#872F4C color CMYK value is (0,65,44,47).

  • cyan value is 0.00%
  • magenta value is 65.19%
  • yellow value is 43.70%
  • key color value is 47.06%

CMYK: (0,65,44,47)
C0M65Y44K47 (0%, 65%, 44%, 47%)
(0.00 / 0.65 / 0.44 / 0.47)

CMYK percentages

%0
%65.19
%43.7
%47.06

Codes

Color #872F4C in popluar color models

87 2F 4C
RGB 135 47 76
HSL 340° 48.35% 35.69%
HSB/HSV 340° 65.19% 52.94%
CMYK 0.00% 65.19% 43.70%
47.06%

Color #872F4C in popluar number systems.

HEX 87 2F 4C
Decimal 135 47 76
Binary 10000111 101111 1001100
Octal 207 57 114

Shades and tints

Shades of #872F4C

#872F4C
(135,47,76)
#7B2B46
(123,43,70)
#6F2740
(111,39,64)
#63233A
(99,35,58)
#571F34
(87,31,52)
#4B1B2E
(75,27,46)
#3F1728
(63,23,40)
#331322
(51,19,34)
#270F1C
(39,15,28)
#1B0B16
(27,11,22)
#0F0710
(15,7,16)
#000000
(0,0,0)

Tints of #872F4C

#872F4C
(135,47,76)
#91415C
(145,65,92)
#9B536C
(155,83,108)
#A5657C
(165,101,124)
#AF778C
(175,119,140)
#B9899C
(185,137,156)
#C39BAC
(195,155,172)
#CDADBC
(205,173,188)
#D7BFCC
(215,191,204)
#E1D1DC
(225,209,220)
#EBE3EC
(235,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #872F4C color. Also use rgb(135,47,76) instead hex code.

Text Font Color

.myTextColor { color: #872F4C; }

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

This text font color is #872F4C.

Background Color

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

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

This div background color is #872F4C.

Border color

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

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

This div border color is #872F4C.

Opacity

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

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

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

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

This text has shadow with #872F4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #872F4C.

Preview

Color preview on black background

This text has color #872F4C on black background.


Color preview on white background

This text has color #872F4C on white background.


Black color preview on #872F4C background

This text has black color on #872F4C background.


White color preview on #872F4C background

This text has white color on #872F4C background.


Related colors

Complementary color

Complementary color for #hex is #78D0B3.


I love getcolorcode.com

Triadic colors

1 #4C872F and #2F4C87 with #872F4C are triadic colors.

2 #4C2F87 and #2F874C with #872F4C are triadic colors.