COLOR #876282

HEX: #876282
RGB: (135,98,130)

Color info

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

RGB color model

#876282 color RGB value is (135,98,130).

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

RGB channels and saturation

R 135 of 255 = 53%
G 98 of 255 = 38%
B 130 of 255 = 51%

135
98
130

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

Portions of RGB colors in percentages

R + G + B =
135 + 98 + 130 = 363 (100%)
R 135 of 363 ~ 37.19%
G 98 of 363 ~ 27%
B 130 of 363 ~ 35.81%

%37.19
%27
%35.81

CMYK color model

#876282 color CMYK value is (0,27,4,47).

  • cyan value is 0.00%
  • magenta value is 27.41%
  • yellow value is 3.70%
  • key color value is 47.06%
CMYK:
(0,27,4,47)
C0M27Y4K47 
(0%,27%,4%,47%)
(0.00/0.27/0.04/0.47)	

CMYK percentages

%0
%27.41
%3.7
%47.06

Codes

Color #876282 in popluar color models

876282
RGB13598130
HSL308°15.88%45.69%
HSB/HSV308°27.41%52.94%
CMYK0.00%27.41%3.70%
47.06%

Color #876282 in popluar number systems.

HEX876282
Decimal13598130
Binary10000111110001010000010
Octal207142202

Shades and tints

Shades of #876282

#876282
(135,98,130)
#7B5A77
(123,90,119)
#6F526C
(111,82,108)
#634A61
(99,74,97)
#574256
(87,66,86)
#4B3A4B
(75,58,75)
#3F3240
(63,50,64)
#332A35
(51,42,53)
#27222A
(39,34,42)
#1B1A1F
(27,26,31)
#0F1214
(15,18,20)
#000000
(0,0,0)

Tints of #876282

#876282
(135,98,130)
#91708D
(145,112,141)
#9B7E98
(155,126,152)
#A58CA3
(165,140,163)
#AF9AAE
(175,154,174)
#B9A8B9
(185,168,185)
#C3B6C4
(195,182,196)
#CDC4CF
(205,196,207)
#D7D2DA
(215,210,218)
#E1E0E5
(225,224,229)
#EBEEF0
(235,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876282 color. Also use rgb(135,98,130) instead hex code.

Text Font Color

.myTextColor { color: #876282; }

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

This text font color is #876282.


Background Color

.myBgColor { background-color: #876282; }

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

This div background color is #876282.


Border color

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

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

This div border color is #876282.


Opacity

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

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

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

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

This text has shadow with #876282 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876282 on black background.


Color preview on white background

This text has color #876282 on white background.



Black color preview on #876282 background

This text has black color on #876282 background.


White color preview on #876282 background

This text has white color on #876282 background.