COLOR #858D4D

HEX: #858D4D
RGB: (133,141,77)

Color info

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

RGB color model

#858D4D color RGB value is (133,141,77).

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

RGB channels and saturation

R 133 of 255 = 52%
G 141 of 255 = 55%
B 77 of 255 = 30%

133
141
77

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

Portions of RGB colors in percentages

R + G + B =
133 + 141 + 77 = 351 (100%)
R 133 of 351 ~ 37.89%
G 141 of 351 ~ 40.17%
B 77 of 351 ~ 21.94%

%37.89
%40.17
%21.94

CMYK color model

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

  • cyan value is 5.67%
  • magenta value is 0.00%
  • yellow value is 45.39%
  • key color value is 44.71%
CMYK:
(6,0,45,45)
C6M0Y45K45 
(6%,0%,45%,45%)
(0.06/0.00/0.45/0.45)	

CMYK percentages

%5.67
%0
%45.39
%44.71

Codes

Color #858D4D in popluar color models

858D4D
RGB13314177
HSL68°29.36%42.75%
HSB/HSV68°45.39%55.29%
CMYK5.67%0.00%45.39%
44.71%

Color #858D4D in popluar number systems.

HEX858D4D
Decimal13314177
Binary10000101100011011001101
Octal205215115

Shades and tints

Shades of #858D4D

#858D4D
(133,141,77)
#798146
(121,129,70)
#6D753F
(109,117,63)
#616938
(97,105,56)
#555D31
(85,93,49)
#49512A
(73,81,42)
#3D4523
(61,69,35)
#31391C
(49,57,28)
#252D15
(37,45,21)
#19210E
(25,33,14)
#0D1507
(13,21,7)
#000000
(0,0,0)

Tints of #858D4D

#858D4D
(133,141,77)
#90975D
(144,151,93)
#9BA16D
(155,161,109)
#A6AB7D
(166,171,125)
#B1B58D
(177,181,141)
#BCBF9D
(188,191,157)
#C7C9AD
(199,201,173)
#D2D3BD
(210,211,189)
#DDDDCD
(221,221,205)
#E8E7DD
(232,231,221)
#F3F1ED
(243,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858D4D; }

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

This text font color is #858D4D.


Background Color

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

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

This div background color is #858D4D.


Border color

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

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

This div border color is #858D4D.


Opacity

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

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

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

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

This text has shadow with #858D4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858D4D on black background.


Color preview on white background

This text has color #858D4D on white background.



Black color preview on #858D4D background

This text has black color on #858D4D background.


White color preview on #858D4D background

This text has white color on #858D4D background.