COLOR #859449

HEX: #859449
RGB: (133,148,73)

Color info

#859449 contains mainly red and green colors. Web safe color of #859449 is #999933 (or #993).

RGB color model

#859449 color RGB value is (133,148,73).

  • red value is 133;
  • green value is 148;
  • blue value is 73.
RGB:
(133,148,73)
(52%,58%,29%)

RGB channels and saturation

R 133 of 255 = 52%
G 148 of 255 = 58%
B 73 of 255 = 29%

133
148
73

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

Portions of RGB colors in percentages

R + G + B =
133 + 148 + 73 = 354 (100%)
R 133 of 354 ~ 37.57%
G 148 of 354 ~ 41.81%
B 73 of 354 ~ 20.62%

%37.57
%41.81
%20.62

CMYK color model

#859449 color CMYK value is (10,0,51,42).

  • cyan value is 10.14%
  • magenta value is 0.00%
  • yellow value is 50.68%
  • key color value is 41.96%
CMYK:
(10,0,51,42)
C10M0Y51K42 
(10%,0%,51%,42%)
(0.10/0.00/0.51/0.42)	

CMYK percentages

%10.14
%0
%50.68
%41.96

Codes

Color #859449 in popluar color models

859449
RGB13314873
HSL72°33.94%43.33%
HSB/HSV72°50.68%58.04%
CMYK10.14%0.00%50.68%
41.96%

Color #859449 in popluar number systems.

HEX859449
Decimal13314873
Binary10000101100101001001001
Octal205224111

Shades and tints

Shades of #859449

#859449
(133,148,73)
#798743
(121,135,67)
#6D7A3D
(109,122,61)
#616D37
(97,109,55)
#556031
(85,96,49)
#49532B
(73,83,43)
#3D4625
(61,70,37)
#31391F
(49,57,31)
#252C19
(37,44,25)
#191F13
(25,31,19)
#0D120D
(13,18,13)
#000000
(0,0,0)

Tints of #859449

#859449
(133,148,73)
#909D59
(144,157,89)
#9BA669
(155,166,105)
#A6AF79
(166,175,121)
#B1B889
(177,184,137)
#BCC199
(188,193,153)
#C7CAA9
(199,202,169)
#D2D3B9
(210,211,185)
#DDDCC9
(221,220,201)
#E8E5D9
(232,229,217)
#F3EEE9
(243,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #859449 color. Also use rgb(133,148,73) instead hex code.

Text Font Color

.myTextColor { color: #859449; }

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

This text font color is #859449.


Background Color

.myBgColor { background-color: #859449; }

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

This div background color is #859449.


Border color

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

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

This div border color is #859449.


Opacity

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

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

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

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

This text has shadow with #859449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859449 on black background.


Color preview on white background

This text has color #859449 on white background.



Black color preview on #859449 background

This text has black color on #859449 background.


White color preview on #859449 background

This text has white color on #859449 background.