COLOR #859584

HEX: #859584
RGB: (133,149,132)

Color info

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

RGB color model

#859584 color RGB value is (133,149,132).

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

RGB channels and saturation

R 133 of 255 = 52%
G 149 of 255 = 58%
B 132 of 255 = 52%

133
149
132

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

Portions of RGB colors in percentages

R + G + B =
133 + 149 + 132 = 414 (100%)
R 133 of 414 ~ 32.13%
G 149 of 414 ~ 35.99%
B 132 of 414 ~ 31.88%

%32.13
%35.99
%31.88

CMYK color model

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

  • cyan value is 10.74%
  • magenta value is 0.00%
  • yellow value is 11.41%
  • key color value is 41.57%
CMYK:
(11,0,11,42)
C11M0Y11K42 
(11%,0%,11%,42%)
(0.11/0.00/0.11/0.42)	

CMYK percentages

%10.74
%0
%11.41
%41.57

Codes

Color #859584 in popluar color models

859584
RGB133149132
HSL116°7.42%55.10%
HSB/HSV116°11.41%58.43%
CMYK10.74%0.00%11.41%
41.57%

Color #859584 in popluar number systems.

HEX859584
Decimal133149132
Binary100001011001010110000100
Octal205225204

Shades and tints

Shades of #859584

#859584
(133,149,132)
#798878
(121,136,120)
#6D7B6C
(109,123,108)
#616E60
(97,110,96)
#556154
(85,97,84)
#495448
(73,84,72)
#3D473C
(61,71,60)
#313A30
(49,58,48)
#252D24
(37,45,36)
#192018
(25,32,24)
#0D130C
(13,19,12)
#000000
(0,0,0)

Tints of #859584

#859584
(133,149,132)
#909E8F
(144,158,143)
#9BA79A
(155,167,154)
#A6B0A5
(166,176,165)
#B1B9B0
(177,185,176)
#BCC2BB
(188,194,187)
#C7CBC6
(199,203,198)
#D2D4D1
(210,212,209)
#DDDDDC
(221,221,220)
#E8E6E7
(232,230,231)
#F3EFF2
(243,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #859584; }

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

This text font color is #859584.


Background Color

.myBgColor { background-color: #859584; }

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

This div background color is #859584.


Border color

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

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

This div border color is #859584.


Opacity

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

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

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

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

This text has shadow with #859584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859584 on black background.


Color preview on white background

This text has color #859584 on white background.



Black color preview on #859584 background

This text has black color on #859584 background.


White color preview on #859584 background

This text has white color on #859584 background.