COLOR #859884

HEX: #859884
RGB: (133,152,132)

Color info

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

RGB color model

#859884 color RGB value is (133,152,132).

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

RGB channels and saturation

R 133 of 255 = 52%
G 152 of 255 = 60%
B 132 of 255 = 52%

133
152
132

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

Portions of RGB colors in percentages

R + G + B =
133 + 152 + 132 = 417 (100%)
R 133 of 417 ~ 31.89%
G 152 of 417 ~ 36.45%
B 132 of 417 ~ 31.65%

%31.89
%36.45
%31.65

CMYK color model

#859884 color CMYK value is (13,0,13,40).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 13.16%
  • key color value is 40.39%
CMYK:
(13,0,13,40)
C13M0Y13K40 
(13%,0%,13%,40%)
(0.13/0.00/0.13/0.40)	

CMYK percentages

%12.5
%0
%13.16
%40.39

Codes

Color #859884 in popluar color models

859884
RGB133152132
HSL117°8.85%55.69%
HSB/HSV117°13.16%59.61%
CMYK12.50%0.00%13.16%
40.39%

Color #859884 in popluar number systems.

HEX859884
Decimal133152132
Binary100001011001100010000100
Octal205230204

Shades and tints

Shades of #859884

#859884
(133,152,132)
#798B78
(121,139,120)
#6D7E6C
(109,126,108)
#617160
(97,113,96)
#556454
(85,100,84)
#495748
(73,87,72)
#3D4A3C
(61,74,60)
#313D30
(49,61,48)
#253024
(37,48,36)
#192318
(25,35,24)
#0D160C
(13,22,12)
#000000
(0,0,0)

Tints of #859884

#859884
(133,152,132)
#90A18F
(144,161,143)
#9BAA9A
(155,170,154)
#A6B3A5
(166,179,165)
#B1BCB0
(177,188,176)
#BCC5BB
(188,197,187)
#C7CEC6
(199,206,198)
#D2D7D1
(210,215,209)
#DDE0DC
(221,224,220)
#E8E9E7
(232,233,231)
#F3F2F2
(243,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #859884; }

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

This text font color is #859884.


Background Color

.myBgColor { background-color: #859884; }

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

This div background color is #859884.


Border color

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

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

This div border color is #859884.


Opacity

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

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

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

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

This text has shadow with #859884 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859884 on black background.


Color preview on white background

This text has color #859884 on white background.



Black color preview on #859884 background

This text has black color on #859884 background.


White color preview on #859884 background

This text has white color on #859884 background.