COLOR #872C4C

HEX: #872C4C
RGB: (135,44,76)

Color info

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

RGB color model

#872C4C color RGB value is (135,44,76).

  • red value is 135;
  • green value is 44;
  • blue value is 76.
RGB:
(135,44,76)
(53%,17%,30%)

RGB channels and saturation

R 135 of 255 = 53%
G 44 of 255 = 17%
B 76 of 255 = 30%

135
44
76

R + G + B ~ 33%. #872C4C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 44 + 76 = 255 (100%)
R 135 of 255 ~ 52.94%
G 44 of 255 ~ 17.25%
B 76 of 255 ~ 29.8%

%52.94
%17.25
%29.8

CMYK color model

#872C4C color CMYK value is (0,67,44,47).

  • cyan value is 0.00%
  • magenta value is 67.41%
  • yellow value is 43.70%
  • key color value is 47.06%
CMYK:
(0,67,44,47)
C0M67Y44K47 
(0%,67%,44%,47%)
(0.00/0.67/0.44/0.47)	

CMYK percentages

%0
%67.41
%43.7
%47.06

Codes

Color #872C4C in popluar color models

872C4C
RGB1354476
HSL339°50.84%35.10%
HSB/HSV339°67.41%52.94%
CMYK0.00%67.41%43.70%
47.06%

Color #872C4C in popluar number systems.

HEX872C4C
Decimal1354476
Binary100001111011001001100
Octal20754114

Shades and tints

Shades of #872C4C

#872C4C
(135,44,76)
#7B2846
(123,40,70)
#6F2440
(111,36,64)
#63203A
(99,32,58)
#571C34
(87,28,52)
#4B182E
(75,24,46)
#3F1428
(63,20,40)
#331022
(51,16,34)
#270C1C
(39,12,28)
#1B0816
(27,8,22)
#0F0410
(15,4,16)
#000000
(0,0,0)

Tints of #872C4C

#872C4C
(135,44,76)
#913F5C
(145,63,92)
#9B526C
(155,82,108)
#A5657C
(165,101,124)
#AF788C
(175,120,140)
#B98B9C
(185,139,156)
#C39EAC
(195,158,172)
#CDB1BC
(205,177,188)
#D7C4CC
(215,196,204)
#E1D7DC
(225,215,220)
#EBEAEC
(235,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #872C4C; }

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

This text font color is #872C4C.


Background Color

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

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

This div background color is #872C4C.


Border color

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

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

This div border color is #872C4C.


Opacity

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

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

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

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

This text has shadow with #872C4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #872C4C on black background.


Color preview on white background

This text has color #872C4C on white background.



Black color preview on #872C4C background

This text has black color on #872C4C background.


White color preview on #872C4C background

This text has white color on #872C4C background.