COLOR #859A49

HEX: #859A49
RGB: (133,154,73)

Color info

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

RGB color model

#859A49 color RGB value is (133,154,73).

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

RGB channels and saturation

R 133 of 255 = 52%
G 154 of 255 = 60%
B 73 of 255 = 29%

133
154
73

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

Portions of RGB colors in percentages

R + G + B =
133 + 154 + 73 = 360 (100%)
R 133 of 360 ~ 36.94%
G 154 of 360 ~ 42.78%
B 73 of 360 ~ 20.28%

%36.94
%42.78
%20.28

CMYK color model

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

  • cyan value is 13.64%
  • magenta value is 0.00%
  • yellow value is 52.60%
  • key color value is 39.61%
CMYK:
(14,0,53,40)
C14M0Y53K40 
(14%,0%,53%,40%)
(0.14/0.00/0.53/0.40)	

CMYK percentages

%13.64
%0
%52.6
%39.61

Codes

Color #859A49 in popluar color models

859A49
RGB13315473
HSL76°35.68%44.51%
HSB/HSV76°52.60%60.39%
CMYK13.64%0.00%52.60%
39.61%

Color #859A49 in popluar number systems.

HEX859A49
Decimal13315473
Binary10000101100110101001001
Octal205232111

Shades and tints

Shades of #859A49

#859A49
(133,154,73)
#798C43
(121,140,67)
#6D7E3D
(109,126,61)
#617037
(97,112,55)
#556231
(85,98,49)
#49542B
(73,84,43)
#3D4625
(61,70,37)
#31381F
(49,56,31)
#252A19
(37,42,25)
#191C13
(25,28,19)
#0D0E0D
(13,14,13)
#000000
(0,0,0)

Tints of #859A49

#859A49
(133,154,73)
#90A359
(144,163,89)
#9BAC69
(155,172,105)
#A6B579
(166,181,121)
#B1BE89
(177,190,137)
#BCC799
(188,199,153)
#C7D0A9
(199,208,169)
#D2D9B9
(210,217,185)
#DDE2C9
(221,226,201)
#E8EBD9
(232,235,217)
#F3F4E9
(243,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #859A49; }

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

This text font color is #859A49.


Background Color

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

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

This div background color is #859A49.


Border color

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

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

This div border color is #859A49.


Opacity

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

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

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

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

This text has shadow with #859A49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859A49 on black background.


Color preview on white background

This text has color #859A49 on white background.



Black color preview on #859A49 background

This text has black color on #859A49 background.


White color preview on #859A49 background

This text has white color on #859A49 background.