COLOR #873F5F

HEX: #873F5F
RGB: (135,63,95)

Color info

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

RGB color model

#873F5F color RGB value is (135,63,95).

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

RGB channels and saturation

R 135 of 255 = 53%
G 63 of 255 = 25%
B 95 of 255 = 37%

135
63
95

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

Portions of RGB colors in percentages

R + G + B =
135 + 63 + 95 = 293 (100%)
R 135 of 293 ~ 46.08%
G 63 of 293 ~ 21.5%
B 95 of 293 ~ 32.42%

%46.08
%21.5
%32.42

CMYK color model

#873F5F color CMYK value is (0,53,30,47).

  • cyan value is 0.00%
  • magenta value is 53.33%
  • yellow value is 29.63%
  • key color value is 47.06%
CMYK:
(0,53,30,47)
C0M53Y30K47 
(0%,53%,30%,47%)
(0.00/0.53/0.30/0.47)	

CMYK percentages

%0
%53.33
%29.63
%47.06

Codes

Color #873F5F in popluar color models

873F5F
RGB1356395
HSL333°36.36%38.82%
HSB/HSV333°53.33%52.94%
CMYK0.00%53.33%29.63%
47.06%

Color #873F5F in popluar number systems.

HEX873F5F
Decimal1356395
Binary100001111111111011111
Octal20777137

Shades and tints

Shades of #873F5F

#873F5F
(135,63,95)
#7B3A57
(123,58,87)
#6F354F
(111,53,79)
#633047
(99,48,71)
#572B3F
(87,43,63)
#4B2637
(75,38,55)
#3F212F
(63,33,47)
#331C27
(51,28,39)
#27171F
(39,23,31)
#1B1217
(27,18,23)
#0F0D0F
(15,13,15)
#000000
(0,0,0)

Tints of #873F5F

#873F5F
(135,63,95)
#91506D
(145,80,109)
#9B617B
(155,97,123)
#A57289
(165,114,137)
#AF8397
(175,131,151)
#B994A5
(185,148,165)
#C3A5B3
(195,165,179)
#CDB6C1
(205,182,193)
#D7C7CF
(215,199,207)
#E1D8DD
(225,216,221)
#EBE9EB
(235,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #873F5F; }

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

This text font color is #873F5F.


Background Color

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

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

This div background color is #873F5F.


Border color

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

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

This div border color is #873F5F.


Opacity

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

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

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

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

This text has shadow with #873F5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #873F5F on black background.


Color preview on white background

This text has color #873F5F on white background.



Black color preview on #873F5F background

This text has black color on #873F5F background.


White color preview on #873F5F background

This text has white color on #873F5F background.