COLOR #858F85

HEX: #858F85 RGB: (133,143,133)

Color info

#858F85 contains red, green and blue colors in about the same proportion. Web safe color of #858F85 is #999999 (or #999).

RGB color model

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

RGB: (133,143,133) (52%, 56%, 52%)

RGB channels and saturation

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

133
143
133

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

Portions of RGB colors in percentages

R + G + B = 133 + 143 + 133 = 409 (100%)
R 133 of 409 ~ 32.52%
G 143 of 409 ~ 34.96%
B 133 of 409 ~ 32.52'%

%32.52
%34.96
%32.52

CMYK color model

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

  • cyan value is 6.99%
  • magenta value is 0.00%
  • yellow value is 6.99%
  • key color value is 43.92%

CMYK: (7,0,7,44)
C7M0Y7K44 (7%, 0%, 7%, 44%)
(0.07 / 0.00 / 0.07 / 0.44)

CMYK percentages

%6.99
%0
%6.99
%43.92

Codes

Color #858F85 in popluar color models

85 8F 85
RGB 133 143 133
HSL 120° 4.27% 54.12%
HSB/HSV 120° 6.99% 56.08%
CMYK 6.99% 0.00% 6.99%
43.92%

Color #858F85 in popluar number systems.

HEX 85 8F 85
Decimal 133 143 133
Binary 10000101 10001111 10000101
Octal 205 217 205

Shades and tints

Shades of #858F85

#858F85
(133,143,133)
#798279
(121,130,121)
#6D756D
(109,117,109)
#616861
(97,104,97)
#555B55
(85,91,85)
#494E49
(73,78,73)
#3D413D
(61,65,61)
#313431
(49,52,49)
#252725
(37,39,37)
#191A19
(25,26,25)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #858F85

#858F85
(133,143,133)
#909990
(144,153,144)
#9BA39B
(155,163,155)
#A6ADA6
(166,173,166)
#B1B7B1
(177,183,177)
#BCC1BC
(188,193,188)
#C7CBC7
(199,203,199)
#D2D5D2
(210,213,210)
#DDDFDD
(221,223,221)
#E8E9E8
(232,233,232)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858F85; }

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

This text font color is #858F85.

Background Color

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

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

This div background color is #858F85.

Border color

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

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

This div border color is #858F85.

Opacity

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

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

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

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

This text has shadow with #858F85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #858F85.

Preview

Color preview on black background

This text has color #858F85 on black background.


Color preview on white background

This text has color #858F85 on white background.


Black color preview on #858F85 background

This text has black color on #858F85 background.


White color preview on #858F85 background

This text has white color on #858F85 background.


Related colors

Complementary color

Complementary color for #hex is #7A707A.


I love getcolorcode.com

Triadic colors

1 #85858F and #8F8585 with #858F85 are triadic colors.

2 #858F85 and #8F8585 with #858F85 are triadic colors.