COLOR #859A67

HEX: #859A67
RGB: (133,154,103)

Color info

#859A67 contains red, green and blue colors in about the same proportion. Web safe color of #859A67 is #999966 (or #996).

RGB color model

#859A67 color RGB value is (133,154,103).

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

RGB channels and saturation

R 133 of 255 = 52%
G 154 of 255 = 60%
B 103 of 255 = 40%

133
154
103

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

Portions of RGB colors in percentages

R + G + B =
133 + 154 + 103 = 390 (100%)
R 133 of 390 ~ 34.1%
G 154 of 390 ~ 39.49%
B 103 of 390 ~ 26.41%

%34.1
%39.49
%26.41

CMYK color model

#859A67 color CMYK value is (14,0,33,40).

  • cyan value is 13.64%
  • magenta value is 0.00%
  • yellow value is 33.12%
  • key color value is 39.61%
CMYK:
(14,0,33,40)
C14M0Y33K40 
(14%,0%,33%,40%)
(0.14/0.00/0.33/0.40)	

CMYK percentages

%13.64
%0
%33.12
%39.61

Codes

Color #859A67 in popluar color models

859A67
RGB133154103
HSL85°20.16%50.39%
HSB/HSV85°33.12%60.39%
CMYK13.64%0.00%33.12%
39.61%

Color #859A67 in popluar number systems.

HEX859A67
Decimal133154103
Binary10000101100110101100111
Octal205232147

Shades and tints

Shades of #859A67

#859A67
(133,154,103)
#798C5E
(121,140,94)
#6D7E55
(109,126,85)
#61704C
(97,112,76)
#556243
(85,98,67)
#49543A
(73,84,58)
#3D4631
(61,70,49)
#313828
(49,56,40)
#252A1F
(37,42,31)
#191C16
(25,28,22)
#0D0E0D
(13,14,13)
#000000
(0,0,0)

Tints of #859A67

#859A67
(133,154,103)
#90A374
(144,163,116)
#9BAC81
(155,172,129)
#A6B58E
(166,181,142)
#B1BE9B
(177,190,155)
#BCC7A8
(188,199,168)
#C7D0B5
(199,208,181)
#D2D9C2
(210,217,194)
#DDE2CF
(221,226,207)
#E8EBDC
(232,235,220)
#F3F4E9
(243,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #859A67; }

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

This text font color is #859A67.


Background Color

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

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

This div background color is #859A67.


Border color

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

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

This div border color is #859A67.


Opacity

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

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

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

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

This text has shadow with #859A67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859A67 on black background.


Color preview on white background

This text has color #859A67 on white background.



Black color preview on #859A67 background

This text has black color on #859A67 background.


White color preview on #859A67 background

This text has white color on #859A67 background.