COLOR #858A4F

HEX: #858A4F
RGB: (133,138,79)

Color info

#858A4F contains red, green and blue colors in about the same proportion. Web safe color of #858A4F is #999966 (or #996).

RGB color model

#858A4F color RGB value is (133,138,79).

  • red value is 133;
  • green value is 138;
  • blue value is 79.
RGB:
(133,138,79)
(52%,54%,31%)

RGB channels and saturation

R 133 of 255 = 52%
G 138 of 255 = 54%
B 79 of 255 = 31%

133
138
79

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

Portions of RGB colors in percentages

R + G + B =
133 + 138 + 79 = 350 (100%)
R 133 of 350 ~ 38%
G 138 of 350 ~ 39.43%
B 79 of 350 ~ 22.57%

%38
%39.43
%22.57

CMYK color model

#858A4F color CMYK value is (4,0,43,46).

  • cyan value is 3.62%
  • magenta value is 0.00%
  • yellow value is 42.75%
  • key color value is 45.88%
CMYK:
(4,0,43,46)
C4M0Y43K46 
(4%,0%,43%,46%)
(0.04/0.00/0.43/0.46)	

CMYK percentages

%3.62
%0
%42.75
%45.88

Codes

Color #858A4F in popluar color models

858A4F
RGB13313879
HSL65°27.19%42.55%
HSB/HSV65°42.75%54.12%
CMYK3.62%0.00%42.75%
45.88%

Color #858A4F in popluar number systems.

HEX858A4F
Decimal13313879
Binary10000101100010101001111
Octal205212117

Shades and tints

Shades of #858A4F

#858A4F
(133,138,79)
#797E48
(121,126,72)
#6D7241
(109,114,65)
#61663A
(97,102,58)
#555A33
(85,90,51)
#494E2C
(73,78,44)
#3D4225
(61,66,37)
#31361E
(49,54,30)
#252A17
(37,42,23)
#191E10
(25,30,16)
#0D1209
(13,18,9)
#000000
(0,0,0)

Tints of #858A4F

#858A4F
(133,138,79)
#90945F
(144,148,95)
#9B9E6F
(155,158,111)
#A6A87F
(166,168,127)
#B1B28F
(177,178,143)
#BCBC9F
(188,188,159)
#C7C6AF
(199,198,175)
#D2D0BF
(210,208,191)
#DDDACF
(221,218,207)
#E8E4DF
(232,228,223)
#F3EEEF
(243,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #858A4F color. Also use rgb(133,138,79) instead hex code.

Text Font Color

.myTextColor { color: #858A4F; }

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

This text font color is #858A4F.


Background Color

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

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

This div background color is #858A4F.


Border color

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

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

This div border color is #858A4F.


Opacity

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

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

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

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

This text has shadow with #858A4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858A4F on black background.


Color preview on white background

This text has color #858A4F on white background.



Black color preview on #858A4F background

This text has black color on #858A4F background.


White color preview on #858A4F background

This text has white color on #858A4F background.