COLOR #858B4B

HEX: #858B4B RGB: (133,139,75)

Color info

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

RGB color model

#858B4B color RGB value is (133,139,75).

RGB: (133,139,75) (52%, 55%, 29%)

RGB channels and saturation

R 133 of 255 = 52%
G 139 of 255 = 55%
B 75 of 255 = 29%

133
139
75

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

Portions of RGB colors in percentages

R + G + B = 133 + 139 + 75 = 347 (100%)
R 133 of 347 ~ 38.33%
G 139 of 347 ~ 40.06%
B 75 of 347 ~ 21.61'%

%38.33
%40.06
%21.61

CMYK color model

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

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

CMYK: (4,0,46,45)
C4M0Y46K45 (4%, 0%, 46%, 45%)
(0.04 / 0.00 / 0.46 / 0.45)

CMYK percentages

%4.32
%0
%46.04
%45.49

Codes

Color #858B4B in popluar color models

85 8B 4B
RGB 133 139 75
HSL 66° 29.91% 41.96%
HSB/HSV 66° 46.04% 54.51%
CMYK 4.32% 0.00% 46.04%
45.49%

Color #858B4B in popluar number systems.

HEX 85 8B 4B
Decimal 133 139 75
Binary 10000101 10001011 1001011
Octal 205 213 113

Shades and tints

Shades of #858B4B

#858B4B
(133,139,75)
#797F45
(121,127,69)
#6D733F
(109,115,63)
#616739
(97,103,57)
#555B33
(85,91,51)
#494F2D
(73,79,45)
#3D4327
(61,67,39)
#313721
(49,55,33)
#252B1B
(37,43,27)
#191F15
(25,31,21)
#0D130F
(13,19,15)
#000000
(0,0,0)

Tints of #858B4B

#858B4B
(133,139,75)
#90955B
(144,149,91)
#9B9F6B
(155,159,107)
#A6A97B
(166,169,123)
#B1B38B
(177,179,139)
#BCBD9B
(188,189,155)
#C7C7AB
(199,199,171)
#D2D1BB
(210,209,187)
#DDDBCB
(221,219,203)
#E8E5DB
(232,229,219)
#F3EFEB
(243,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858B4B; }

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

This text font color is #858B4B.

Background Color

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

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

This div background color is #858B4B.

Border color

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

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

This div border color is #858B4B.

Opacity

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

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

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

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

This text has shadow with #858B4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #858B4B.

Preview

Color preview on black background

This text has color #858B4B on black background.


Color preview on white background

This text has color #858B4B on white background.


Black color preview on #858B4B background

This text has black color on #858B4B background.


White color preview on #858B4B background

This text has white color on #858B4B background.


Related colors

Complementary color

Complementary color for #hex is #7A74B4.


I love getcolorcode.com

Triadic colors

1 #4B858B and #8B4B85 with #858B4B are triadic colors.

2 #4B8B85 and #8B854B with #858B4B are triadic colors.