COLOR #859377

HEX: #859377
RGB: (133,147,119)

Color info

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

RGB color model

#859377 color RGB value is (133,147,119).

  • red value is 133;
  • green value is 147;
  • blue value is 119.
RGB:
(133,147,119)
(52%,58%,47%)

RGB channels and saturation

R 133 of 255 = 52%
G 147 of 255 = 58%
B 119 of 255 = 47%

133
147
119

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

Portions of RGB colors in percentages

R + G + B =
133 + 147 + 119 = 399 (100%)
R 133 of 399 ~ 33.33%
G 147 of 399 ~ 36.84%
B 119 of 399 ~ 29.82%

%33.33
%36.84
%29.82

CMYK color model

#859377 color CMYK value is (10,0,19,42).

  • cyan value is 9.52%
  • magenta value is 0.00%
  • yellow value is 19.05%
  • key color value is 42.35%
CMYK:
(10,0,19,42)
C10M0Y19K42 
(10%,0%,19%,42%)
(0.10/0.00/0.19/0.42)	

CMYK percentages

%9.52
%0
%19.05
%42.35

Codes

Color #859377 in popluar color models

859377
RGB133147119
HSL90°11.48%52.16%
HSB/HSV90°19.05%57.65%
CMYK9.52%0.00%19.05%
42.35%

Color #859377 in popluar number systems.

HEX859377
Decimal133147119
Binary10000101100100111110111
Octal205223167

Shades and tints

Shades of #859377

#859377
(133,147,119)
#79866D
(121,134,109)
#6D7963
(109,121,99)
#616C59
(97,108,89)
#555F4F
(85,95,79)
#495245
(73,82,69)
#3D453B
(61,69,59)
#313831
(49,56,49)
#252B27
(37,43,39)
#191E1D
(25,30,29)
#0D1113
(13,17,19)
#000000
(0,0,0)

Tints of #859377

#859377
(133,147,119)
#909C83
(144,156,131)
#9BA58F
(155,165,143)
#A6AE9B
(166,174,155)
#B1B7A7
(177,183,167)
#BCC0B3
(188,192,179)
#C7C9BF
(199,201,191)
#D2D2CB
(210,210,203)
#DDDBD7
(221,219,215)
#E8E4E3
(232,228,227)
#F3EDEF
(243,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #859377 color. Also use rgb(133,147,119) instead hex code.

Text Font Color

.myTextColor { color: #859377; }

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

This text font color is #859377.


Background Color

.myBgColor { background-color: #859377; }

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

This div background color is #859377.


Border color

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

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

This div border color is #859377.


Opacity

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

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

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

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

This text has shadow with #859377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859377 on black background.


Color preview on white background

This text has color #859377 on white background.



Black color preview on #859377 background

This text has black color on #859377 background.


White color preview on #859377 background

This text has white color on #859377 background.