COLOR #858F79

HEX: #858F79 RGB: (133,143,121)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

133
143
121

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

Portions of RGB colors in percentages

R + G + B = 133 + 143 + 121 = 397 (100%)
R 133 of 397 ~ 33.5%
G 143 of 397 ~ 36.02%
B 121 of 397 ~ 30.48'%

%33.5
%36.02
%30.48

CMYK color model

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

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

CMYK: (7,0,15,44)
C7M0Y15K44 (7%, 0%, 15%, 44%)
(0.07 / 0.00 / 0.15 / 0.44)

CMYK percentages

%6.99
%0
%15.38
%43.92

Codes

Color #858F79 in popluar color models

85 8F 79
RGB 133 143 121
HSL 87° 8.94% 51.76%
HSB/HSV 87° 15.38% 56.08%
CMYK 6.99% 0.00% 15.38%
43.92%

Color #858F79 in popluar number systems.

HEX 85 8F 79
Decimal 133 143 121
Binary 10000101 10001111 1111001
Octal 205 217 171

Shades and tints

Shades of #858F79

#858F79
(133,143,121)
#79826E
(121,130,110)
#6D7563
(109,117,99)
#616858
(97,104,88)
#555B4D
(85,91,77)
#494E42
(73,78,66)
#3D4137
(61,65,55)
#31342C
(49,52,44)
#252721
(37,39,33)
#191A16
(25,26,22)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #858F79

#858F79
(133,143,121)
#909985
(144,153,133)
#9BA391
(155,163,145)
#A6AD9D
(166,173,157)
#B1B7A9
(177,183,169)
#BCC1B5
(188,193,181)
#C7CBC1
(199,203,193)
#D2D5CD
(210,213,205)
#DDDFD9
(221,223,217)
#E8E9E5
(232,233,229)
#F3F3F1
(243,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858F79; }

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

This text font color is #858F79.

Background Color

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

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

This div background color is #858F79.

Border color

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

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

This div border color is #858F79.

Opacity

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

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

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

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

This text has shadow with #858F79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #858F79.

Preview

Color preview on black background

This text has color #858F79 on black background.


Color preview on white background

This text has color #858F79 on white background.


Black color preview on #858F79 background

This text has black color on #858F79 background.


White color preview on #858F79 background

This text has white color on #858F79 background.


Related colors

Complementary color

Complementary color for #hex is #7A7086.


I love getcolorcode.com

Triadic colors

1 #79858F and #8F7985 with #858F79 are triadic colors.

2 #798F85 and #8F8579 with #858F79 are triadic colors.