COLOR #873A6B

HEX: #873A6B
RGB: (135,58,107)

Color info

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

RGB color model

#873A6B color RGB value is (135,58,107).

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

RGB channels and saturation

R 135 of 255 = 53%
G 58 of 255 = 23%
B 107 of 255 = 42%

135
58
107

R + G + B ~ 39%. #873A6B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 58 + 107 = 300 (100%)
R 135 of 300 ~ 45%
G 58 of 300 ~ 19.33%
B 107 of 300 ~ 35.67%

%45
%19.33
%35.67

CMYK color model

#873A6B color CMYK value is (0,57,21,47).

  • cyan value is 0.00%
  • magenta value is 57.04%
  • yellow value is 20.74%
  • key color value is 47.06%
CMYK:
(0,57,21,47)
C0M57Y21K47 
(0%,57%,21%,47%)
(0.00/0.57/0.21/0.47)	

CMYK percentages

%0
%57.04
%20.74
%47.06

Codes

Color #873A6B in popluar color models

873A6B
RGB13558107
HSL322°39.90%37.84%
HSB/HSV322°57.04%52.94%
CMYK0.00%57.04%20.74%
47.06%

Color #873A6B in popluar number systems.

HEX873A6B
Decimal13558107
Binary100001111110101101011
Octal20772153

Shades and tints

Shades of #873A6B

#873A6B
(135,58,107)
#7B3562
(123,53,98)
#6F3059
(111,48,89)
#632B50
(99,43,80)
#572647
(87,38,71)
#4B213E
(75,33,62)
#3F1C35
(63,28,53)
#33172C
(51,23,44)
#271223
(39,18,35)
#1B0D1A
(27,13,26)
#0F0811
(15,8,17)
#000000
(0,0,0)

Tints of #873A6B

#873A6B
(135,58,107)
#914B78
(145,75,120)
#9B5C85
(155,92,133)
#A56D92
(165,109,146)
#AF7E9F
(175,126,159)
#B98FAC
(185,143,172)
#C3A0B9
(195,160,185)
#CDB1C6
(205,177,198)
#D7C2D3
(215,194,211)
#E1D3E0
(225,211,224)
#EBE4ED
(235,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #873A6B; }

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

This text font color is #873A6B.


Background Color

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

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

This div background color is #873A6B.


Border color

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

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

This div border color is #873A6B.


Opacity

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

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

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

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

This text has shadow with #873A6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #873A6B on black background.


Color preview on white background

This text has color #873A6B on white background.



Black color preview on #873A6B background

This text has black color on #873A6B background.


White color preview on #873A6B background

This text has white color on #873A6B background.