COLOR #858C63

HEX: #858C63
RGB: (133,140,99)

Color info

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

RGB color model

#858C63 color RGB value is (133,140,99).

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

RGB channels and saturation

R 133 of 255 = 52%
G 140 of 255 = 55%
B 99 of 255 = 39%

133
140
99

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

Portions of RGB colors in percentages

R + G + B =
133 + 140 + 99 = 372 (100%)
R 133 of 372 ~ 35.75%
G 140 of 372 ~ 37.63%
B 99 of 372 ~ 26.61%

%35.75
%37.63
%26.61

CMYK color model

#858C63 color CMYK value is (5,0,29,45).

  • cyan value is 5.00%
  • magenta value is 0.00%
  • yellow value is 29.29%
  • key color value is 45.10%
CMYK:
(5,0,29,45)
C5M0Y29K45 
(5%,0%,29%,45%)
(0.05/0.00/0.29/0.45)	

CMYK percentages

%5
%0
%29.29
%45.1

Codes

Color #858C63 in popluar color models

858C63
RGB13314099
HSL70°17.15%46.86%
HSB/HSV70°29.29%54.90%
CMYK5.00%0.00%29.29%
45.10%

Color #858C63 in popluar number systems.

HEX858C63
Decimal13314099
Binary10000101100011001100011
Octal205214143

Shades and tints

Shades of #858C63

#858C63
(133,140,99)
#79805A
(121,128,90)
#6D7451
(109,116,81)
#616848
(97,104,72)
#555C3F
(85,92,63)
#495036
(73,80,54)
#3D442D
(61,68,45)
#313824
(49,56,36)
#252C1B
(37,44,27)
#192012
(25,32,18)
#0D1409
(13,20,9)
#000000
(0,0,0)

Tints of #858C63

#858C63
(133,140,99)
#909671
(144,150,113)
#9BA07F
(155,160,127)
#A6AA8D
(166,170,141)
#B1B49B
(177,180,155)
#BCBEA9
(188,190,169)
#C7C8B7
(199,200,183)
#D2D2C5
(210,210,197)
#DDDCD3
(221,220,211)
#E8E6E1
(232,230,225)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858C63; }

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

This text font color is #858C63.


Background Color

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

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

This div background color is #858C63.


Border color

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

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

This div border color is #858C63.


Opacity

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

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

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

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

This text has shadow with #858C63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858C63 on black background.


Color preview on white background

This text has color #858C63 on white background.



Black color preview on #858C63 background

This text has black color on #858C63 background.


White color preview on #858C63 background

This text has white color on #858C63 background.