COLOR #858A79

HEX: #858A79
RGB: (133,138,121)

Color info

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

RGB color model

#858A79 color RGB value is (133,138,121).

  • red value is 133;
  • green value is 138;
  • blue value is 121.
RGB:
(133,138,121)
(52%,54%,47%)

RGB channels and saturation

R 133 of 255 = 52%
G 138 of 255 = 54%
B 121 of 255 = 47%

133
138
121

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

Portions of RGB colors in percentages

R + G + B =
133 + 138 + 121 = 392 (100%)
R 133 of 392 ~ 33.93%
G 138 of 392 ~ 35.2%
B 121 of 392 ~ 30.87%

%33.93
%35.2
%30.87

CMYK color model

#858A79 color CMYK value is (4,0,12,46).

  • cyan value is 3.62%
  • magenta value is 0.00%
  • yellow value is 12.32%
  • key color value is 45.88%
CMYK:
(4,0,12,46)
C4M0Y12K46 
(4%,0%,12%,46%)
(0.04/0.00/0.12/0.46)	

CMYK percentages

%3.62
%0
%12.32
%45.88

Codes

Color #858A79 in popluar color models

858A79
RGB133138121
HSL78°6.77%50.78%
HSB/HSV78°12.32%54.12%
CMYK3.62%0.00%12.32%
45.88%

Color #858A79 in popluar number systems.

HEX858A79
Decimal133138121
Binary10000101100010101111001
Octal205212171

Shades and tints

Shades of #858A79

#858A79
(133,138,121)
#797E6E
(121,126,110)
#6D7263
(109,114,99)
#616658
(97,102,88)
#555A4D
(85,90,77)
#494E42
(73,78,66)
#3D4237
(61,66,55)
#31362C
(49,54,44)
#252A21
(37,42,33)
#191E16
(25,30,22)
#0D120B
(13,18,11)
#000000
(0,0,0)

Tints of #858A79

#858A79
(133,138,121)
#909485
(144,148,133)
#9B9E91
(155,158,145)
#A6A89D
(166,168,157)
#B1B2A9
(177,178,169)
#BCBCB5
(188,188,181)
#C7C6C1
(199,198,193)
#D2D0CD
(210,208,205)
#DDDAD9
(221,218,217)
#E8E4E5
(232,228,229)
#F3EEF1
(243,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858A79; }

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

This text font color is #858A79.


Background Color

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

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

This div background color is #858A79.


Border color

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

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

This div border color is #858A79.


Opacity

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

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

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

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

This text has shadow with #858A79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858A79 on black background.


Color preview on white background

This text has color #858A79 on white background.



Black color preview on #858A79 background

This text has black color on #858A79 background.


White color preview on #858A79 background

This text has white color on #858A79 background.