COLOR #858B4D

HEX: #858B4D RGB: (133,139,77)

Color info

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

RGB color model

#858B4D color RGB value is (133,139,77).

RGB: (133,139,77) (52%, 55%, 30%)

RGB channels and saturation

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

133
139
77

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

Portions of RGB colors in percentages

R + G + B = 133 + 139 + 77 = 349 (100%)
R 133 of 349 ~ 38.11%
G 139 of 349 ~ 39.83%
B 77 of 349 ~ 22.06'%

%38.11
%39.83
%22.06

CMYK color model

#858B4D color CMYK value is (4,0,45,45).

  • cyan value is 4.32%
  • magenta value is 0.00%
  • yellow value is 44.60%
  • key color value is 45.49%

CMYK: (4,0,45,45)
C4M0Y45K45 (4%, 0%, 45%, 45%)
(0.04 / 0.00 / 0.45 / 0.45)

CMYK percentages

%4.32
%0
%44.6
%45.49

Codes

Color #858B4D in popluar color models

85 8B 4D
RGB 133 139 77
HSL 66° 28.70% 42.35%
HSB/HSV 66° 44.60% 54.51%
CMYK 4.32% 0.00% 44.60%
45.49%

Color #858B4D in popluar number systems.

HEX 85 8B 4D
Decimal 133 139 77
Binary 10000101 10001011 1001101
Octal 205 213 115

Shades and tints

Shades of #858B4D

#858B4D
(133,139,77)
#797F46
(121,127,70)
#6D733F
(109,115,63)
#616738
(97,103,56)
#555B31
(85,91,49)
#494F2A
(73,79,42)
#3D4323
(61,67,35)
#31371C
(49,55,28)
#252B15
(37,43,21)
#191F0E
(25,31,14)
#0D1307
(13,19,7)
#000000
(0,0,0)

Tints of #858B4D

#858B4D
(133,139,77)
#90955D
(144,149,93)
#9B9F6D
(155,159,109)
#A6A97D
(166,169,125)
#B1B38D
(177,179,141)
#BCBD9D
(188,189,157)
#C7C7AD
(199,199,173)
#D2D1BD
(210,209,189)
#DDDBCD
(221,219,205)
#E8E5DD
(232,229,221)
#F3EFED
(243,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858B4D; }

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

This text font color is #858B4D.

Background Color

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

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

This div background color is #858B4D.

Border color

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

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

This div border color is #858B4D.

Opacity

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

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

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

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

This text has shadow with #858B4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #858B4D.

Preview

Color preview on black background

This text has color #858B4D on black background.


Color preview on white background

This text has color #858B4D on white background.


Black color preview on #858B4D background

This text has black color on #858B4D background.


White color preview on #858B4D background

This text has white color on #858B4D background.


Related colors

Complementary color

Complementary color for #hex is #7A74B2.


I love getcolorcode.com

Triadic colors

1 #4D858B and #8B4D85 with #858B4D are triadic colors.

2 #4D8B85 and #8B854D with #858B4D are triadic colors.