COLOR #859871

HEX: #859871
RGB: (133,152,113)

Color info

#859871 contains red, green and blue colors in about the same proportion. Web safe color of #859871 is #999966 (or #996).

RGB color model

#859871 color RGB value is (133,152,113).

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

RGB channels and saturation

R 133 of 255 = 52%
G 152 of 255 = 60%
B 113 of 255 = 44%

133
152
113

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

Portions of RGB colors in percentages

R + G + B =
133 + 152 + 113 = 398 (100%)
R 133 of 398 ~ 33.42%
G 152 of 398 ~ 38.19%
B 113 of 398 ~ 28.39%

%33.42
%38.19
%28.39

CMYK color model

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

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 25.66%
  • key color value is 40.39%
CMYK:
(13,0,26,40)
C13M0Y26K40 
(13%,0%,26%,40%)
(0.13/0.00/0.26/0.40)	

CMYK percentages

%12.5
%0
%25.66
%40.39

Codes

Color #859871 in popluar color models

859871
RGB133152113
HSL89°15.92%51.96%
HSB/HSV89°25.66%59.61%
CMYK12.50%0.00%25.66%
40.39%

Color #859871 in popluar number systems.

HEX859871
Decimal133152113
Binary10000101100110001110001
Octal205230161

Shades and tints

Shades of #859871

#859871
(133,152,113)
#798B67
(121,139,103)
#6D7E5D
(109,126,93)
#617153
(97,113,83)
#556449
(85,100,73)
#49573F
(73,87,63)
#3D4A35
(61,74,53)
#313D2B
(49,61,43)
#253021
(37,48,33)
#192317
(25,35,23)
#0D160D
(13,22,13)
#000000
(0,0,0)

Tints of #859871

#859871
(133,152,113)
#90A17D
(144,161,125)
#9BAA89
(155,170,137)
#A6B395
(166,179,149)
#B1BCA1
(177,188,161)
#BCC5AD
(188,197,173)
#C7CEB9
(199,206,185)
#D2D7C5
(210,215,197)
#DDE0D1
(221,224,209)
#E8E9DD
(232,233,221)
#F3F2E9
(243,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #859871; }

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

This text font color is #859871.


Background Color

.myBgColor { background-color: #859871; }

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

This div background color is #859871.


Border color

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

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

This div border color is #859871.


Opacity

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

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

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

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

This text has shadow with #859871 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859871 on black background.


Color preview on white background

This text has color #859871 on white background.



Black color preview on #859871 background

This text has black color on #859871 background.


White color preview on #859871 background

This text has white color on #859871 background.