COLOR #859882

HEX: #859882 RGB: (133,152,130)

Color info

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

RGB color model

#859882 color RGB value is (133,152,130).

RGB: (133,152,130) (52%, 60%, 51%)

RGB channels and saturation

R 133 of 255 = 52%
G 152 of 255 = 60%
B 130 of 255 = 51%

133
152
130

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

Portions of RGB colors in percentages

R + G + B = 133 + 152 + 130 = 415 (100%)
R 133 of 415 ~ 32.05%
G 152 of 415 ~ 36.63%
B 130 of 415 ~ 31.33'%

%32.05
%36.63
%31.33

CMYK color model

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

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 14.47%
  • key color value is 40.39%

CMYK: (13,0,14,40)
C13M0Y14K40 (13%, 0%, 14%, 40%)
(0.13 / 0.00 / 0.14 / 0.40)

CMYK percentages

%12.5
%0
%14.47
%40.39

Codes

Color #859882 in popluar color models

85 98 82
RGB 133 152 130
HSL 112° 9.65% 55.29%
HSB/HSV 112° 14.47% 59.61%
CMYK 12.50% 0.00% 14.47%
40.39%

Color #859882 in popluar number systems.

HEX 85 98 82
Decimal 133 152 130
Binary 10000101 10011000 10000010
Octal 205 230 202

Shades and tints

Shades of #859882

#859882
(133,152,130)
#798B77
(121,139,119)
#6D7E6C
(109,126,108)
#617161
(97,113,97)
#556456
(85,100,86)
#49574B
(73,87,75)
#3D4A40
(61,74,64)
#313D35
(49,61,53)
#25302A
(37,48,42)
#19231F
(25,35,31)
#0D1614
(13,22,20)
#000000
(0,0,0)

Tints of #859882

#859882
(133,152,130)
#90A18D
(144,161,141)
#9BAA98
(155,170,152)
#A6B3A3
(166,179,163)
#B1BCAE
(177,188,174)
#BCC5B9
(188,197,185)
#C7CEC4
(199,206,196)
#D2D7CF
(210,215,207)
#DDE0DA
(221,224,218)
#E8E9E5
(232,233,229)
#F3F2F0
(243,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #859882; }

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

This text font color is #859882.

Background Color

.myBgColor { background-color: #859882; }

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

This div background color is #859882.

Border color

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

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

This div border color is #859882.

Opacity

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

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

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

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

This text has shadow with #859882 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #859882.

Preview

Color preview on black background

This text has color #859882 on black background.


Color preview on white background

This text has color #859882 on white background.


Black color preview on #859882 background

This text has black color on #859882 background.


White color preview on #859882 background

This text has white color on #859882 background.


Related colors

Complementary color

Complementary color for #hex is #7A677D.


I love getcolorcode.com

Triadic colors

1 #828598 and #988285 with #859882 are triadic colors.

2 #829885 and #988582 with #859882 are triadic colors.