COLOR #859F88

HEX: #859F88
RGB: (133,159,136)

Color info

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

RGB color model

#859F88 color RGB value is (133,159,136).

  • red value is 133;
  • green value is 159;
  • blue value is 136.
RGB:
(133,159,136)
(52%,62%,53%)

RGB channels and saturation

R 133 of 255 = 52%
G 159 of 255 = 62%
B 136 of 255 = 53%

133
159
136

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

Portions of RGB colors in percentages

R + G + B =
133 + 159 + 136 = 428 (100%)
R 133 of 428 ~ 31.07%
G 159 of 428 ~ 37.15%
B 136 of 428 ~ 31.78%

%31.07
%37.15
%31.78

CMYK color model

#859F88 color CMYK value is (16,0,14,38).

  • cyan value is 16.35%
  • magenta value is 0.00%
  • yellow value is 14.47%
  • key color value is 37.65%
CMYK:
(16,0,14,38)
C16M0Y14K38 
(16%,0%,14%,38%)
(0.16/0.00/0.14/0.38)	

CMYK percentages

%16.35
%0
%14.47
%37.65

Codes

Color #859F88 in popluar color models

859F88
RGB133159136
HSL127°11.93%57.25%
HSB/HSV127°16.35%62.35%
CMYK16.35%0.00%14.47%
37.65%

Color #859F88 in popluar number systems.

HEX859F88
Decimal133159136
Binary100001011001111110001000
Octal205237210

Shades and tints

Shades of #859F88

#859F88
(133,159,136)
#79917C
(121,145,124)
#6D8370
(109,131,112)
#617564
(97,117,100)
#556758
(85,103,88)
#49594C
(73,89,76)
#3D4B40
(61,75,64)
#313D34
(49,61,52)
#252F28
(37,47,40)
#19211C
(25,33,28)
#0D1310
(13,19,16)
#000000
(0,0,0)

Tints of #859F88

#859F88
(133,159,136)
#90A792
(144,167,146)
#9BAF9C
(155,175,156)
#A6B7A6
(166,183,166)
#B1BFB0
(177,191,176)
#BCC7BA
(188,199,186)
#C7CFC4
(199,207,196)
#D2D7CE
(210,215,206)
#DDDFD8
(221,223,216)
#E8E7E2
(232,231,226)
#F3EFEC
(243,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #859F88 color. Also use rgb(133,159,136) instead hex code.

Text Font Color

.myTextColor { color: #859F88; }

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

This text font color is #859F88.


Background Color

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

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

This div background color is #859F88.


Border color

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

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

This div border color is #859F88.


Opacity

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

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

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

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

This text has shadow with #859F88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859F88 on black background.


Color preview on white background

This text has color #859F88 on white background.



Black color preview on #859F88 background

This text has black color on #859F88 background.


White color preview on #859F88 background

This text has white color on #859F88 background.