COLOR #859C7F

HEX: #859C7F
RGB: (133,156,127)

Color info

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

RGB color model

#859C7F color RGB value is (133,156,127).

  • red value is 133;
  • green value is 156;
  • blue value is 127.
RGB:
(133,156,127)
(52%,61%,50%)

RGB channels and saturation

R 133 of 255 = 52%
G 156 of 255 = 61%
B 127 of 255 = 50%

133
156
127

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

Portions of RGB colors in percentages

R + G + B =
133 + 156 + 127 = 416 (100%)
R 133 of 416 ~ 31.97%
G 156 of 416 ~ 37.5%
B 127 of 416 ~ 30.53%

%31.97
%37.5
%30.53

CMYK color model

#859C7F color CMYK value is (15,0,19,39).

  • cyan value is 14.74%
  • magenta value is 0.00%
  • yellow value is 18.59%
  • key color value is 38.82%
CMYK:
(15,0,19,39)
C15M0Y19K39 
(15%,0%,19%,39%)
(0.15/0.00/0.19/0.39)	

CMYK percentages

%14.74
%0
%18.59
%38.82

Codes

Color #859C7F in popluar color models

859C7F
RGB133156127
HSL108°12.78%55.49%
HSB/HSV108°18.59%61.18%
CMYK14.74%0.00%18.59%
38.82%

Color #859C7F in popluar number systems.

HEX859C7F
Decimal133156127
Binary10000101100111001111111
Octal205234177

Shades and tints

Shades of #859C7F

#859C7F
(133,156,127)
#798E74
(121,142,116)
#6D8069
(109,128,105)
#61725E
(97,114,94)
#556453
(85,100,83)
#495648
(73,86,72)
#3D483D
(61,72,61)
#313A32
(49,58,50)
#252C27
(37,44,39)
#191E1C
(25,30,28)
#0D1011
(13,16,17)
#000000
(0,0,0)

Tints of #859C7F

#859C7F
(133,156,127)
#90A58A
(144,165,138)
#9BAE95
(155,174,149)
#A6B7A0
(166,183,160)
#B1C0AB
(177,192,171)
#BCC9B6
(188,201,182)
#C7D2C1
(199,210,193)
#D2DBCC
(210,219,204)
#DDE4D7
(221,228,215)
#E8EDE2
(232,237,226)
#F3F6ED
(243,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #859C7F color. Also use rgb(133,156,127) instead hex code.

Text Font Color

.myTextColor { color: #859C7F; }

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

This text font color is #859C7F.


Background Color

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

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

This div background color is #859C7F.


Border color

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

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

This div border color is #859C7F.


Opacity

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

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

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

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

This text has shadow with #859C7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859C7F on black background.


Color preview on white background

This text has color #859C7F on white background.



Black color preview on #859C7F background

This text has black color on #859C7F background.


White color preview on #859C7F background

This text has white color on #859C7F background.