COLOR #858056

HEX: #858056
RGB: (133,128,86)

Color info

#858056 contains red, green and blue colors in about the same proportion. Web safe color of #858056 is #996666 (or #966).

RGB color model

#858056 color RGB value is (133,128,86).

  • red value is 133;
  • green value is 128;
  • blue value is 86.
RGB:
(133,128,86)
(52%,50%,34%)

RGB channels and saturation

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

133
128
86

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

Portions of RGB colors in percentages

R + G + B =
133 + 128 + 86 = 347 (100%)
R 133 of 347 ~ 38.33%
G 128 of 347 ~ 36.89%
B 86 of 347 ~ 24.78%

%38.33
%36.89
%24.78

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.76%
  • yellow value is 35.34%
  • key color value is 47.84%
CMYK:
(0,4,35,48)
C0M4Y35K48 
(0%,4%,35%,48%)
(0.00/0.04/0.35/0.48)	

CMYK percentages

%0
%3.76
%35.34
%47.84

Codes

Color #858056 in popluar color models

858056
RGB13312886
HSL54°21.46%42.94%
HSB/HSV54°35.34%52.16%
CMYK0.00%3.76%35.34%
47.84%

Color #858056 in popluar number systems.

HEX858056
Decimal13312886
Binary10000101100000001010110
Octal205200126

Shades and tints

Shades of #858056

#858056
(133,128,86)
#79754F
(121,117,79)
#6D6A48
(109,106,72)
#615F41
(97,95,65)
#55543A
(85,84,58)
#494933
(73,73,51)
#3D3E2C
(61,62,44)
#313325
(49,51,37)
#25281E
(37,40,30)
#191D17
(25,29,23)
#0D1210
(13,18,16)
#000000
(0,0,0)

Tints of #858056

#858056
(133,128,86)
#908B65
(144,139,101)
#9B9674
(155,150,116)
#A6A183
(166,161,131)
#B1AC92
(177,172,146)
#BCB7A1
(188,183,161)
#C7C2B0
(199,194,176)
#D2CDBF
(210,205,191)
#DDD8CE
(221,216,206)
#E8E3DD
(232,227,221)
#F3EEEC
(243,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858056; }

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

This text font color is #858056.


Background Color

.myBgColor { background-color: #858056; }

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

This div background color is #858056.


Border color

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

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

This div border color is #858056.


Opacity

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

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

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

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

This text has shadow with #858056 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858056 on black background.


Color preview on white background

This text has color #858056 on white background.



Black color preview on #858056 background

This text has black color on #858056 background.


White color preview on #858056 background

This text has white color on #858056 background.