COLOR #859254

HEX: #859254
RGB: (133,146,84)

Color info

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

RGB color model

#859254 color RGB value is (133,146,84).

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

RGB channels and saturation

R 133 of 255 = 52%
G 146 of 255 = 57%
B 84 of 255 = 33%

133
146
84

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

Portions of RGB colors in percentages

R + G + B =
133 + 146 + 84 = 363 (100%)
R 133 of 363 ~ 36.64%
G 146 of 363 ~ 40.22%
B 84 of 363 ~ 23.14%

%36.64
%40.22
%23.14

CMYK color model

#859254 color CMYK value is (9,0,42,43).

  • cyan value is 8.90%
  • magenta value is 0.00%
  • yellow value is 42.47%
  • key color value is 42.75%
CMYK:
(9,0,42,43)
C9M0Y42K43 
(9%,0%,42%,43%)
(0.09/0.00/0.42/0.43)	

CMYK percentages

%8.9
%0
%42.47
%42.75

Codes

Color #859254 in popluar color models

859254
RGB13314684
HSL73°26.96%45.10%
HSB/HSV73°42.47%57.25%
CMYK8.90%0.00%42.47%
42.75%

Color #859254 in popluar number systems.

HEX859254
Decimal13314684
Binary10000101100100101010100
Octal205222124

Shades and tints

Shades of #859254

#859254
(133,146,84)
#79854D
(121,133,77)
#6D7846
(109,120,70)
#616B3F
(97,107,63)
#555E38
(85,94,56)
#495131
(73,81,49)
#3D442A
(61,68,42)
#313723
(49,55,35)
#252A1C
(37,42,28)
#191D15
(25,29,21)
#0D100E
(13,16,14)
#000000
(0,0,0)

Tints of #859254

#859254
(133,146,84)
#909B63
(144,155,99)
#9BA472
(155,164,114)
#A6AD81
(166,173,129)
#B1B690
(177,182,144)
#BCBF9F
(188,191,159)
#C7C8AE
(199,200,174)
#D2D1BD
(210,209,189)
#DDDACC
(221,218,204)
#E8E3DB
(232,227,219)
#F3ECEA
(243,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #859254; }

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

This text font color is #859254.


Background Color

.myBgColor { background-color: #859254; }

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

This div background color is #859254.


Border color

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

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

This div border color is #859254.


Opacity

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

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

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

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

This text has shadow with #859254 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859254 on black background.


Color preview on white background

This text has color #859254 on white background.



Black color preview on #859254 background

This text has black color on #859254 background.


White color preview on #859254 background

This text has white color on #859254 background.