COLOR #858A4B

HEX: #858A4B RGB: (133,138,75)

Color info

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

RGB color model

#858A4B color RGB value is (133,138,75).

RGB: (133,138,75) (52%, 54%, 29%)

RGB channels and saturation

R 133 of 255 = 52%
G 138 of 255 = 54%
B 75 of 255 = 29%

133
138
75

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

Portions of RGB colors in percentages

R + G + B = 133 + 138 + 75 = 346 (100%)
R 133 of 346 ~ 38.44%
G 138 of 346 ~ 39.88%
B 75 of 346 ~ 21.68'%

%38.44
%39.88
%21.68

CMYK color model

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

  • cyan value is 3.62%
  • magenta value is 0.00%
  • yellow value is 45.65%
  • key color value is 45.88%

CMYK: (4,0,46,46)
C4M0Y46K46 (4%, 0%, 46%, 46%)
(0.04 / 0.00 / 0.46 / 0.46)

CMYK percentages

%3.62
%0
%45.65
%45.88

Codes

Color #858A4B in popluar color models

85 8A 4B
RGB 133 138 75
HSL 65° 29.58% 41.76%
HSB/HSV 65° 45.65% 54.12%
CMYK 3.62% 0.00% 45.65%
45.88%

Color #858A4B in popluar number systems.

HEX 85 8A 4B
Decimal 133 138 75
Binary 10000101 10001010 1001011
Octal 205 212 113

Shades and tints

Shades of #858A4B

#858A4B
(133,138,75)
#797E45
(121,126,69)
#6D723F
(109,114,63)
#616639
(97,102,57)
#555A33
(85,90,51)
#494E2D
(73,78,45)
#3D4227
(61,66,39)
#313621
(49,54,33)
#252A1B
(37,42,27)
#191E15
(25,30,21)
#0D120F
(13,18,15)
#000000
(0,0,0)

Tints of #858A4B

#858A4B
(133,138,75)
#90945B
(144,148,91)
#9B9E6B
(155,158,107)
#A6A87B
(166,168,123)
#B1B28B
(177,178,139)
#BCBC9B
(188,188,155)
#C7C6AB
(199,198,171)
#D2D0BB
(210,208,187)
#DDDACB
(221,218,203)
#E8E4DB
(232,228,219)
#F3EEEB
(243,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858A4B; }

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

This text font color is #858A4B.

Background Color

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

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

This div background color is #858A4B.

Border color

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

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

This div border color is #858A4B.

Opacity

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

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

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

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

This text has shadow with #858A4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #858A4B.

Preview

Color preview on black background

This text has color #858A4B on black background.


Color preview on white background

This text has color #858A4B on white background.


Black color preview on #858A4B background

This text has black color on #858A4B background.


White color preview on #858A4B background

This text has white color on #858A4B background.


Related colors

Complementary color

Complementary color for #hex is #7A75B4.


I love getcolorcode.com

Triadic colors

1 #4B858A and #8A4B85 with #858A4B are triadic colors.

2 #4B8A85 and #8A854B with #858A4B are triadic colors.