COLOR #858255

HEX: #858255
RGB: (133,130,85)

Color info

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

RGB color model

#858255 color RGB value is (133,130,85).

  • red value is 133;
  • green value is 130;
  • blue value is 85.
RGB:
(133,130,85)
(52%,51%,33%)

RGB channels and saturation

R 133 of 255 = 52%
G 130 of 255 = 51%
B 85 of 255 = 33%

133
130
85

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

Portions of RGB colors in percentages

R + G + B =
133 + 130 + 85 = 348 (100%)
R 133 of 348 ~ 38.22%
G 130 of 348 ~ 37.36%
B 85 of 348 ~ 24.43%

%38.22
%37.36
%24.43

CMYK color model

#858255 color CMYK value is (0,2,36,48).

  • cyan value is 0.00%
  • magenta value is 2.26%
  • yellow value is 36.09%
  • key color value is 47.84%
CMYK:
(0,2,36,48)
C0M2Y36K48 
(0%,2%,36%,48%)
(0.00/0.02/0.36/0.48)	

CMYK percentages

%0
%2.26
%36.09
%47.84

Codes

Color #858255 in popluar color models

858255
RGB13313085
HSL56°22.02%42.75%
HSB/HSV56°36.09%52.16%
CMYK0.00%2.26%36.09%
47.84%

Color #858255 in popluar number systems.

HEX858255
Decimal13313085
Binary10000101100000101010101
Octal205202125

Shades and tints

Shades of #858255

#858255
(133,130,85)
#79774E
(121,119,78)
#6D6C47
(109,108,71)
#616140
(97,97,64)
#555639
(85,86,57)
#494B32
(73,75,50)
#3D402B
(61,64,43)
#313524
(49,53,36)
#252A1D
(37,42,29)
#191F16
(25,31,22)
#0D140F
(13,20,15)
#000000
(0,0,0)

Tints of #858255

#858255
(133,130,85)
#908D64
(144,141,100)
#9B9873
(155,152,115)
#A6A382
(166,163,130)
#B1AE91
(177,174,145)
#BCB9A0
(188,185,160)
#C7C4AF
(199,196,175)
#D2CFBE
(210,207,190)
#DDDACD
(221,218,205)
#E8E5DC
(232,229,220)
#F3F0EB
(243,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858255; }

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

This text font color is #858255.


Background Color

.myBgColor { background-color: #858255; }

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

This div background color is #858255.


Border color

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

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

This div border color is #858255.


Opacity

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

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

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

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

This text has shadow with #858255 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858255 on black background.


Color preview on white background

This text has color #858255 on white background.



Black color preview on #858255 background

This text has black color on #858255 background.


White color preview on #858255 background

This text has white color on #858255 background.