COLOR #858871

HEX: #858871
RGB: (133,136,113)

Color info

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

RGB color model

#858871 color RGB value is (133,136,113).

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

RGB channels and saturation

R 133 of 255 = 52%
G 136 of 255 = 53%
B 113 of 255 = 44%

133
136
113

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

Portions of RGB colors in percentages

R + G + B =
133 + 136 + 113 = 382 (100%)
R 133 of 382 ~ 34.82%
G 136 of 382 ~ 35.6%
B 113 of 382 ~ 29.58%

%34.82
%35.6
%29.58

CMYK color model

#858871 color CMYK value is (2,0,17,47).

  • cyan value is 2.21%
  • magenta value is 0.00%
  • yellow value is 16.91%
  • key color value is 46.67%
CMYK:
(2,0,17,47)
C2M0Y17K47 
(2%,0%,17%,47%)
(0.02/0.00/0.17/0.47)	

CMYK percentages

%2.21
%0
%16.91
%46.67

Codes

Color #858871 in popluar color models

858871
RGB133136113
HSL68°9.24%48.82%
HSB/HSV68°16.91%53.33%
CMYK2.21%0.00%16.91%
46.67%

Color #858871 in popluar number systems.

HEX858871
Decimal133136113
Binary10000101100010001110001
Octal205210161

Shades and tints

Shades of #858871

#858871
(133,136,113)
#797C67
(121,124,103)
#6D705D
(109,112,93)
#616453
(97,100,83)
#555849
(85,88,73)
#494C3F
(73,76,63)
#3D4035
(61,64,53)
#31342B
(49,52,43)
#252821
(37,40,33)
#191C17
(25,28,23)
#0D100D
(13,16,13)
#000000
(0,0,0)

Tints of #858871

#858871
(133,136,113)
#90927D
(144,146,125)
#9B9C89
(155,156,137)
#A6A695
(166,166,149)
#B1B0A1
(177,176,161)
#BCBAAD
(188,186,173)
#C7C4B9
(199,196,185)
#D2CEC5
(210,206,197)
#DDD8D1
(221,216,209)
#E8E2DD
(232,226,221)
#F3ECE9
(243,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858871; }

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

This text font color is #858871.


Background Color

.myBgColor { background-color: #858871; }

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

This div background color is #858871.


Border color

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

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

This div border color is #858871.


Opacity

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

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

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

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

This text has shadow with #858871 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858871 on black background.


Color preview on white background

This text has color #858871 on white background.



Black color preview on #858871 background

This text has black color on #858871 background.


White color preview on #858871 background

This text has white color on #858871 background.