COLOR #858C60

HEX: #858C60
RGB: (133,140,96)

Color info

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

RGB color model

#858C60 color RGB value is (133,140,96).

  • red value is 133;
  • green value is 140;
  • blue value is 96.
RGB:
(133,140,96)
(52%,55%,38%)

RGB channels and saturation

R 133 of 255 = 52%
G 140 of 255 = 55%
B 96 of 255 = 38%

133
140
96

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

Portions of RGB colors in percentages

R + G + B =
133 + 140 + 96 = 369 (100%)
R 133 of 369 ~ 36.04%
G 140 of 369 ~ 37.94%
B 96 of 369 ~ 26.02%

%36.04
%37.94
%26.02

CMYK color model

#858C60 color CMYK value is (5,0,31,45).

  • cyan value is 5.00%
  • magenta value is 0.00%
  • yellow value is 31.43%
  • key color value is 45.10%
CMYK:
(5,0,31,45)
C5M0Y31K45 
(5%,0%,31%,45%)
(0.05/0.00/0.31/0.45)	

CMYK percentages

%5
%0
%31.43
%45.1

Codes

Color #858C60 in popluar color models

858C60
RGB13314096
HSL70°18.64%46.27%
HSB/HSV70°31.43%54.90%
CMYK5.00%0.00%31.43%
45.10%

Color #858C60 in popluar number systems.

HEX858C60
Decimal13314096
Binary10000101100011001100000
Octal205214140

Shades and tints

Shades of #858C60

#858C60
(133,140,96)
#798058
(121,128,88)
#6D7450
(109,116,80)
#616848
(97,104,72)
#555C40
(85,92,64)
#495038
(73,80,56)
#3D4430
(61,68,48)
#313828
(49,56,40)
#252C20
(37,44,32)
#192018
(25,32,24)
#0D1410
(13,20,16)
#000000
(0,0,0)

Tints of #858C60

#858C60
(133,140,96)
#90966E
(144,150,110)
#9BA07C
(155,160,124)
#A6AA8A
(166,170,138)
#B1B498
(177,180,152)
#BCBEA6
(188,190,166)
#C7C8B4
(199,200,180)
#D2D2C2
(210,210,194)
#DDDCD0
(221,220,208)
#E8E6DE
(232,230,222)
#F3F0EC
(243,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858C60; }

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

This text font color is #858C60.


Background Color

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

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

This div background color is #858C60.


Border color

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

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

This div border color is #858C60.


Opacity

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

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

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

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

This text has shadow with #858C60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858C60 on black background.


Color preview on white background

This text has color #858C60 on white background.



Black color preview on #858C60 background

This text has black color on #858C60 background.


White color preview on #858C60 background

This text has white color on #858C60 background.