COLOR #873E74

HEX: #873E74
RGB: (135,62,116)

Color info

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

RGB color model

#873E74 color RGB value is (135,62,116).

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

RGB channels and saturation

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

135
62
116

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

Portions of RGB colors in percentages

R + G + B =
135 + 62 + 116 = 313 (100%)
R 135 of 313 ~ 43.13%
G 62 of 313 ~ 19.81%
B 116 of 313 ~ 37.06%

%43.13
%19.81
%37.06

CMYK color model

#873E74 color CMYK value is (0,54,14,47).

  • cyan value is 0.00%
  • magenta value is 54.07%
  • yellow value is 14.07%
  • key color value is 47.06%
CMYK:
(0,54,14,47)
C0M54Y14K47 
(0%,54%,14%,47%)
(0.00/0.54/0.14/0.47)	

CMYK percentages

%0
%54.07
%14.07
%47.06

Codes

Color #873E74 in popluar color models

873E74
RGB13562116
HSL316°37.06%38.63%
HSB/HSV316°54.07%52.94%
CMYK0.00%54.07%14.07%
47.06%

Color #873E74 in popluar number systems.

HEX873E74
Decimal13562116
Binary100001111111101110100
Octal20776164

Shades and tints

Shades of #873E74

#873E74
(135,62,116)
#7B396A
(123,57,106)
#6F3460
(111,52,96)
#632F56
(99,47,86)
#572A4C
(87,42,76)
#4B2542
(75,37,66)
#3F2038
(63,32,56)
#331B2E
(51,27,46)
#271624
(39,22,36)
#1B111A
(27,17,26)
#0F0C10
(15,12,16)
#000000
(0,0,0)

Tints of #873E74

#873E74
(135,62,116)
#914F80
(145,79,128)
#9B608C
(155,96,140)
#A57198
(165,113,152)
#AF82A4
(175,130,164)
#B993B0
(185,147,176)
#C3A4BC
(195,164,188)
#CDB5C8
(205,181,200)
#D7C6D4
(215,198,212)
#E1D7E0
(225,215,224)
#EBE8EC
(235,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #873E74; }

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

This text font color is #873E74.


Background Color

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

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

This div background color is #873E74.


Border color

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

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

This div border color is #873E74.


Opacity

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

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

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

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

This text has shadow with #873E74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #873E74 on black background.


Color preview on white background

This text has color #873E74 on white background.



Black color preview on #873E74 background

This text has black color on #873E74 background.


White color preview on #873E74 background

This text has white color on #873E74 background.