COLOR #859929

HEX: #859929
RGB: (133,153,41)

Color info

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

RGB color model

#859929 color RGB value is (133,153,41).

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

RGB channels and saturation

R 133 of 255 = 52%
G 153 of 255 = 60%
B 41 of 255 = 16%

133
153
41

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

Portions of RGB colors in percentages

R + G + B =
133 + 153 + 41 = 327 (100%)
R 133 of 327 ~ 40.67%
G 153 of 327 ~ 46.79%
B 41 of 327 ~ 12.54%

%40.67
%46.79
%12.54

CMYK color model

#859929 color CMYK value is (13,0,73,40).

  • cyan value is 13.07%
  • magenta value is 0.00%
  • yellow value is 73.20%
  • key color value is 40.00%
CMYK:
(13,0,73,40)
C13M0Y73K40 
(13%,0%,73%,40%)
(0.13/0.00/0.73/0.40)	

CMYK percentages

%13.07
%0
%73.2
%40

Codes

Color #859929 in popluar color models

859929
RGB13315341
HSL71°57.73%38.04%
HSB/HSV71°73.20%60.00%
CMYK13.07%0.00%73.20%
40.00%

Color #859929 in popluar number systems.

HEX859929
Decimal13315341
Binary1000010110011001101001
Octal20523151

Shades and tints

Shades of #859929

#859929
(133,153,41)
#798C26
(121,140,38)
#6D7F23
(109,127,35)
#617220
(97,114,32)
#55651D
(85,101,29)
#49581A
(73,88,26)
#3D4B17
(61,75,23)
#313E14
(49,62,20)
#253111
(37,49,17)
#19240E
(25,36,14)
#0D170B
(13,23,11)
#000000
(0,0,0)

Tints of #859929

#859929
(133,153,41)
#90A23C
(144,162,60)
#9BAB4F
(155,171,79)
#A6B462
(166,180,98)
#B1BD75
(177,189,117)
#BCC688
(188,198,136)
#C7CF9B
(199,207,155)
#D2D8AE
(210,216,174)
#DDE1C1
(221,225,193)
#E8EAD4
(232,234,212)
#F3F3E7
(243,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #859929; }

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

This text font color is #859929.


Background Color

.myBgColor { background-color: #859929; }

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

This div background color is #859929.


Border color

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

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

This div border color is #859929.


Opacity

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

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

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

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

This text has shadow with #859929 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859929 on black background.


Color preview on white background

This text has color #859929 on white background.



Black color preview on #859929 background

This text has black color on #859929 background.


White color preview on #859929 background

This text has white color on #859929 background.