COLOR #859A5C

HEX: #859A5C
RGB: (133,154,92)

Color info

#859A5C contains mainly red and green colors. Web safe color of #859A5C is #999966 (or #996).

RGB color model

#859A5C color RGB value is (133,154,92).

  • red value is 133;
  • green value is 154;
  • blue value is 92.
RGB:
(133,154,92)
(52%,60%,36%)

RGB channels and saturation

R 133 of 255 = 52%
G 154 of 255 = 60%
B 92 of 255 = 36%

133
154
92

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

Portions of RGB colors in percentages

R + G + B =
133 + 154 + 92 = 379 (100%)
R 133 of 379 ~ 35.09%
G 154 of 379 ~ 40.63%
B 92 of 379 ~ 24.27%

%35.09
%40.63
%24.27

CMYK color model

#859A5C color CMYK value is (14,0,40,40).

  • cyan value is 13.64%
  • magenta value is 0.00%
  • yellow value is 40.26%
  • key color value is 39.61%
CMYK:
(14,0,40,40)
C14M0Y40K40 
(14%,0%,40%,40%)
(0.14/0.00/0.40/0.40)	

CMYK percentages

%13.64
%0
%40.26
%39.61

Codes

Color #859A5C in popluar color models

859A5C
RGB13315492
HSL80°25.20%48.24%
HSB/HSV80°40.26%60.39%
CMYK13.64%0.00%40.26%
39.61%

Color #859A5C in popluar number systems.

HEX859A5C
Decimal13315492
Binary10000101100110101011100
Octal205232134

Shades and tints

Shades of #859A5C

#859A5C
(133,154,92)
#798C54
(121,140,84)
#6D7E4C
(109,126,76)
#617044
(97,112,68)
#55623C
(85,98,60)
#495434
(73,84,52)
#3D462C
(61,70,44)
#313824
(49,56,36)
#252A1C
(37,42,28)
#191C14
(25,28,20)
#0D0E0C
(13,14,12)
#000000
(0,0,0)

Tints of #859A5C

#859A5C
(133,154,92)
#90A36A
(144,163,106)
#9BAC78
(155,172,120)
#A6B586
(166,181,134)
#B1BE94
(177,190,148)
#BCC7A2
(188,199,162)
#C7D0B0
(199,208,176)
#D2D9BE
(210,217,190)
#DDE2CC
(221,226,204)
#E8EBDA
(232,235,218)
#F3F4E8
(243,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #859A5C color. Also use rgb(133,154,92) instead hex code.

Text Font Color

.myTextColor { color: #859A5C; }

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

This text font color is #859A5C.


Background Color

.myBgColor { background-color: #859A5C; }

<div style="background-color:#859A5C">Inner text</div>

This div background color is #859A5C.


Border color

.myBorderColor { border: 1px solid #859A5C; }

<div style="border:3px solid #859A5C">Div</div>

This div border color is #859A5C.


Opacity

.myOpacity80 { color: #859A5C; opacity: 0.8; }

<p style="color:#859A5C;opacity:0.8;">80%</p>

Text with #859A5C 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 #859A5C;}

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

This text has shadow with #859A5C color.

.textShadow {text-shadow: 3px 3px 1px #859A5C, 3px 3px 1px red;}

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

This text has shadow with #859A5C primary color and red secondary color.


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

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

This text has shadow with #859A5C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859A5C on black background.


Color preview on white background

This text has color #859A5C on white background.



Black color preview on #859A5C background

This text has black color on #859A5C background.


White color preview on #859A5C background

This text has white color on #859A5C background.