COLOR #859A11

HEX: #859A11
RGB: (133,154,17)

Color info

#859A11 contains mainly red and green colors. Web safe color of #859A11 is #999900 (or #990).

RGB color model

#859A11 color RGB value is (133,154,17).

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

RGB channels and saturation

R 133 of 255 = 52%
G 154 of 255 = 60%
B 17 of 255 = 7%

133
154
17

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

Portions of RGB colors in percentages

R + G + B =
133 + 154 + 17 = 304 (100%)
R 133 of 304 ~ 43.75%
G 154 of 304 ~ 50.66%
B 17 of 304 ~ 5.59%

%43.75
%50.66

CMYK color model

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

  • cyan value is 13.64%
  • magenta value is 0.00%
  • yellow value is 88.96%
  • key color value is 39.61%
CMYK:
(14,0,89,40)
C14M0Y89K40 
(14%,0%,89%,40%)
(0.14/0.00/0.89/0.40)	

CMYK percentages

%13.64
%0
%88.96
%39.61

Codes

Color #859A11 in popluar color models

859A11
RGB13315417
HSL69°80.12%33.53%
HSB/HSV69°88.96%60.39%
CMYK13.64%0.00%88.96%
39.61%

Color #859A11 in popluar number systems.

HEX859A11
Decimal13315417
Binary100001011001101010001
Octal20523221

Shades and tints

Shades of #859A11

#859A11
(133,154,17)
#798C10
(121,140,16)
#6D7E0F
(109,126,15)
#61700E
(97,112,14)
#55620D
(85,98,13)
#49540C
(73,84,12)
#3D460B
(61,70,11)
#31380A
(49,56,10)
#252A09
(37,42,9)
#191C08
(25,28,8)
#0D0E07
(13,14,7)
#000000
(0,0,0)

Tints of #859A11

#859A11
(133,154,17)
#90A326
(144,163,38)
#9BAC3B
(155,172,59)
#A6B550
(166,181,80)
#B1BE65
(177,190,101)
#BCC77A
(188,199,122)
#C7D08F
(199,208,143)
#D2D9A4
(210,217,164)
#DDE2B9
(221,226,185)
#E8EBCE
(232,235,206)
#F3F4E3
(243,244,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #859A11; }

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

This text font color is #859A11.


Background Color

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

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

This div background color is #859A11.


Border color

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

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

This div border color is #859A11.


Opacity

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

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

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

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

This text has shadow with #859A11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859A11 on black background.


Color preview on white background

This text has color #859A11 on white background.



Black color preview on #859A11 background

This text has black color on #859A11 background.


White color preview on #859A11 background

This text has white color on #859A11 background.