COLOR #859589

HEX: #859589
RGB: (133,149,137)

Color info

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

RGB color model

#859589 color RGB value is (133,149,137).

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

RGB channels and saturation

R 133 of 255 = 52%
G 149 of 255 = 58%
B 137 of 255 = 54%

133
149
137

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

Portions of RGB colors in percentages

R + G + B =
133 + 149 + 137 = 419 (100%)
R 133 of 419 ~ 31.74%
G 149 of 419 ~ 35.56%
B 137 of 419 ~ 32.7%

%31.74
%35.56
%32.7

CMYK color model

#859589 color CMYK value is (11,0,8,42).

  • cyan value is 10.74%
  • magenta value is 0.00%
  • yellow value is 8.05%
  • key color value is 41.57%
CMYK:
(11,0,8,42)
C11M0Y8K42 
(11%,0%,8%,42%)
(0.11/0.00/0.08/0.42)	

CMYK percentages

%10.74
%0
%8.05
%41.57

Codes

Color #859589 in popluar color models

859589
RGB133149137
HSL135°7.02%55.29%
HSB/HSV135°10.74%58.43%
CMYK10.74%0.00%8.05%
41.57%

Color #859589 in popluar number systems.

HEX859589
Decimal133149137
Binary100001011001010110001001
Octal205225211

Shades and tints

Shades of #859589

#859589
(133,149,137)
#79887D
(121,136,125)
#6D7B71
(109,123,113)
#616E65
(97,110,101)
#556159
(85,97,89)
#49544D
(73,84,77)
#3D4741
(61,71,65)
#313A35
(49,58,53)
#252D29
(37,45,41)
#19201D
(25,32,29)
#0D1311
(13,19,17)
#000000
(0,0,0)

Tints of #859589

#859589
(133,149,137)
#909E93
(144,158,147)
#9BA79D
(155,167,157)
#A6B0A7
(166,176,167)
#B1B9B1
(177,185,177)
#BCC2BB
(188,194,187)
#C7CBC5
(199,203,197)
#D2D4CF
(210,212,207)
#DDDDD9
(221,221,217)
#E8E6E3
(232,230,227)
#F3EFED
(243,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #859589; }

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

This text font color is #859589.


Background Color

.myBgColor { background-color: #859589; }

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

This div background color is #859589.


Border color

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

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

This div border color is #859589.


Opacity

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

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

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

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

This text has shadow with #859589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859589 on black background.


Color preview on white background

This text has color #859589 on white background.



Black color preview on #859589 background

This text has black color on #859589 background.


White color preview on #859589 background

This text has white color on #859589 background.