COLOR #873E73

HEX: #873E73
RGB: (135,62,115)

Color info

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

RGB color model

#873E73 color RGB value is (135,62,115).

  • red value is 135;
  • green value is 62;
  • blue value is 115.
RGB:
(135,62,115)
(53%,24%,45%)

RGB channels and saturation

R 135 of 255 = 53%
G 62 of 255 = 24%
B 115 of 255 = 45%

135
62
115

R + G + B ~ 41%. #873E73 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 62 + 115 = 312 (100%)
R 135 of 312 ~ 43.27%
G 62 of 312 ~ 19.87%
B 115 of 312 ~ 36.86%

%43.27
%19.87
%36.86

CMYK color model

#873E73 color CMYK value is (0,54,15,47).

  • cyan value is 0.00%
  • magenta value is 54.07%
  • yellow value is 14.81%
  • key color value is 47.06%
CMYK:
(0,54,15,47)
C0M54Y15K47 
(0%,54%,15%,47%)
(0.00/0.54/0.15/0.47)	

CMYK percentages

%0
%54.07
%14.81
%47.06

Codes

Color #873E73 in popluar color models

873E73
RGB13562115
HSL316°37.06%38.63%
HSB/HSV316°54.07%52.94%
CMYK0.00%54.07%14.81%
47.06%

Color #873E73 in popluar number systems.

HEX873E73
Decimal13562115
Binary100001111111101110011
Octal20776163

Shades and tints

Shades of #873E73

#873E73
(135,62,115)
#7B3969
(123,57,105)
#6F345F
(111,52,95)
#632F55
(99,47,85)
#572A4B
(87,42,75)
#4B2541
(75,37,65)
#3F2037
(63,32,55)
#331B2D
(51,27,45)
#271623
(39,22,35)
#1B1119
(27,17,25)
#0F0C0F
(15,12,15)
#000000
(0,0,0)

Tints of #873E73

#873E73
(135,62,115)
#914F7F
(145,79,127)
#9B608B
(155,96,139)
#A57197
(165,113,151)
#AF82A3
(175,130,163)
#B993AF
(185,147,175)
#C3A4BB
(195,164,187)
#CDB5C7
(205,181,199)
#D7C6D3
(215,198,211)
#E1D7DF
(225,215,223)
#EBE8EB
(235,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #873E73 color. Also use rgb(135,62,115) instead hex code.

Text Font Color

.myTextColor { color: #873E73; }

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

This text font color is #873E73.


Background Color

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

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

This div background color is #873E73.


Border color

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

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

This div border color is #873E73.


Opacity

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

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

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

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

This text has shadow with #873E73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #873E73 on black background.


Color preview on white background

This text has color #873E73 on white background.



Black color preview on #873E73 background

This text has black color on #873E73 background.


White color preview on #873E73 background

This text has white color on #873E73 background.