COLOR #858F6D

HEX: #858F6D RGB: (133,143,109)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

133
143
109

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

Portions of RGB colors in percentages

R + G + B = 133 + 143 + 109 = 385 (100%)
R 133 of 385 ~ 34.55%
G 143 of 385 ~ 37.14%
B 109 of 385 ~ 28.31'%

%34.55
%37.14
%28.31

CMYK color model

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

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

CMYK: (7,0,24,44)
C7M0Y24K44 (7%, 0%, 24%, 44%)
(0.07 / 0.00 / 0.24 / 0.44)

CMYK percentages

%6.99
%0
%23.78
%43.92

Codes

Color #858F6D in popluar color models

85 8F 6D
RGB 133 143 109
HSL 78° 13.49% 49.41%
HSB/HSV 78° 23.78% 56.08%
CMYK 6.99% 0.00% 23.78%
43.92%

Color #858F6D in popluar number systems.

HEX 85 8F 6D
Decimal 133 143 109
Binary 10000101 10001111 1101101
Octal 205 217 155

Shades and tints

Shades of #858F6D

#858F6D
(133,143,109)
#798264
(121,130,100)
#6D755B
(109,117,91)
#616852
(97,104,82)
#555B49
(85,91,73)
#494E40
(73,78,64)
#3D4137
(61,65,55)
#31342E
(49,52,46)
#252725
(37,39,37)
#191A1C
(25,26,28)
#0D0D13
(13,13,19)
#000000
(0,0,0)

Tints of #858F6D

#858F6D
(133,143,109)
#90997A
(144,153,122)
#9BA387
(155,163,135)
#A6AD94
(166,173,148)
#B1B7A1
(177,183,161)
#BCC1AE
(188,193,174)
#C7CBBB
(199,203,187)
#D2D5C8
(210,213,200)
#DDDFD5
(221,223,213)
#E8E9E2
(232,233,226)
#F3F3EF
(243,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858F6D; }

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

This text font color is #858F6D.

Background Color

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

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

This div background color is #858F6D.

Border color

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

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

This div border color is #858F6D.

Opacity

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

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

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

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

This text has shadow with #858F6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #858F6D.

Preview

Color preview on black background

This text has color #858F6D on black background.


Color preview on white background

This text has color #858F6D on white background.


Black color preview on #858F6D background

This text has black color on #858F6D background.


White color preview on #858F6D background

This text has white color on #858F6D background.


Related colors

Complementary color

Complementary color for #hex is #7A7092.


I love getcolorcode.com

Triadic colors

1 #6D858F and #8F6D85 with #858F6D are triadic colors.

2 #6D8F85 and #8F856D with #858F6D are triadic colors.