COLOR #858556

HEX: #858556 RGB: (133,133,86)

Color info

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

RGB color model

#858556 color RGB value is (133,133,86).

RGB: (133,133,86) (52%, 52%, 34%)

RGB channels and saturation

R 133 of 255 = 52%
G 133 of 255 = 52%
B 86 of 255 = 34%

133
133
86

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

Portions of RGB colors in percentages

R + G + B = 133 + 133 + 86 = 352 (100%)
R 133 of 352 ~ 37.78%
G 133 of 352 ~ 37.78%
B 86 of 352 ~ 24.43'%

%37.78
%37.78
%24.43

CMYK color model

#858556 color CMYK value is (0,0,35,48).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 35.34%
  • key color value is 47.84%

CMYK: (0,0,35,48)
C0M0Y35K48 (0%, 0%, 35%, 48%)
(0.00 / 0.00 / 0.35 / 0.48)

CMYK percentages

%0
%0
%35.34
%47.84

Codes

Color #858556 in popluar color models

85 85 56
RGB 133 133 86
HSL 60° 21.46% 42.94%
HSB/HSV 60° 35.34% 52.16%
CMYK 0.00% 0.00% 35.34%
47.84%

Color #858556 in popluar number systems.

HEX 85 85 56
Decimal 133 133 86
Binary 10000101 10000101 1010110
Octal 205 205 126

Shades and tints

Shades of #858556

#858556
(133,133,86)
#79794F
(121,121,79)
#6D6D48
(109,109,72)
#616141
(97,97,65)
#55553A
(85,85,58)
#494933
(73,73,51)
#3D3D2C
(61,61,44)
#313125
(49,49,37)
#25251E
(37,37,30)
#191917
(25,25,23)
#0D0D10
(13,13,16)
#000000
(0,0,0)

Tints of #858556

#858556
(133,133,86)
#909065
(144,144,101)
#9B9B74
(155,155,116)
#A6A683
(166,166,131)
#B1B192
(177,177,146)
#BCBCA1
(188,188,161)
#C7C7B0
(199,199,176)
#D2D2BF
(210,210,191)
#DDDDCE
(221,221,206)
#E8E8DD
(232,232,221)
#F3F3EC
(243,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #858556 color. Also use rgb(133,133,86) instead hex code.

Text Font Color

.myTextColor { color: #858556; }

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

This text font color is #858556.

Background Color

.myBgColor { background-color: #858556; }

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

This div background color is #858556.

Border color

.myBorderColor { border: 1px solid #858556; }

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

This div border color is #858556.

Opacity

.myOpacity80 { color: #858556; opacity: 0.8; }

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

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

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

This text has shadow with #858556 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #858556.

Preview

Color preview on black background

This text has color #858556 on black background.


Color preview on white background

This text has color #858556 on white background.


Black color preview on #858556 background

This text has black color on #858556 background.


White color preview on #858556 background

This text has white color on #858556 background.


Related colors

Complementary color

Complementary color for #hex is #7A7AA9.


I love getcolorcode.com