COLOR #876083

HEX: #876083
RGB: (135,96,131)

Color info

#876083 contains red, green and blue colors in about the same proportion. Web safe color of #876083 is #996699 (or #969).

RGB color model

#876083 color RGB value is (135,96,131).

  • red value is 135;
  • green value is 96;
  • blue value is 131.
RGB:
(135,96,131)
(53%,38%,51%)

RGB channels and saturation

R 135 of 255 = 53%
G 96 of 255 = 38%
B 131 of 255 = 51%

135
96
131

R + G + B ~ 47%. #876083 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 96 + 131 = 362 (100%)
R 135 of 362 ~ 37.29%
G 96 of 362 ~ 26.52%
B 131 of 362 ~ 36.19%

%37.29
%26.52
%36.19

CMYK color model

#876083 color CMYK value is (0,29,3,47).

  • cyan value is 0.00%
  • magenta value is 28.89%
  • yellow value is 2.96%
  • key color value is 47.06%
CMYK:
(0,29,3,47)
C0M29Y3K47 
(0%,29%,3%,47%)
(0.00/0.29/0.03/0.47)	

CMYK percentages

%0
%28.89
%2.96
%47.06

Codes

Color #876083 in popluar color models

876083
RGB13596131
HSL306°16.88%45.29%
HSB/HSV306°28.89%52.94%
CMYK0.00%28.89%2.96%
47.06%

Color #876083 in popluar number systems.

HEX876083
Decimal13596131
Binary10000111110000010000011
Octal207140203

Shades and tints

Shades of #876083

#876083
(135,96,131)
#7B5878
(123,88,120)
#6F506D
(111,80,109)
#634862
(99,72,98)
#574057
(87,64,87)
#4B384C
(75,56,76)
#3F3041
(63,48,65)
#332836
(51,40,54)
#27202B
(39,32,43)
#1B1820
(27,24,32)
#0F1015
(15,16,21)
#000000
(0,0,0)

Tints of #876083

#876083
(135,96,131)
#916E8E
(145,110,142)
#9B7C99
(155,124,153)
#A58AA4
(165,138,164)
#AF98AF
(175,152,175)
#B9A6BA
(185,166,186)
#C3B4C5
(195,180,197)
#CDC2D0
(205,194,208)
#D7D0DB
(215,208,219)
#E1DEE6
(225,222,230)
#EBECF1
(235,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876083 color. Also use rgb(135,96,131) instead hex code.

Text Font Color

.myTextColor { color: #876083; }

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

This text font color is #876083.


Background Color

.myBgColor { background-color: #876083; }

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

This div background color is #876083.


Border color

.myBorderColor { border: 1px solid #876083; }

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

This div border color is #876083.


Opacity

.myOpacity80 { color: #876083; opacity: 0.8; }

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

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

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

This text has shadow with #876083 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876083 on black background.


Color preview on white background

This text has color #876083 on white background.



Black color preview on #876083 background

This text has black color on #876083 background.


White color preview on #876083 background

This text has white color on #876083 background.