COLOR #859842

HEX: #859842
RGB: (133,152,66)

Color info

#859842 contains mainly red and green colors. Web safe color of #859842 is #999933 (or #993).

RGB color model

#859842 color RGB value is (133,152,66).

  • red value is 133;
  • green value is 152;
  • blue value is 66.
RGB:
(133,152,66)
(52%,60%,26%)

RGB channels and saturation

R 133 of 255 = 52%
G 152 of 255 = 60%
B 66 of 255 = 26%

133
152
66

R + G + B ~ 46%. #859842 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 152 + 66 = 351 (100%)
R 133 of 351 ~ 37.89%
G 152 of 351 ~ 43.3%
B 66 of 351 ~ 18.8%

%37.89
%43.3
%18.8

CMYK color model

#859842 color CMYK value is (13,0,57,40).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 56.58%
  • key color value is 40.39%
CMYK:
(13,0,57,40)
C13M0Y57K40 
(13%,0%,57%,40%)
(0.13/0.00/0.57/0.40)	

CMYK percentages

%12.5
%0
%56.58
%40.39

Codes

Color #859842 in popluar color models

859842
RGB13315266
HSL73°39.45%42.75%
HSB/HSV73°56.58%59.61%
CMYK12.50%0.00%56.58%
40.39%

Color #859842 in popluar number systems.

HEX859842
Decimal13315266
Binary10000101100110001000010
Octal205230102

Shades and tints

Shades of #859842

#859842
(133,152,66)
#798B3C
(121,139,60)
#6D7E36
(109,126,54)
#617130
(97,113,48)
#55642A
(85,100,42)
#495724
(73,87,36)
#3D4A1E
(61,74,30)
#313D18
(49,61,24)
#253012
(37,48,18)
#19230C
(25,35,12)
#0D1606
(13,22,6)
#000000
(0,0,0)

Tints of #859842

#859842
(133,152,66)
#90A153
(144,161,83)
#9BAA64
(155,170,100)
#A6B375
(166,179,117)
#B1BC86
(177,188,134)
#BCC597
(188,197,151)
#C7CEA8
(199,206,168)
#D2D7B9
(210,215,185)
#DDE0CA
(221,224,202)
#E8E9DB
(232,233,219)
#F3F2EC
(243,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #859842 color. Also use rgb(133,152,66) instead hex code.

Text Font Color

.myTextColor { color: #859842; }

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

This text font color is #859842.


Background Color

.myBgColor { background-color: #859842; }

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

This div background color is #859842.


Border color

.myBorderColor { border: 1px solid #859842; }

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

This div border color is #859842.


Opacity

.myOpacity80 { color: #859842; opacity: 0.8; }

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

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

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

This text has shadow with #859842 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859842 on black background.


Color preview on white background

This text has color #859842 on white background.



Black color preview on #859842 background

This text has black color on #859842 background.


White color preview on #859842 background

This text has white color on #859842 background.