COLOR #859A87

HEX: #859A87
RGB: (133,154,135)

Color info

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

RGB color model

#859A87 color RGB value is (133,154,135).

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

RGB channels and saturation

R 133 of 255 = 52%
G 154 of 255 = 60%
B 135 of 255 = 53%

133
154
135

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

Portions of RGB colors in percentages

R + G + B =
133 + 154 + 135 = 422 (100%)
R 133 of 422 ~ 31.52%
G 154 of 422 ~ 36.49%
B 135 of 422 ~ 31.99%

%31.52
%36.49
%31.99

CMYK color model

#859A87 color CMYK value is (14,0,12,40).

  • cyan value is 13.64%
  • magenta value is 0.00%
  • yellow value is 12.34%
  • key color value is 39.61%
CMYK:
(14,0,12,40)
C14M0Y12K40 
(14%,0%,12%,40%)
(0.14/0.00/0.12/0.40)	

CMYK percentages

%13.64
%0
%12.34
%39.61

Codes

Color #859A87 in popluar color models

859A87
RGB133154135
HSL126°9.42%56.27%
HSB/HSV126°13.64%60.39%
CMYK13.64%0.00%12.34%
39.61%

Color #859A87 in popluar number systems.

HEX859A87
Decimal133154135
Binary100001011001101010000111
Octal205232207

Shades and tints

Shades of #859A87

#859A87
(133,154,135)
#798C7B
(121,140,123)
#6D7E6F
(109,126,111)
#617063
(97,112,99)
#556257
(85,98,87)
#49544B
(73,84,75)
#3D463F
(61,70,63)
#313833
(49,56,51)
#252A27
(37,42,39)
#191C1B
(25,28,27)
#0D0E0F
(13,14,15)
#000000
(0,0,0)

Tints of #859A87

#859A87
(133,154,135)
#90A391
(144,163,145)
#9BAC9B
(155,172,155)
#A6B5A5
(166,181,165)
#B1BEAF
(177,190,175)
#BCC7B9
(188,199,185)
#C7D0C3
(199,208,195)
#D2D9CD
(210,217,205)
#DDE2D7
(221,226,215)
#E8EBE1
(232,235,225)
#F3F4EB
(243,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #859A87; }

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

This text font color is #859A87.


Background Color

.myBgColor { background-color: #859A87; }

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

This div background color is #859A87.


Border color

.myBorderColor { border: 1px solid #859A87; }

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

This div border color is #859A87.


Opacity

.myOpacity80 { color: #859A87; opacity: 0.8; }

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

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

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

This text has shadow with #859A87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859A87 on black background.


Color preview on white background

This text has color #859A87 on white background.



Black color preview on #859A87 background

This text has black color on #859A87 background.


White color preview on #859A87 background

This text has white color on #859A87 background.