COLOR #858971

HEX: #858971
RGB: (133,137,113)

Color info

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

RGB color model

#858971 color RGB value is (133,137,113).

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

RGB channels and saturation

R 133 of 255 = 52%
G 137 of 255 = 54%
B 113 of 255 = 44%

133
137
113

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

Portions of RGB colors in percentages

R + G + B =
133 + 137 + 113 = 383 (100%)
R 133 of 383 ~ 34.73%
G 137 of 383 ~ 35.77%
B 113 of 383 ~ 29.5%

%34.73
%35.77
%29.5

CMYK color model

#858971 color CMYK value is (3,0,18,46).

  • cyan value is 2.92%
  • magenta value is 0.00%
  • yellow value is 17.52%
  • key color value is 46.27%
CMYK:
(3,0,18,46)
C3M0Y18K46 
(3%,0%,18%,46%)
(0.03/0.00/0.18/0.46)	

CMYK percentages

%2.92
%0
%17.52
%46.27

Codes

Color #858971 in popluar color models

858971
RGB133137113
HSL70°9.60%49.02%
HSB/HSV70°17.52%53.73%
CMYK2.92%0.00%17.52%
46.27%

Color #858971 in popluar number systems.

HEX858971
Decimal133137113
Binary10000101100010011110001
Octal205211161

Shades and tints

Shades of #858971

#858971
(133,137,113)
#797D67
(121,125,103)
#6D715D
(109,113,93)
#616553
(97,101,83)
#555949
(85,89,73)
#494D3F
(73,77,63)
#3D4135
(61,65,53)
#31352B
(49,53,43)
#252921
(37,41,33)
#191D17
(25,29,23)
#0D110D
(13,17,13)
#000000
(0,0,0)

Tints of #858971

#858971
(133,137,113)
#90937D
(144,147,125)
#9B9D89
(155,157,137)
#A6A795
(166,167,149)
#B1B1A1
(177,177,161)
#BCBBAD
(188,187,173)
#C7C5B9
(199,197,185)
#D2CFC5
(210,207,197)
#DDD9D1
(221,217,209)
#E8E3DD
(232,227,221)
#F3EDE9
(243,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858971; }

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

This text font color is #858971.


Background Color

.myBgColor { background-color: #858971; }

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

This div background color is #858971.


Border color

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

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

This div border color is #858971.


Opacity

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

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

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

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

This text has shadow with #858971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858971 on black background.


Color preview on white background

This text has color #858971 on white background.



Black color preview on #858971 background

This text has black color on #858971 background.


White color preview on #858971 background

This text has white color on #858971 background.