COLOR #859767

HEX: #859767
RGB: (133,151,103)

Color info

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

RGB color model

#859767 color RGB value is (133,151,103).

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

RGB channels and saturation

R 133 of 255 = 52%
G 151 of 255 = 59%
B 103 of 255 = 40%

133
151
103

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

Portions of RGB colors in percentages

R + G + B =
133 + 151 + 103 = 387 (100%)
R 133 of 387 ~ 34.37%
G 151 of 387 ~ 39.02%
B 103 of 387 ~ 26.61%

%34.37
%39.02
%26.61

CMYK color model

#859767 color CMYK value is (12,0,32,41).

  • cyan value is 11.92%
  • magenta value is 0.00%
  • yellow value is 31.79%
  • key color value is 40.78%
CMYK:
(12,0,32,41)
C12M0Y32K41 
(12%,0%,32%,41%)
(0.12/0.00/0.32/0.41)	

CMYK percentages

%11.92
%0
%31.79
%40.78

Codes

Color #859767 in popluar color models

859767
RGB133151103
HSL83°18.90%49.80%
HSB/HSV83°31.79%59.22%
CMYK11.92%0.00%31.79%
40.78%

Color #859767 in popluar number systems.

HEX859767
Decimal133151103
Binary10000101100101111100111
Octal205227147

Shades and tints

Shades of #859767

#859767
(133,151,103)
#798A5E
(121,138,94)
#6D7D55
(109,125,85)
#61704C
(97,112,76)
#556343
(85,99,67)
#49563A
(73,86,58)
#3D4931
(61,73,49)
#313C28
(49,60,40)
#252F1F
(37,47,31)
#192216
(25,34,22)
#0D150D
(13,21,13)
#000000
(0,0,0)

Tints of #859767

#859767
(133,151,103)
#90A074
(144,160,116)
#9BA981
(155,169,129)
#A6B28E
(166,178,142)
#B1BB9B
(177,187,155)
#BCC4A8
(188,196,168)
#C7CDB5
(199,205,181)
#D2D6C2
(210,214,194)
#DDDFCF
(221,223,207)
#E8E8DC
(232,232,220)
#F3F1E9
(243,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #859767; }

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

This text font color is #859767.


Background Color

.myBgColor { background-color: #859767; }

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

This div background color is #859767.


Border color

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

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

This div border color is #859767.


Opacity

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

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

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

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

This text has shadow with #859767 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859767 on black background.


Color preview on white background

This text has color #859767 on white background.



Black color preview on #859767 background

This text has black color on #859767 background.


White color preview on #859767 background

This text has white color on #859767 background.