COLOR #859150

HEX: #859150
RGB: (133,145,80)

Color info

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

RGB color model

#859150 color RGB value is (133,145,80).

  • red value is 133;
  • green value is 145;
  • blue value is 80.
RGB:
(133,145,80)
(52%,57%,31%)

RGB channels and saturation

R 133 of 255 = 52%
G 145 of 255 = 57%
B 80 of 255 = 31%

133
145
80

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

Portions of RGB colors in percentages

R + G + B =
133 + 145 + 80 = 358 (100%)
R 133 of 358 ~ 37.15%
G 145 of 358 ~ 40.5%
B 80 of 358 ~ 22.35%

%37.15
%40.5
%22.35

CMYK color model

#859150 color CMYK value is (8,0,45,43).

  • cyan value is 8.28%
  • magenta value is 0.00%
  • yellow value is 44.83%
  • key color value is 43.14%
CMYK:
(8,0,45,43)
C8M0Y45K43 
(8%,0%,45%,43%)
(0.08/0.00/0.45/0.43)	

CMYK percentages

%8.28
%0
%44.83
%43.14

Codes

Color #859150 in popluar color models

859150
RGB13314580
HSL71°28.89%44.12%
HSB/HSV71°44.83%56.86%
CMYK8.28%0.00%44.83%
43.14%

Color #859150 in popluar number systems.

HEX859150
Decimal13314580
Binary10000101100100011010000
Octal205221120

Shades and tints

Shades of #859150

#859150
(133,145,80)
#798449
(121,132,73)
#6D7742
(109,119,66)
#616A3B
(97,106,59)
#555D34
(85,93,52)
#49502D
(73,80,45)
#3D4326
(61,67,38)
#31361F
(49,54,31)
#252918
(37,41,24)
#191C11
(25,28,17)
#0D0F0A
(13,15,10)
#000000
(0,0,0)

Tints of #859150

#859150
(133,145,80)
#909B5F
(144,155,95)
#9BA56E
(155,165,110)
#A6AF7D
(166,175,125)
#B1B98C
(177,185,140)
#BCC39B
(188,195,155)
#C7CDAA
(199,205,170)
#D2D7B9
(210,215,185)
#DDE1C8
(221,225,200)
#E8EBD7
(232,235,215)
#F3F5E6
(243,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #859150 color. Also use rgb(133,145,80) instead hex code.

Text Font Color

.myTextColor { color: #859150; }

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

This text font color is #859150.


Background Color

.myBgColor { background-color: #859150; }

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

This div background color is #859150.


Border color

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

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

This div border color is #859150.


Opacity

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

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

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

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

This text has shadow with #859150 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859150 on black background.


Color preview on white background

This text has color #859150 on white background.



Black color preview on #859150 background

This text has black color on #859150 background.


White color preview on #859150 background

This text has white color on #859150 background.