COLOR #859670

HEX: #859670
RGB: (133,150,112)

Color info

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

RGB color model

#859670 color RGB value is (133,150,112).

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

RGB channels and saturation

R 133 of 255 = 52%
G 150 of 255 = 59%
B 112 of 255 = 44%

133
150
112

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

Portions of RGB colors in percentages

R + G + B =
133 + 150 + 112 = 395 (100%)
R 133 of 395 ~ 33.67%
G 150 of 395 ~ 37.97%
B 112 of 395 ~ 28.35%

%33.67
%37.97
%28.35

CMYK color model

#859670 color CMYK value is (11,0,25,41).

  • cyan value is 11.33%
  • magenta value is 0.00%
  • yellow value is 25.33%
  • key color value is 41.18%
CMYK:
(11,0,25,41)
C11M0Y25K41 
(11%,0%,25%,41%)
(0.11/0.00/0.25/0.41)	

CMYK percentages

%11.33
%0
%25.33
%41.18

Codes

Color #859670 in popluar color models

859670
RGB133150112
HSL87°15.32%51.37%
HSB/HSV87°25.33%58.82%
CMYK11.33%0.00%25.33%
41.18%

Color #859670 in popluar number systems.

HEX859670
Decimal133150112
Binary10000101100101101110000
Octal205226160

Shades and tints

Shades of #859670

#859670
(133,150,112)
#798966
(121,137,102)
#6D7C5C
(109,124,92)
#616F52
(97,111,82)
#556248
(85,98,72)
#49553E
(73,85,62)
#3D4834
(61,72,52)
#313B2A
(49,59,42)
#252E20
(37,46,32)
#192116
(25,33,22)
#0D140C
(13,20,12)
#000000
(0,0,0)

Tints of #859670

#859670
(133,150,112)
#909F7D
(144,159,125)
#9BA88A
(155,168,138)
#A6B197
(166,177,151)
#B1BAA4
(177,186,164)
#BCC3B1
(188,195,177)
#C7CCBE
(199,204,190)
#D2D5CB
(210,213,203)
#DDDED8
(221,222,216)
#E8E7E5
(232,231,229)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #859670; }

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

This text font color is #859670.


Background Color

.myBgColor { background-color: #859670; }

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

This div background color is #859670.


Border color

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

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

This div border color is #859670.


Opacity

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

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

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

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

This text has shadow with #859670 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859670 on black background.


Color preview on white background

This text has color #859670 on white background.



Black color preview on #859670 background

This text has black color on #859670 background.


White color preview on #859670 background

This text has white color on #859670 background.