COLOR #859554

HEX: #859554
RGB: (133,149,84)

Color info

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

RGB color model

#859554 color RGB value is (133,149,84).

  • red value is 133;
  • green value is 149;
  • blue value is 84.
RGB:
(133,149,84)
(52%,58%,33%)

RGB channels and saturation

R 133 of 255 = 52%
G 149 of 255 = 58%
B 84 of 255 = 33%

133
149
84

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

Portions of RGB colors in percentages

R + G + B =
133 + 149 + 84 = 366 (100%)
R 133 of 366 ~ 36.34%
G 149 of 366 ~ 40.71%
B 84 of 366 ~ 22.95%

%36.34
%40.71
%22.95

CMYK color model

#859554 color CMYK value is (11,0,44,42).

  • cyan value is 10.74%
  • magenta value is 0.00%
  • yellow value is 43.62%
  • key color value is 41.57%
CMYK:
(11,0,44,42)
C11M0Y44K42 
(11%,0%,44%,42%)
(0.11/0.00/0.44/0.42)	

CMYK percentages

%10.74
%0
%43.62
%41.57

Codes

Color #859554 in popluar color models

859554
RGB13314984
HSL75°27.90%45.69%
HSB/HSV75°43.62%58.43%
CMYK10.74%0.00%43.62%
41.57%

Color #859554 in popluar number systems.

HEX859554
Decimal13314984
Binary10000101100101011010100
Octal205225124

Shades and tints

Shades of #859554

#859554
(133,149,84)
#79884D
(121,136,77)
#6D7B46
(109,123,70)
#616E3F
(97,110,63)
#556138
(85,97,56)
#495431
(73,84,49)
#3D472A
(61,71,42)
#313A23
(49,58,35)
#252D1C
(37,45,28)
#192015
(25,32,21)
#0D130E
(13,19,14)
#000000
(0,0,0)

Tints of #859554

#859554
(133,149,84)
#909E63
(144,158,99)
#9BA772
(155,167,114)
#A6B081
(166,176,129)
#B1B990
(177,185,144)
#BCC29F
(188,194,159)
#C7CBAE
(199,203,174)
#D2D4BD
(210,212,189)
#DDDDCC
(221,221,204)
#E8E6DB
(232,230,219)
#F3EFEA
(243,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #859554 color. Also use rgb(133,149,84) instead hex code.

Text Font Color

.myTextColor { color: #859554; }

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

This text font color is #859554.


Background Color

.myBgColor { background-color: #859554; }

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

This div background color is #859554.


Border color

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

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

This div border color is #859554.


Opacity

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

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

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

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

This text has shadow with #859554 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859554 on black background.


Color preview on white background

This text has color #859554 on white background.



Black color preview on #859554 background

This text has black color on #859554 background.


White color preview on #859554 background

This text has white color on #859554 background.