COLOR #858A64

HEX: #858A64
RGB: (133,138,100)

Color info

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

RGB color model

#858A64 color RGB value is (133,138,100).

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

RGB channels and saturation

R 133 of 255 = 52%
G 138 of 255 = 54%
B 100 of 255 = 39%

133
138
100

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

Portions of RGB colors in percentages

R + G + B =
133 + 138 + 100 = 371 (100%)
R 133 of 371 ~ 35.85%
G 138 of 371 ~ 37.2%
B 100 of 371 ~ 26.95%

%35.85
%37.2
%26.95

CMYK color model

#858A64 color CMYK value is (4,0,28,46).

  • cyan value is 3.62%
  • magenta value is 0.00%
  • yellow value is 27.54%
  • key color value is 45.88%
CMYK:
(4,0,28,46)
C4M0Y28K46 
(4%,0%,28%,46%)
(0.04/0.00/0.28/0.46)	

CMYK percentages

%3.62
%0
%27.54
%45.88

Codes

Color #858A64 in popluar color models

858A64
RGB133138100
HSL68°15.97%46.67%
HSB/HSV68°27.54%54.12%
CMYK3.62%0.00%27.54%
45.88%

Color #858A64 in popluar number systems.

HEX858A64
Decimal133138100
Binary10000101100010101100100
Octal205212144

Shades and tints

Shades of #858A64

#858A64
(133,138,100)
#797E5B
(121,126,91)
#6D7252
(109,114,82)
#616649
(97,102,73)
#555A40
(85,90,64)
#494E37
(73,78,55)
#3D422E
(61,66,46)
#313625
(49,54,37)
#252A1C
(37,42,28)
#191E13
(25,30,19)
#0D120A
(13,18,10)
#000000
(0,0,0)

Tints of #858A64

#858A64
(133,138,100)
#909472
(144,148,114)
#9B9E80
(155,158,128)
#A6A88E
(166,168,142)
#B1B29C
(177,178,156)
#BCBCAA
(188,188,170)
#C7C6B8
(199,198,184)
#D2D0C6
(210,208,198)
#DDDAD4
(221,218,212)
#E8E4E2
(232,228,226)
#F3EEF0
(243,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858A64; }

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

This text font color is #858A64.


Background Color

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

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

This div background color is #858A64.


Border color

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

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

This div border color is #858A64.


Opacity

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

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

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

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

This text has shadow with #858A64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858A64 on black background.


Color preview on white background

This text has color #858A64 on white background.



Black color preview on #858A64 background

This text has black color on #858A64 background.


White color preview on #858A64 background

This text has white color on #858A64 background.