COLOR #858D80

HEX: #858D80
RGB: (133,141,128)

Color info

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

RGB color model

#858D80 color RGB value is (133,141,128).

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

RGB channels and saturation

R 133 of 255 = 52%
G 141 of 255 = 55%
B 128 of 255 = 50%

133
141
128

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

Portions of RGB colors in percentages

R + G + B =
133 + 141 + 128 = 402 (100%)
R 133 of 402 ~ 33.08%
G 141 of 402 ~ 35.07%
B 128 of 402 ~ 31.84%

%33.08
%35.07
%31.84

CMYK color model

#858D80 color CMYK value is (6,0,9,45).

  • cyan value is 5.67%
  • magenta value is 0.00%
  • yellow value is 9.22%
  • key color value is 44.71%
CMYK:
(6,0,9,45)
C6M0Y9K45 
(6%,0%,9%,45%)
(0.06/0.00/0.09/0.45)	

CMYK percentages

%5.67
%0
%9.22
%44.71

Codes

Color #858D80 in popluar color models

858D80
RGB133141128
HSL97°5.39%52.75%
HSB/HSV97°9.22%55.29%
CMYK5.67%0.00%9.22%
44.71%

Color #858D80 in popluar number systems.

HEX858D80
Decimal133141128
Binary100001011000110110000000
Octal205215200

Shades and tints

Shades of #858D80

#858D80
(133,141,128)
#798175
(121,129,117)
#6D756A
(109,117,106)
#61695F
(97,105,95)
#555D54
(85,93,84)
#495149
(73,81,73)
#3D453E
(61,69,62)
#313933
(49,57,51)
#252D28
(37,45,40)
#19211D
(25,33,29)
#0D1512
(13,21,18)
#000000
(0,0,0)

Tints of #858D80

#858D80
(133,141,128)
#90978B
(144,151,139)
#9BA196
(155,161,150)
#A6ABA1
(166,171,161)
#B1B5AC
(177,181,172)
#BCBFB7
(188,191,183)
#C7C9C2
(199,201,194)
#D2D3CD
(210,211,205)
#DDDDD8
(221,221,216)
#E8E7E3
(232,231,227)
#F3F1EE
(243,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858D80; }

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

This text font color is #858D80.


Background Color

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

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

This div background color is #858D80.


Border color

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

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

This div border color is #858D80.


Opacity

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

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

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

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

This text has shadow with #858D80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858D80 on black background.


Color preview on white background

This text has color #858D80 on white background.



Black color preview on #858D80 background

This text has black color on #858D80 background.


White color preview on #858D80 background

This text has white color on #858D80 background.