COLOR #878583

HEX: #878583 RGB: (135,133,131)

Color info

#878583 contains red, green and blue colors in about the same proportion. Web safe color of #878583 is #999999 (or #999).

RGB color model

#878583 color RGB value is (135,133,131).

RGB: (135,133,131) (53%, 52%, 51%)

RGB channels and saturation

R 135 of 255 = 53%
G 133 of 255 = 52%
B 131 of 255 = 51%

135
133
131

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

Portions of RGB colors in percentages

R + G + B = 135 + 133 + 131 = 399 (100%)
R 135 of 399 ~ 33.83%
G 133 of 399 ~ 33.33%
B 131 of 399 ~ 32.83'%

%33.83
%33.33
%32.83

CMYK color model

#878583 color CMYK value is (0,1,3,47).

  • cyan value is 0.00%
  • magenta value is 1.48%
  • yellow value is 2.96%
  • key color value is 47.06%

CMYK: (0,1,3,47)
C0M1Y3K47 (0%, 1%, 3%, 47%)
(0.00 / 0.01 / 0.03 / 0.47)

CMYK percentages

%0
%1.48
%2.96
%47.06

Codes

Color #878583 in popluar color models

87 85 83
RGB 135 133 131
HSL 30° 1.64% 52.16%
HSB/HSV 30° 2.96% 52.94%
CMYK 0.00% 1.48% 2.96%
47.06%

Color #878583 in popluar number systems.

HEX 87 85 83
Decimal 135 133 131
Binary 10000111 10000101 10000011
Octal 207 205 203

Shades and tints

Shades of #878583

#878583
(135,133,131)
#7B7978
(123,121,120)
#6F6D6D
(111,109,109)
#636162
(99,97,98)
#575557
(87,85,87)
#4B494C
(75,73,76)
#3F3D41
(63,61,65)
#333136
(51,49,54)
#27252B
(39,37,43)
#1B1920
(27,25,32)
#0F0D15
(15,13,21)
#000000
(0,0,0)

Tints of #878583

#878583
(135,133,131)
#91908E
(145,144,142)
#9B9B99
(155,155,153)
#A5A6A4
(165,166,164)
#AFB1AF
(175,177,175)
#B9BCBA
(185,188,186)
#C3C7C5
(195,199,197)
#CDD2D0
(205,210,208)
#D7DDDB
(215,221,219)
#E1E8E6
(225,232,230)
#EBF3F1
(235,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878583; }

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

This text font color is #878583.

Background Color

.myBgColor { background-color: #878583; }

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

This div background color is #878583.

Border color

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

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

This div border color is #878583.

Opacity

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

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

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

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

This text has shadow with #878583 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #878583.

Preview

Color preview on black background

This text has color #878583 on black background.


Color preview on white background

This text has color #878583 on white background.


Black color preview on #878583 background

This text has black color on #878583 background.


White color preview on #878583 background

This text has white color on #878583 background.


Related colors

Complementary color

Complementary color for #hex is #787A7C.


I love getcolorcode.com

Triadic colors

1 #838785 and #858387 with #878583 are triadic colors.

2 #838587 and #858783 with #878583 are triadic colors.