COLOR #858F57

HEX: #858F57
RGB: (133,143,87)

Color info

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

RGB color model

#858F57 color RGB value is (133,143,87).

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

RGB channels and saturation

R 133 of 255 = 52%
G 143 of 255 = 56%
B 87 of 255 = 34%

133
143
87

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

Portions of RGB colors in percentages

R + G + B =
133 + 143 + 87 = 363 (100%)
R 133 of 363 ~ 36.64%
G 143 of 363 ~ 39.39%
B 87 of 363 ~ 23.97%

%36.64
%39.39
%23.97

CMYK color model

#858F57 color CMYK value is (7,0,39,44).

  • cyan value is 6.99%
  • magenta value is 0.00%
  • yellow value is 39.16%
  • key color value is 43.92%
CMYK:
(7,0,39,44)
C7M0Y39K44 
(7%,0%,39%,44%)
(0.07/0.00/0.39/0.44)	

CMYK percentages

%6.99
%0
%39.16
%43.92

Codes

Color #858F57 in popluar color models

858F57
RGB13314387
HSL71°24.35%45.10%
HSB/HSV71°39.16%56.08%
CMYK6.99%0.00%39.16%
43.92%

Color #858F57 in popluar number systems.

HEX858F57
Decimal13314387
Binary10000101100011111010111
Octal205217127

Shades and tints

Shades of #858F57

#858F57
(133,143,87)
#798250
(121,130,80)
#6D7549
(109,117,73)
#616842
(97,104,66)
#555B3B
(85,91,59)
#494E34
(73,78,52)
#3D412D
(61,65,45)
#313426
(49,52,38)
#25271F
(37,39,31)
#191A18
(25,26,24)
#0D0D11
(13,13,17)
#000000
(0,0,0)

Tints of #858F57

#858F57
(133,143,87)
#909966
(144,153,102)
#9BA375
(155,163,117)
#A6AD84
(166,173,132)
#B1B793
(177,183,147)
#BCC1A2
(188,193,162)
#C7CBB1
(199,203,177)
#D2D5C0
(210,213,192)
#DDDFCF
(221,223,207)
#E8E9DE
(232,233,222)
#F3F3ED
(243,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858F57; }

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

This text font color is #858F57.


Background Color

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

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

This div background color is #858F57.


Border color

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

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

This div border color is #858F57.


Opacity

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

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

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

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

This text has shadow with #858F57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858F57 on black background.


Color preview on white background

This text has color #858F57 on white background.



Black color preview on #858F57 background

This text has black color on #858F57 background.


White color preview on #858F57 background

This text has white color on #858F57 background.