COLOR #859954

HEX: #859954
RGB: (133,153,84)

Color info

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

RGB color model

#859954 color RGB value is (133,153,84).

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

RGB channels and saturation

R 133 of 255 = 52%
G 153 of 255 = 60%
B 84 of 255 = 33%

133
153
84

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

Portions of RGB colors in percentages

R + G + B =
133 + 153 + 84 = 370 (100%)
R 133 of 370 ~ 35.95%
G 153 of 370 ~ 41.35%
B 84 of 370 ~ 22.7%

%35.95
%41.35
%22.7

CMYK color model

#859954 color CMYK value is (13,0,45,40).

  • cyan value is 13.07%
  • magenta value is 0.00%
  • yellow value is 45.10%
  • key color value is 40.00%
CMYK:
(13,0,45,40)
C13M0Y45K40 
(13%,0%,45%,40%)
(0.13/0.00/0.45/0.40)	

CMYK percentages

%13.07
%0
%45.1
%40

Codes

Color #859954 in popluar color models

859954
RGB13315384
HSL77°29.11%46.47%
HSB/HSV77°45.10%60.00%
CMYK13.07%0.00%45.10%
40.00%

Color #859954 in popluar number systems.

HEX859954
Decimal13315384
Binary10000101100110011010100
Octal205231124

Shades and tints

Shades of #859954

#859954
(133,153,84)
#798C4D
(121,140,77)
#6D7F46
(109,127,70)
#61723F
(97,114,63)
#556538
(85,101,56)
#495831
(73,88,49)
#3D4B2A
(61,75,42)
#313E23
(49,62,35)
#25311C
(37,49,28)
#192415
(25,36,21)
#0D170E
(13,23,14)
#000000
(0,0,0)

Tints of #859954

#859954
(133,153,84)
#90A263
(144,162,99)
#9BAB72
(155,171,114)
#A6B481
(166,180,129)
#B1BD90
(177,189,144)
#BCC69F
(188,198,159)
#C7CFAE
(199,207,174)
#D2D8BD
(210,216,189)
#DDE1CC
(221,225,204)
#E8EADB
(232,234,219)
#F3F3EA
(243,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #859954; }

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

This text font color is #859954.


Background Color

.myBgColor { background-color: #859954; }

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

This div background color is #859954.


Border color

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

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

This div border color is #859954.


Opacity

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

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

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

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

This text has shadow with #859954 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859954 on black background.


Color preview on white background

This text has color #859954 on white background.



Black color preview on #859954 background

This text has black color on #859954 background.


White color preview on #859954 background

This text has white color on #859954 background.