COLOR #858873

HEX: #858873
RGB: (133,136,115)

Color info

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

RGB color model

#858873 color RGB value is (133,136,115).

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

RGB channels and saturation

R 133 of 255 = 52%
G 136 of 255 = 53%
B 115 of 255 = 45%

133
136
115

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

Portions of RGB colors in percentages

R + G + B =
133 + 136 + 115 = 384 (100%)
R 133 of 384 ~ 34.64%
G 136 of 384 ~ 35.42%
B 115 of 384 ~ 29.95%

%34.64
%35.42
%29.95

CMYK color model

#858873 color CMYK value is (2,0,15,47).

  • cyan value is 2.21%
  • magenta value is 0.00%
  • yellow value is 15.44%
  • key color value is 46.67%
CMYK:
(2,0,15,47)
C2M0Y15K47 
(2%,0%,15%,47%)
(0.02/0.00/0.15/0.47)	

CMYK percentages

%2.21
%0
%15.44
%46.67

Codes

Color #858873 in popluar color models

858873
RGB133136115
HSL69°8.37%49.22%
HSB/HSV69°15.44%53.33%
CMYK2.21%0.00%15.44%
46.67%

Color #858873 in popluar number systems.

HEX858873
Decimal133136115
Binary10000101100010001110011
Octal205210163

Shades and tints

Shades of #858873

#858873
(133,136,115)
#797C69
(121,124,105)
#6D705F
(109,112,95)
#616455
(97,100,85)
#55584B
(85,88,75)
#494C41
(73,76,65)
#3D4037
(61,64,55)
#31342D
(49,52,45)
#252823
(37,40,35)
#191C19
(25,28,25)
#0D100F
(13,16,15)
#000000
(0,0,0)

Tints of #858873

#858873
(133,136,115)
#90927F
(144,146,127)
#9B9C8B
(155,156,139)
#A6A697
(166,166,151)
#B1B0A3
(177,176,163)
#BCBAAF
(188,186,175)
#C7C4BB
(199,196,187)
#D2CEC7
(210,206,199)
#DDD8D3
(221,216,211)
#E8E2DF
(232,226,223)
#F3ECEB
(243,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858873; }

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

This text font color is #858873.


Background Color

.myBgColor { background-color: #858873; }

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

This div background color is #858873.


Border color

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

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

This div border color is #858873.


Opacity

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

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

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

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

This text has shadow with #858873 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858873 on black background.


Color preview on white background

This text has color #858873 on white background.



Black color preview on #858873 background

This text has black color on #858873 background.


White color preview on #858873 background

This text has white color on #858873 background.