COLOR #873A5D

HEX: #873A5D
RGB: (135,58,93)

Color info

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

RGB color model

#873A5D color RGB value is (135,58,93).

  • red value is 135;
  • green value is 58;
  • blue value is 93.
RGB:
(135,58,93)
(53%,23%,36%)

RGB channels and saturation

R 135 of 255 = 53%
G 58 of 255 = 23%
B 93 of 255 = 36%

135
58
93

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

Portions of RGB colors in percentages

R + G + B =
135 + 58 + 93 = 286 (100%)
R 135 of 286 ~ 47.2%
G 58 of 286 ~ 20.28%
B 93 of 286 ~ 32.52%

%47.2
%20.28
%32.52

CMYK color model

#873A5D color CMYK value is (0,57,31,47).

  • cyan value is 0.00%
  • magenta value is 57.04%
  • yellow value is 31.11%
  • key color value is 47.06%
CMYK:
(0,57,31,47)
C0M57Y31K47 
(0%,57%,31%,47%)
(0.00/0.57/0.31/0.47)	

CMYK percentages

%0
%57.04
%31.11
%47.06

Codes

Color #873A5D in popluar color models

873A5D
RGB1355893
HSL333°39.90%37.84%
HSB/HSV333°57.04%52.94%
CMYK0.00%57.04%31.11%
47.06%

Color #873A5D in popluar number systems.

HEX873A5D
Decimal1355893
Binary100001111110101011101
Octal20772135

Shades and tints

Shades of #873A5D

#873A5D
(135,58,93)
#7B3555
(123,53,85)
#6F304D
(111,48,77)
#632B45
(99,43,69)
#57263D
(87,38,61)
#4B2135
(75,33,53)
#3F1C2D
(63,28,45)
#331725
(51,23,37)
#27121D
(39,18,29)
#1B0D15
(27,13,21)
#0F080D
(15,8,13)
#000000
(0,0,0)

Tints of #873A5D

#873A5D
(135,58,93)
#914B6B
(145,75,107)
#9B5C79
(155,92,121)
#A56D87
(165,109,135)
#AF7E95
(175,126,149)
#B98FA3
(185,143,163)
#C3A0B1
(195,160,177)
#CDB1BF
(205,177,191)
#D7C2CD
(215,194,205)
#E1D3DB
(225,211,219)
#EBE4E9
(235,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #873A5D color. Also use rgb(135,58,93) instead hex code.

Text Font Color

.myTextColor { color: #873A5D; }

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

This text font color is #873A5D.


Background Color

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

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

This div background color is #873A5D.


Border color

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

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

This div border color is #873A5D.


Opacity

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

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

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

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

This text has shadow with #873A5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #873A5D on black background.


Color preview on white background

This text has color #873A5D on white background.



Black color preview on #873A5D background

This text has black color on #873A5D background.


White color preview on #873A5D background

This text has white color on #873A5D background.