COLOR #858A60

HEX: #858A60 RGB: (133,138,96)

Color info

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

RGB color model

#858A60 color RGB value is (133,138,96).

RGB: (133,138,96) (52%, 54%, 38%)

RGB channels and saturation

R 133 of 255 = 52%
G 138 of 255 = 54%
B 96 of 255 = 38%

133
138
96

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

Portions of RGB colors in percentages

R + G + B = 133 + 138 + 96 = 367 (100%)
R 133 of 367 ~ 36.24%
G 138 of 367 ~ 37.6%
B 96 of 367 ~ 26.16'%

%36.24
%37.6
%26.16

CMYK color model

#858A60 color CMYK value is (4,0,30,46).

  • cyan value is 3.62%
  • magenta value is 0.00%
  • yellow value is 30.43%
  • key color value is 45.88%

CMYK: (4,0,30,46)
C4M0Y30K46 (4%, 0%, 30%, 46%)
(0.04 / 0.00 / 0.30 / 0.46)

CMYK percentages

%3.62
%0
%30.43
%45.88

Codes

Color #858A60 in popluar color models

85 8A 60
RGB 133 138 96
HSL 67° 17.95% 45.88%
HSB/HSV 67° 30.43% 54.12%
CMYK 3.62% 0.00% 30.43%
45.88%

Color #858A60 in popluar number systems.

HEX 85 8A 60
Decimal 133 138 96
Binary 10000101 10001010 1100000
Octal 205 212 140

Shades and tints

Shades of #858A60

#858A60
(133,138,96)
#797E58
(121,126,88)
#6D7250
(109,114,80)
#616648
(97,102,72)
#555A40
(85,90,64)
#494E38
(73,78,56)
#3D4230
(61,66,48)
#313628
(49,54,40)
#252A20
(37,42,32)
#191E18
(25,30,24)
#0D1210
(13,18,16)
#000000
(0,0,0)

Tints of #858A60

#858A60
(133,138,96)
#90946E
(144,148,110)
#9B9E7C
(155,158,124)
#A6A88A
(166,168,138)
#B1B298
(177,178,152)
#BCBCA6
(188,188,166)
#C7C6B4
(199,198,180)
#D2D0C2
(210,208,194)
#DDDAD0
(221,218,208)
#E8E4DE
(232,228,222)
#F3EEEC
(243,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858A60; }

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

This text font color is #858A60.

Background Color

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

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

This div background color is #858A60.

Border color

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

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

This div border color is #858A60.

Opacity

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

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

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

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

This text has shadow with #858A60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #858A60.

Preview

Color preview on black background

This text has color #858A60 on black background.


Color preview on white background

This text has color #858A60 on white background.


Black color preview on #858A60 background

This text has black color on #858A60 background.


White color preview on #858A60 background

This text has white color on #858A60 background.


Related colors

Complementary color

Complementary color for #hex is #7A759F.


I love getcolorcode.com

Triadic colors

1 #60858A and #8A6085 with #858A60 are triadic colors.

2 #608A85 and #8A8560 with #858A60 are triadic colors.