COLOR #858F5B

HEX: #858F5B
RGB: (133,143,91)

Color info

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

RGB color model

#858F5B color RGB value is (133,143,91).

  • red value is 133;
  • green value is 143;
  • blue value is 91.
RGB:
(133,143,91)
(52%,56%,36%)

RGB channels and saturation

R 133 of 255 = 52%
G 143 of 255 = 56%
B 91 of 255 = 36%

133
143
91

R + G + B ~ 48%. #858F5B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 143 + 91 = 367 (100%)
R 133 of 367 ~ 36.24%
G 143 of 367 ~ 38.96%
B 91 of 367 ~ 24.8%

%36.24
%38.96
%24.8

CMYK color model

#858F5B color CMYK value is (7,0,36,44).

  • cyan value is 6.99%
  • magenta value is 0.00%
  • yellow value is 36.36%
  • key color value is 43.92%
CMYK:
(7,0,36,44)
C7M0Y36K44 
(7%,0%,36%,44%)
(0.07/0.00/0.36/0.44)	

CMYK percentages

%6.99
%0
%36.36
%43.92

Codes

Color #858F5B in popluar color models

858F5B
RGB13314391
HSL72°22.22%45.88%
HSB/HSV72°36.36%56.08%
CMYK6.99%0.00%36.36%
43.92%

Color #858F5B in popluar number systems.

HEX858F5B
Decimal13314391
Binary10000101100011111011011
Octal205217133

Shades and tints

Shades of #858F5B

#858F5B
(133,143,91)
#798253
(121,130,83)
#6D754B
(109,117,75)
#616843
(97,104,67)
#555B3B
(85,91,59)
#494E33
(73,78,51)
#3D412B
(61,65,43)
#313423
(49,52,35)
#25271B
(37,39,27)
#191A13
(25,26,19)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #858F5B

#858F5B
(133,143,91)
#909969
(144,153,105)
#9BA377
(155,163,119)
#A6AD85
(166,173,133)
#B1B793
(177,183,147)
#BCC1A1
(188,193,161)
#C7CBAF
(199,203,175)
#D2D5BD
(210,213,189)
#DDDFCB
(221,223,203)
#E8E9D9
(232,233,217)
#F3F3E7
(243,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #858F5B color. Also use rgb(133,143,91) instead hex code.

Text Font Color

.myTextColor { color: #858F5B; }

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

This text font color is #858F5B.


Background Color

.myBgColor { background-color: #858F5B; }

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

This div background color is #858F5B.


Border color

.myBorderColor { border: 1px solid #858F5B; }

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

This div border color is #858F5B.


Opacity

.myOpacity80 { color: #858F5B; opacity: 0.8; }

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

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

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

This text has shadow with #858F5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858F5B on black background.


Color preview on white background

This text has color #858F5B on white background.



Black color preview on #858F5B background

This text has black color on #858F5B background.


White color preview on #858F5B background

This text has white color on #858F5B background.