COLOR #859D7A

HEX: #859D7A
RGB: (133,157,122)

Color info

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

RGB color model

#859D7A color RGB value is (133,157,122).

  • red value is 133;
  • green value is 157;
  • blue value is 122.
RGB:
(133,157,122)
(52%,62%,48%)

RGB channels and saturation

R 133 of 255 = 52%
G 157 of 255 = 62%
B 122 of 255 = 48%

133
157
122

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

Portions of RGB colors in percentages

R + G + B =
133 + 157 + 122 = 412 (100%)
R 133 of 412 ~ 32.28%
G 157 of 412 ~ 38.11%
B 122 of 412 ~ 29.61%

%32.28
%38.11
%29.61

CMYK color model

#859D7A color CMYK value is (15,0,22,38).

  • cyan value is 15.29%
  • magenta value is 0.00%
  • yellow value is 22.29%
  • key color value is 38.43%
CMYK:
(15,0,22,38)
C15M0Y22K38 
(15%,0%,22%,38%)
(0.15/0.00/0.22/0.38)	

CMYK percentages

%15.29
%0
%22.29
%38.43

Codes

Color #859D7A in popluar color models

859D7A
RGB133157122
HSL101°15.15%54.71%
HSB/HSV101°22.29%61.57%
CMYK15.29%0.00%22.29%
38.43%

Color #859D7A in popluar number systems.

HEX859D7A
Decimal133157122
Binary10000101100111011111010
Octal205235172

Shades and tints

Shades of #859D7A

#859D7A
(133,157,122)
#798F6F
(121,143,111)
#6D8164
(109,129,100)
#617359
(97,115,89)
#55654E
(85,101,78)
#495743
(73,87,67)
#3D4938
(61,73,56)
#313B2D
(49,59,45)
#252D22
(37,45,34)
#191F17
(25,31,23)
#0D110C
(13,17,12)
#000000
(0,0,0)

Tints of #859D7A

#859D7A
(133,157,122)
#90A586
(144,165,134)
#9BAD92
(155,173,146)
#A6B59E
(166,181,158)
#B1BDAA
(177,189,170)
#BCC5B6
(188,197,182)
#C7CDC2
(199,205,194)
#D2D5CE
(210,213,206)
#DDDDDA
(221,221,218)
#E8E5E6
(232,229,230)
#F3EDF2
(243,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #859D7A color. Also use rgb(133,157,122) instead hex code.

Text Font Color

.myTextColor { color: #859D7A; }

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

This text font color is #859D7A.


Background Color

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

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

This div background color is #859D7A.


Border color

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

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

This div border color is #859D7A.


Opacity

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

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

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

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

This text has shadow with #859D7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859D7A on black background.


Color preview on white background

This text has color #859D7A on white background.



Black color preview on #859D7A background

This text has black color on #859D7A background.


White color preview on #859D7A background

This text has white color on #859D7A background.