COLOR #859756

HEX: #859756
RGB: (133,151,86)

Color info

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

RGB color model

#859756 color RGB value is (133,151,86).

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

RGB channels and saturation

R 133 of 255 = 52%
G 151 of 255 = 59%
B 86 of 255 = 34%

133
151
86

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

Portions of RGB colors in percentages

R + G + B =
133 + 151 + 86 = 370 (100%)
R 133 of 370 ~ 35.95%
G 151 of 370 ~ 40.81%
B 86 of 370 ~ 23.24%

%35.95
%40.81
%23.24

CMYK color model

#859756 color CMYK value is (12,0,43,41).

  • cyan value is 11.92%
  • magenta value is 0.00%
  • yellow value is 43.05%
  • key color value is 40.78%
CMYK:
(12,0,43,41)
C12M0Y43K41 
(12%,0%,43%,41%)
(0.12/0.00/0.43/0.41)	

CMYK percentages

%11.92
%0
%43.05
%40.78

Codes

Color #859756 in popluar color models

859756
RGB13315186
HSL77°27.43%46.47%
HSB/HSV77°43.05%59.22%
CMYK11.92%0.00%43.05%
40.78%

Color #859756 in popluar number systems.

HEX859756
Decimal13315186
Binary10000101100101111010110
Octal205227126

Shades and tints

Shades of #859756

#859756
(133,151,86)
#798A4F
(121,138,79)
#6D7D48
(109,125,72)
#617041
(97,112,65)
#55633A
(85,99,58)
#495633
(73,86,51)
#3D492C
(61,73,44)
#313C25
(49,60,37)
#252F1E
(37,47,30)
#192217
(25,34,23)
#0D1510
(13,21,16)
#000000
(0,0,0)

Tints of #859756

#859756
(133,151,86)
#90A065
(144,160,101)
#9BA974
(155,169,116)
#A6B283
(166,178,131)
#B1BB92
(177,187,146)
#BCC4A1
(188,196,161)
#C7CDB0
(199,205,176)
#D2D6BF
(210,214,191)
#DDDFCE
(221,223,206)
#E8E8DD
(232,232,221)
#F3F1EC
(243,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #859756; }

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

This text font color is #859756.


Background Color

.myBgColor { background-color: #859756; }

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

This div background color is #859756.


Border color

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

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

This div border color is #859756.


Opacity

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

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

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

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

This text has shadow with #859756 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859756 on black background.


Color preview on white background

This text has color #859756 on white background.



Black color preview on #859756 background

This text has black color on #859756 background.


White color preview on #859756 background

This text has white color on #859756 background.