COLOR #859664

HEX: #859664
RGB: (133,150,100)

Color info

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

RGB color model

#859664 color RGB value is (133,150,100).

  • red value is 133;
  • green value is 150;
  • blue value is 100.
RGB:
(133,150,100)
(52%,59%,39%)

RGB channels and saturation

R 133 of 255 = 52%
G 150 of 255 = 59%
B 100 of 255 = 39%

133
150
100

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

Portions of RGB colors in percentages

R + G + B =
133 + 150 + 100 = 383 (100%)
R 133 of 383 ~ 34.73%
G 150 of 383 ~ 39.16%
B 100 of 383 ~ 26.11%

%34.73
%39.16
%26.11

CMYK color model

#859664 color CMYK value is (11,0,33,41).

  • cyan value is 11.33%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 41.18%
CMYK:
(11,0,33,41)
C11M0Y33K41 
(11%,0%,33%,41%)
(0.11/0.00/0.33/0.41)	

CMYK percentages

%11.33
%0
%33.33
%41.18

Codes

Color #859664 in popluar color models

859664
RGB133150100
HSL80°20.00%49.02%
HSB/HSV80°33.33%58.82%
CMYK11.33%0.00%33.33%
41.18%

Color #859664 in popluar number systems.

HEX859664
Decimal133150100
Binary10000101100101101100100
Octal205226144

Shades and tints

Shades of #859664

#859664
(133,150,100)
#79895B
(121,137,91)
#6D7C52
(109,124,82)
#616F49
(97,111,73)
#556240
(85,98,64)
#495537
(73,85,55)
#3D482E
(61,72,46)
#313B25
(49,59,37)
#252E1C
(37,46,28)
#192113
(25,33,19)
#0D140A
(13,20,10)
#000000
(0,0,0)

Tints of #859664

#859664
(133,150,100)
#909F72
(144,159,114)
#9BA880
(155,168,128)
#A6B18E
(166,177,142)
#B1BA9C
(177,186,156)
#BCC3AA
(188,195,170)
#C7CCB8
(199,204,184)
#D2D5C6
(210,213,198)
#DDDED4
(221,222,212)
#E8E7E2
(232,231,226)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #859664 color. Also use rgb(133,150,100) instead hex code.

Text Font Color

.myTextColor { color: #859664; }

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

This text font color is #859664.


Background Color

.myBgColor { background-color: #859664; }

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

This div background color is #859664.


Border color

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

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

This div border color is #859664.


Opacity

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

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

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

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

This text has shadow with #859664 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859664 on black background.


Color preview on white background

This text has color #859664 on white background.



Black color preview on #859664 background

This text has black color on #859664 background.


White color preview on #859664 background

This text has white color on #859664 background.