COLOR #858D3E

HEX: #858D3E
RGB: (133,141,62)

Color info

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

RGB color model

#858D3E color RGB value is (133,141,62).

  • red value is 133;
  • green value is 141;
  • blue value is 62.
RGB:
(133,141,62)
(52%,55%,24%)

RGB channels and saturation

R 133 of 255 = 52%
G 141 of 255 = 55%
B 62 of 255 = 24%

133
141
62

R + G + B ~ 44%. #858D3E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 141 + 62 = 336 (100%)
R 133 of 336 ~ 39.58%
G 141 of 336 ~ 41.96%
B 62 of 336 ~ 18.45%

%39.58
%41.96
%18.45

CMYK color model

#858D3E color CMYK value is (6,0,56,45).

  • cyan value is 5.67%
  • magenta value is 0.00%
  • yellow value is 56.03%
  • key color value is 44.71%
CMYK:
(6,0,56,45)
C6M0Y56K45 
(6%,0%,56%,45%)
(0.06/0.00/0.56/0.45)	

CMYK percentages

%5.67
%0
%56.03
%44.71

Codes

Color #858D3E in popluar color models

858D3E
RGB13314162
HSL66°38.92%39.80%
HSB/HSV66°56.03%55.29%
CMYK5.67%0.00%56.03%
44.71%

Color #858D3E in popluar number systems.

HEX858D3E
Decimal13314162
Binary1000010110001101111110
Octal20521576

Shades and tints

Shades of #858D3E

#858D3E
(133,141,62)
#798139
(121,129,57)
#6D7534
(109,117,52)
#61692F
(97,105,47)
#555D2A
(85,93,42)
#495125
(73,81,37)
#3D4520
(61,69,32)
#31391B
(49,57,27)
#252D16
(37,45,22)
#192111
(25,33,17)
#0D150C
(13,21,12)
#000000
(0,0,0)

Tints of #858D3E

#858D3E
(133,141,62)
#90974F
(144,151,79)
#9BA160
(155,161,96)
#A6AB71
(166,171,113)
#B1B582
(177,181,130)
#BCBF93
(188,191,147)
#C7C9A4
(199,201,164)
#D2D3B5
(210,211,181)
#DDDDC6
(221,221,198)
#E8E7D7
(232,231,215)
#F3F1E8
(243,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #858D3E color. Also use rgb(133,141,62) instead hex code.

Text Font Color

.myTextColor { color: #858D3E; }

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

This text font color is #858D3E.


Background Color

.myBgColor { background-color: #858D3E; }

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

This div background color is #858D3E.


Border color

.myBorderColor { border: 1px solid #858D3E; }

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

This div border color is #858D3E.


Opacity

.myOpacity80 { color: #858D3E; opacity: 0.8; }

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

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

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

This text has shadow with #858D3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858D3E on black background.


Color preview on white background

This text has color #858D3E on white background.



Black color preview on #858D3E background

This text has black color on #858D3E background.


White color preview on #858D3E background

This text has white color on #858D3E background.