COLOR #873B59

HEX: #873B59
RGB: (135,59,89)

Color info

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

RGB color model

#873B59 color RGB value is (135,59,89).

  • red value is 135;
  • green value is 59;
  • blue value is 89.
RGB:
(135,59,89)
(53%,23%,35%)

RGB channels and saturation

R 135 of 255 = 53%
G 59 of 255 = 23%
B 89 of 255 = 35%

135
59
89

R + G + B ~ 37%. #873B59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 59 + 89 = 283 (100%)
R 135 of 283 ~ 47.7%
G 59 of 283 ~ 20.85%
B 89 of 283 ~ 31.45%

%47.7
%20.85
%31.45

CMYK color model

#873B59 color CMYK value is (0,56,34,47).

  • cyan value is 0.00%
  • magenta value is 56.30%
  • yellow value is 34.07%
  • key color value is 47.06%
CMYK:
(0,56,34,47)
C0M56Y34K47 
(0%,56%,34%,47%)
(0.00/0.56/0.34/0.47)	

CMYK percentages

%0
%56.3
%34.07
%47.06

Codes

Color #873B59 in popluar color models

873B59
RGB1355989
HSL336°39.18%38.04%
HSB/HSV336°56.30%52.94%
CMYK0.00%56.30%34.07%
47.06%

Color #873B59 in popluar number systems.

HEX873B59
Decimal1355989
Binary100001111110111011001
Octal20773131

Shades and tints

Shades of #873B59

#873B59
(135,59,89)
#7B3651
(123,54,81)
#6F3149
(111,49,73)
#632C41
(99,44,65)
#572739
(87,39,57)
#4B2231
(75,34,49)
#3F1D29
(63,29,41)
#331821
(51,24,33)
#271319
(39,19,25)
#1B0E11
(27,14,17)
#0F0909
(15,9,9)
#000000
(0,0,0)

Tints of #873B59

#873B59
(135,59,89)
#914C68
(145,76,104)
#9B5D77
(155,93,119)
#A56E86
(165,110,134)
#AF7F95
(175,127,149)
#B990A4
(185,144,164)
#C3A1B3
(195,161,179)
#CDB2C2
(205,178,194)
#D7C3D1
(215,195,209)
#E1D4E0
(225,212,224)
#EBE5EF
(235,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #873B59 color. Also use rgb(135,59,89) instead hex code.

Text Font Color

.myTextColor { color: #873B59; }

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

This text font color is #873B59.


Background Color

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

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

This div background color is #873B59.


Border color

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

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

This div border color is #873B59.


Opacity

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

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

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

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

This text has shadow with #873B59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #873B59 on black background.


Color preview on white background

This text has color #873B59 on white background.



Black color preview on #873B59 background

This text has black color on #873B59 background.


White color preview on #873B59 background

This text has white color on #873B59 background.