COLOR #873E6B

HEX: #873E6B
RGB: (135,62,107)

Color info

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

RGB color model

#873E6B color RGB value is (135,62,107).

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

RGB channels and saturation

R 135 of 255 = 53%
G 62 of 255 = 24%
B 107 of 255 = 42%

135
62
107

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

Portions of RGB colors in percentages

R + G + B =
135 + 62 + 107 = 304 (100%)
R 135 of 304 ~ 44.41%
G 62 of 304 ~ 20.39%
B 107 of 304 ~ 35.2%

%44.41
%20.39
%35.2

CMYK color model

#873E6B color CMYK value is (0,54,21,47).

  • cyan value is 0.00%
  • magenta value is 54.07%
  • yellow value is 20.74%
  • key color value is 47.06%
CMYK:
(0,54,21,47)
C0M54Y21K47 
(0%,54%,21%,47%)
(0.00/0.54/0.21/0.47)	

CMYK percentages

%0
%54.07
%20.74
%47.06

Codes

Color #873E6B in popluar color models

873E6B
RGB13562107
HSL323°37.06%38.63%
HSB/HSV323°54.07%52.94%
CMYK0.00%54.07%20.74%
47.06%

Color #873E6B in popluar number systems.

HEX873E6B
Decimal13562107
Binary100001111111101101011
Octal20776153

Shades and tints

Shades of #873E6B

#873E6B
(135,62,107)
#7B3962
(123,57,98)
#6F3459
(111,52,89)
#632F50
(99,47,80)
#572A47
(87,42,71)
#4B253E
(75,37,62)
#3F2035
(63,32,53)
#331B2C
(51,27,44)
#271623
(39,22,35)
#1B111A
(27,17,26)
#0F0C11
(15,12,17)
#000000
(0,0,0)

Tints of #873E6B

#873E6B
(135,62,107)
#914F78
(145,79,120)
#9B6085
(155,96,133)
#A57192
(165,113,146)
#AF829F
(175,130,159)
#B993AC
(185,147,172)
#C3A4B9
(195,164,185)
#CDB5C6
(205,181,198)
#D7C6D3
(215,198,211)
#E1D7E0
(225,215,224)
#EBE8ED
(235,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #873E6B; }

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

This text font color is #873E6B.


Background Color

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

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

This div background color is #873E6B.


Border color

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

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

This div border color is #873E6B.


Opacity

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

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

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

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

This text has shadow with #873E6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #873E6B on black background.


Color preview on white background

This text has color #873E6B on white background.



Black color preview on #873E6B background

This text has black color on #873E6B background.


White color preview on #873E6B background

This text has white color on #873E6B background.