COLOR #876483

HEX: #876483
RGB: (135,100,131)

Color info

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

RGB color model

#876483 color RGB value is (135,100,131).

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

RGB channels and saturation

R 135 of 255 = 53%
G 100 of 255 = 39%
B 131 of 255 = 51%

135
100
131

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

Portions of RGB colors in percentages

R + G + B =
135 + 100 + 131 = 366 (100%)
R 135 of 366 ~ 36.89%
G 100 of 366 ~ 27.32%
B 131 of 366 ~ 35.79%

%36.89
%27.32
%35.79

CMYK color model

#876483 color CMYK value is (0,26,3,47).

  • cyan value is 0.00%
  • magenta value is 25.93%
  • yellow value is 2.96%
  • key color value is 47.06%
CMYK:
(0,26,3,47)
C0M26Y3K47 
(0%,26%,3%,47%)
(0.00/0.26/0.03/0.47)	

CMYK percentages

%0
%25.93
%2.96
%47.06

Codes

Color #876483 in popluar color models

876483
RGB135100131
HSL307°14.89%46.08%
HSB/HSV307°25.93%52.94%
CMYK0.00%25.93%2.96%
47.06%

Color #876483 in popluar number systems.

HEX876483
Decimal135100131
Binary10000111110010010000011
Octal207144203

Shades and tints

Shades of #876483

#876483
(135,100,131)
#7B5B78
(123,91,120)
#6F526D
(111,82,109)
#634962
(99,73,98)
#574057
(87,64,87)
#4B374C
(75,55,76)
#3F2E41
(63,46,65)
#332536
(51,37,54)
#271C2B
(39,28,43)
#1B1320
(27,19,32)
#0F0A15
(15,10,21)
#000000
(0,0,0)

Tints of #876483

#876483
(135,100,131)
#91728E
(145,114,142)
#9B8099
(155,128,153)
#A58EA4
(165,142,164)
#AF9CAF
(175,156,175)
#B9AABA
(185,170,186)
#C3B8C5
(195,184,197)
#CDC6D0
(205,198,208)
#D7D4DB
(215,212,219)
#E1E2E6
(225,226,230)
#EBF0F1
(235,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876483; }

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

This text font color is #876483.


Background Color

.myBgColor { background-color: #876483; }

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

This div background color is #876483.


Border color

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

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

This div border color is #876483.


Opacity

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

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

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

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

This text has shadow with #876483 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876483 on black background.


Color preview on white background

This text has color #876483 on white background.



Black color preview on #876483 background

This text has black color on #876483 background.


White color preview on #876483 background

This text has white color on #876483 background.