COLOR #859A95

HEX: #859A95
RGB: (133,154,149)

Color info

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

RGB color model

#859A95 color RGB value is (133,154,149).

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

RGB channels and saturation

R 133 of 255 = 52%
G 154 of 255 = 60%
B 149 of 255 = 58%

133
154
149

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

Portions of RGB colors in percentages

R + G + B =
133 + 154 + 149 = 436 (100%)
R 133 of 436 ~ 30.5%
G 154 of 436 ~ 35.32%
B 149 of 436 ~ 34.17%

%30.5
%35.32
%34.17

CMYK color model

#859A95 color CMYK value is (14,0,3,40).

  • cyan value is 13.64%
  • magenta value is 0.00%
  • yellow value is 3.25%
  • key color value is 39.61%
CMYK:
(14,0,3,40)
C14M0Y3K40 
(14%,0%,3%,40%)
(0.14/0.00/0.03/0.40)	

CMYK percentages

%13.64
%0
%3.25
%39.61

Codes

Color #859A95 in popluar color models

859A95
RGB133154149
HSL166°9.42%56.27%
HSB/HSV166°13.64%60.39%
CMYK13.64%0.00%3.25%
39.61%

Color #859A95 in popluar number systems.

HEX859A95
Decimal133154149
Binary100001011001101010010101
Octal205232225

Shades and tints

Shades of #859A95

#859A95
(133,154,149)
#798C88
(121,140,136)
#6D7E7B
(109,126,123)
#61706E
(97,112,110)
#556261
(85,98,97)
#495454
(73,84,84)
#3D4647
(61,70,71)
#31383A
(49,56,58)
#252A2D
(37,42,45)
#191C20
(25,28,32)
#0D0E13
(13,14,19)
#000000
(0,0,0)

Tints of #859A95

#859A95
(133,154,149)
#90A39E
(144,163,158)
#9BACA7
(155,172,167)
#A6B5B0
(166,181,176)
#B1BEB9
(177,190,185)
#BCC7C2
(188,199,194)
#C7D0CB
(199,208,203)
#D2D9D4
(210,217,212)
#DDE2DD
(221,226,221)
#E8EBE6
(232,235,230)
#F3F4EF
(243,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #859A95; }

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

This text font color is #859A95.


Background Color

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

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

This div background color is #859A95.


Border color

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

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

This div border color is #859A95.


Opacity

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

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

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

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

This text has shadow with #859A95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859A95 on black background.


Color preview on white background

This text has color #859A95 on white background.



Black color preview on #859A95 background

This text has black color on #859A95 background.


White color preview on #859A95 background

This text has white color on #859A95 background.