COLOR #873F5C

HEX: #873F5C
RGB: (135,63,92)

Color info

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

RGB color model

#873F5C color RGB value is (135,63,92).

  • red value is 135;
  • green value is 63;
  • blue value is 92.
RGB:
(135,63,92)
(53%,25%,36%)

RGB channels and saturation

R 135 of 255 = 53%
G 63 of 255 = 25%
B 92 of 255 = 36%

135
63
92

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

Portions of RGB colors in percentages

R + G + B =
135 + 63 + 92 = 290 (100%)
R 135 of 290 ~ 46.55%
G 63 of 290 ~ 21.72%
B 92 of 290 ~ 31.72%

%46.55
%21.72
%31.72

CMYK color model

#873F5C color CMYK value is (0,53,32,47).

  • cyan value is 0.00%
  • magenta value is 53.33%
  • yellow value is 31.85%
  • key color value is 47.06%
CMYK:
(0,53,32,47)
C0M53Y32K47 
(0%,53%,32%,47%)
(0.00/0.53/0.32/0.47)	

CMYK percentages

%0
%53.33
%31.85
%47.06

Codes

Color #873F5C in popluar color models

873F5C
RGB1356392
HSL336°36.36%38.82%
HSB/HSV336°53.33%52.94%
CMYK0.00%53.33%31.85%
47.06%

Color #873F5C in popluar number systems.

HEX873F5C
Decimal1356392
Binary100001111111111011100
Octal20777134

Shades and tints

Shades of #873F5C

#873F5C
(135,63,92)
#7B3A54
(123,58,84)
#6F354C
(111,53,76)
#633044
(99,48,68)
#572B3C
(87,43,60)
#4B2634
(75,38,52)
#3F212C
(63,33,44)
#331C24
(51,28,36)
#27171C
(39,23,28)
#1B1214
(27,18,20)
#0F0D0C
(15,13,12)
#000000
(0,0,0)

Tints of #873F5C

#873F5C
(135,63,92)
#91506A
(145,80,106)
#9B6178
(155,97,120)
#A57286
(165,114,134)
#AF8394
(175,131,148)
#B994A2
(185,148,162)
#C3A5B0
(195,165,176)
#CDB6BE
(205,182,190)
#D7C7CC
(215,199,204)
#E1D8DA
(225,216,218)
#EBE9E8
(235,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #873F5C color. Also use rgb(135,63,92) instead hex code.

Text Font Color

.myTextColor { color: #873F5C; }

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

This text font color is #873F5C.


Background Color

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

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

This div background color is #873F5C.


Border color

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

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

This div border color is #873F5C.


Opacity

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

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

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

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

This text has shadow with #873F5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #873F5C on black background.


Color preview on white background

This text has color #873F5C on white background.



Black color preview on #873F5C background

This text has black color on #873F5C background.


White color preview on #873F5C background

This text has white color on #873F5C background.