COLOR #873C5B

HEX: #873C5B
RGB: (135,60,91)

Color info

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

RGB color model

#873C5B color RGB value is (135,60,91).

  • red value is 135;
  • green value is 60;
  • blue value is 91.
RGB:
(135,60,91)
(53%,24%,36%)

RGB channels and saturation

R 135 of 255 = 53%
G 60 of 255 = 24%
B 91 of 255 = 36%

135
60
91

R + G + B ~ 38%. #873C5B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 60 + 91 = 286 (100%)
R 135 of 286 ~ 47.2%
G 60 of 286 ~ 20.98%
B 91 of 286 ~ 31.82%

%47.2
%20.98
%31.82

CMYK color model

#873C5B color CMYK value is (0,56,33,47).

  • cyan value is 0.00%
  • magenta value is 55.56%
  • yellow value is 32.59%
  • key color value is 47.06%
CMYK:
(0,56,33,47)
C0M56Y33K47 
(0%,56%,33%,47%)
(0.00/0.56/0.33/0.47)	

CMYK percentages

%0
%55.56
%32.59
%47.06

Codes

Color #873C5B in popluar color models

873C5B
RGB1356091
HSL335°38.46%38.24%
HSB/HSV335°55.56%52.94%
CMYK0.00%55.56%32.59%
47.06%

Color #873C5B in popluar number systems.

HEX873C5B
Decimal1356091
Binary100001111111001011011
Octal20774133

Shades and tints

Shades of #873C5B

#873C5B
(135,60,91)
#7B3753
(123,55,83)
#6F324B
(111,50,75)
#632D43
(99,45,67)
#57283B
(87,40,59)
#4B2333
(75,35,51)
#3F1E2B
(63,30,43)
#331923
(51,25,35)
#27141B
(39,20,27)
#1B0F13
(27,15,19)
#0F0A0B
(15,10,11)
#000000
(0,0,0)

Tints of #873C5B

#873C5B
(135,60,91)
#914D69
(145,77,105)
#9B5E77
(155,94,119)
#A56F85
(165,111,133)
#AF8093
(175,128,147)
#B991A1
(185,145,161)
#C3A2AF
(195,162,175)
#CDB3BD
(205,179,189)
#D7C4CB
(215,196,203)
#E1D5D9
(225,213,217)
#EBE6E7
(235,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #873C5B color. Also use rgb(135,60,91) instead hex code.

Text Font Color

.myTextColor { color: #873C5B; }

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

This text font color is #873C5B.


Background Color

.myBgColor { background-color: #873C5B; }

<div style="background-color:#873C5B">Inner text</div>

This div background color is #873C5B.


Border color

.myBorderColor { border: 1px solid #873C5B; }

<div style="border:3px solid #873C5B">Div</div>

This div border color is #873C5B.


Opacity

.myOpacity80 { color: #873C5B; opacity: 0.8; }

<p style="color:#873C5B;opacity:0.8;">80%</p>

Text with #873C5B 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 #873C5B;}

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

This text has shadow with #873C5B color.

.textShadow {text-shadow: 3px 3px 1px #873C5B, 3px 3px 1px red;}

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

This text has shadow with #873C5B primary color and red secondary color.


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

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

This text has shadow with #873C5B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #873C5B on black background.


Color preview on white background

This text has color #873C5B on white background.



Black color preview on #873C5B background

This text has black color on #873C5B background.


White color preview on #873C5B background

This text has white color on #873C5B background.