COLOR #859A51

HEX: #859A51 RGB: (133,154,81)

Color info

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

RGB color model

#859A51 color RGB value is (133,154,81).

RGB: (133,154,81) (52%, 60%, 32%)

RGB channels and saturation

R 133 of 255 = 52%
G 154 of 255 = 60%
B 81 of 255 = 32%

133
154
81

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

Portions of RGB colors in percentages

R + G + B = 133 + 154 + 81 = 368 (100%)
R 133 of 368 ~ 36.14%
G 154 of 368 ~ 41.85%
B 81 of 368 ~ 22.01'%

%36.14
%41.85
%22.01

CMYK color model

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

  • cyan value is 13.64%
  • magenta value is 0.00%
  • yellow value is 47.40%
  • key color value is 39.61%

CMYK: (14,0,47,40)
C14M0Y47K40 (14%, 0%, 47%, 40%)
(0.14 / 0.00 / 0.47 / 0.40)

CMYK percentages

%13.64
%0
%47.4
%39.61

Codes

Color #859A51 in popluar color models

85 9A 51
RGB 133 154 81
HSL 77° 31.06% 46.08%
HSB/HSV 77° 47.40% 60.39%
CMYK 13.64% 0.00% 47.40%
39.61%

Color #859A51 in popluar number systems.

HEX 85 9A 51
Decimal 133 154 81
Binary 10000101 10011010 1010001
Octal 205 232 121

Shades and tints

Shades of #859A51

#859A51
(133,154,81)
#798C4A
(121,140,74)
#6D7E43
(109,126,67)
#61703C
(97,112,60)
#556235
(85,98,53)
#49542E
(73,84,46)
#3D4627
(61,70,39)
#313820
(49,56,32)
#252A19
(37,42,25)
#191C12
(25,28,18)
#0D0E0B
(13,14,11)
#000000
(0,0,0)

Tints of #859A51

#859A51
(133,154,81)
#90A360
(144,163,96)
#9BAC6F
(155,172,111)
#A6B57E
(166,181,126)
#B1BE8D
(177,190,141)
#BCC79C
(188,199,156)
#C7D0AB
(199,208,171)
#D2D9BA
(210,217,186)
#DDE2C9
(221,226,201)
#E8EBD8
(232,235,216)
#F3F4E7
(243,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #859A51; }

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

This text font color is #859A51.

Background Color

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

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

This div background color is #859A51.

Border color

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

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

This div border color is #859A51.

Opacity

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

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

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

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

This text has shadow with #859A51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #859A51.

Preview

Color preview on black background

This text has color #859A51 on black background.


Color preview on white background

This text has color #859A51 on white background.


Black color preview on #859A51 background

This text has black color on #859A51 background.


White color preview on #859A51 background

This text has white color on #859A51 background.


Related colors

Complementary color

Complementary color for #hex is #7A65AE.


I love getcolorcode.com

Triadic colors

1 #51859A and #9A5185 with #859A51 are triadic colors.

2 #519A85 and #9A8551 with #859A51 are triadic colors.