COLOR #859F3D

HEX: #859F3D
RGB: (133,159,61)

Color info

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

RGB color model

#859F3D color RGB value is (133,159,61).

  • red value is 133;
  • green value is 159;
  • blue value is 61.
RGB:
(133,159,61)
(52%,62%,24%)

RGB channels and saturation

R 133 of 255 = 52%
G 159 of 255 = 62%
B 61 of 255 = 24%

133
159
61

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

Portions of RGB colors in percentages

R + G + B =
133 + 159 + 61 = 353 (100%)
R 133 of 353 ~ 37.68%
G 159 of 353 ~ 45.04%
B 61 of 353 ~ 17.28%

%37.68
%45.04
%17.28

CMYK color model

#859F3D color CMYK value is (16,0,62,38).

  • cyan value is 16.35%
  • magenta value is 0.00%
  • yellow value is 61.64%
  • key color value is 37.65%
CMYK:
(16,0,62,38)
C16M0Y62K38 
(16%,0%,62%,38%)
(0.16/0.00/0.62/0.38)	

CMYK percentages

%16.35
%0
%61.64
%37.65

Codes

Color #859F3D in popluar color models

859F3D
RGB13315961
HSL76°44.55%43.14%
HSB/HSV76°61.64%62.35%
CMYK16.35%0.00%61.64%
37.65%

Color #859F3D in popluar number systems.

HEX859F3D
Decimal13315961
Binary1000010110011111111101
Octal20523775

Shades and tints

Shades of #859F3D

#859F3D
(133,159,61)
#799138
(121,145,56)
#6D8333
(109,131,51)
#61752E
(97,117,46)
#556729
(85,103,41)
#495924
(73,89,36)
#3D4B1F
(61,75,31)
#313D1A
(49,61,26)
#252F15
(37,47,21)
#192110
(25,33,16)
#0D130B
(13,19,11)
#000000
(0,0,0)

Tints of #859F3D

#859F3D
(133,159,61)
#90A74E
(144,167,78)
#9BAF5F
(155,175,95)
#A6B770
(166,183,112)
#B1BF81
(177,191,129)
#BCC792
(188,199,146)
#C7CFA3
(199,207,163)
#D2D7B4
(210,215,180)
#DDDFC5
(221,223,197)
#E8E7D6
(232,231,214)
#F3EFE7
(243,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #859F3D color. Also use rgb(133,159,61) instead hex code.

Text Font Color

.myTextColor { color: #859F3D; }

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

This text font color is #859F3D.


Background Color

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

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

This div background color is #859F3D.


Border color

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

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

This div border color is #859F3D.


Opacity

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

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

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

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

This text has shadow with #859F3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859F3D on black background.


Color preview on white background

This text has color #859F3D on white background.



Black color preview on #859F3D background

This text has black color on #859F3D background.


White color preview on #859F3D background

This text has white color on #859F3D background.