COLOR #859787

HEX: #859787
RGB: (133,151,135)

Color info

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

RGB color model

#859787 color RGB value is (133,151,135).

  • red value is 133;
  • green value is 151;
  • blue value is 135.
RGB:
(133,151,135)
(52%,59%,53%)

RGB channels and saturation

R 133 of 255 = 52%
G 151 of 255 = 59%
B 135 of 255 = 53%

133
151
135

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

Portions of RGB colors in percentages

R + G + B =
133 + 151 + 135 = 419 (100%)
R 133 of 419 ~ 31.74%
G 151 of 419 ~ 36.04%
B 135 of 419 ~ 32.22%

%31.74
%36.04
%32.22

CMYK color model

#859787 color CMYK value is (12,0,11,41).

  • cyan value is 11.92%
  • magenta value is 0.00%
  • yellow value is 10.60%
  • key color value is 40.78%
CMYK:
(12,0,11,41)
C12M0Y11K41 
(12%,0%,11%,41%)
(0.12/0.00/0.11/0.41)	

CMYK percentages

%11.92
%0
%10.6
%40.78

Codes

Color #859787 in popluar color models

859787
RGB133151135
HSL127°7.96%55.69%
HSB/HSV127°11.92%59.22%
CMYK11.92%0.00%10.60%
40.78%

Color #859787 in popluar number systems.

HEX859787
Decimal133151135
Binary100001011001011110000111
Octal205227207

Shades and tints

Shades of #859787

#859787
(133,151,135)
#798A7B
(121,138,123)
#6D7D6F
(109,125,111)
#617063
(97,112,99)
#556357
(85,99,87)
#49564B
(73,86,75)
#3D493F
(61,73,63)
#313C33
(49,60,51)
#252F27
(37,47,39)
#19221B
(25,34,27)
#0D150F
(13,21,15)
#000000
(0,0,0)

Tints of #859787

#859787
(133,151,135)
#90A091
(144,160,145)
#9BA99B
(155,169,155)
#A6B2A5
(166,178,165)
#B1BBAF
(177,187,175)
#BCC4B9
(188,196,185)
#C7CDC3
(199,205,195)
#D2D6CD
(210,214,205)
#DDDFD7
(221,223,215)
#E8E8E1
(232,232,225)
#F3F1EB
(243,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #859787; }

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

This text font color is #859787.


Background Color

.myBgColor { background-color: #859787; }

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

This div background color is #859787.


Border color

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

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

This div border color is #859787.


Opacity

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

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

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

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

This text has shadow with #859787 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859787 on black background.


Color preview on white background

This text has color #859787 on white background.



Black color preview on #859787 background

This text has black color on #859787 background.


White color preview on #859787 background

This text has white color on #859787 background.