COLOR #858288

HEX: #858288
RGB: (133,130,136)

Color info

#858288 contains red, green and blue colors in about the same proportion. Web safe color of #858288 is #999999 (or #999).

RGB color model

#858288 color RGB value is (133,130,136).

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

RGB channels and saturation

R 133 of 255 = 52%
G 130 of 255 = 51%
B 136 of 255 = 53%

133
130
136

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

Portions of RGB colors in percentages

R + G + B =
133 + 130 + 136 = 399 (100%)
R 133 of 399 ~ 33.33%
G 130 of 399 ~ 32.58%
B 136 of 399 ~ 34.09%

%33.33
%32.58
%34.09

CMYK color model

#858288 color CMYK value is (2,4,0,47).

  • cyan value is 2.21%
  • magenta value is 4.41%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(2,4,0,47)
C2M4Y0K47 
(2%,4%,0%,47%)
(0.02/0.04/0.00/0.47)	

CMYK percentages

%2.21
%4.41
%0
%46.67

Codes

Color #858288 in popluar color models

858288
RGB133130136
HSL270°2.46%52.16%
HSB/HSV270°4.41%53.33%
CMYK2.21%4.41%0.00%
46.67%

Color #858288 in popluar number systems.

HEX858288
Decimal133130136
Binary100001011000001010001000
Octal205202210

Shades and tints

Shades of #858288

#858288
(133,130,136)
#79777C
(121,119,124)
#6D6C70
(109,108,112)
#616164
(97,97,100)
#555658
(85,86,88)
#494B4C
(73,75,76)
#3D4040
(61,64,64)
#313534
(49,53,52)
#252A28
(37,42,40)
#191F1C
(25,31,28)
#0D1410
(13,20,16)
#000000
(0,0,0)

Tints of #858288

#858288
(133,130,136)
#908D92
(144,141,146)
#9B989C
(155,152,156)
#A6A3A6
(166,163,166)
#B1AEB0
(177,174,176)
#BCB9BA
(188,185,186)
#C7C4C4
(199,196,196)
#D2CFCE
(210,207,206)
#DDDAD8
(221,218,216)
#E8E5E2
(232,229,226)
#F3F0EC
(243,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858288; }

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

This text font color is #858288.


Background Color

.myBgColor { background-color: #858288; }

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

This div background color is #858288.


Border color

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

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

This div border color is #858288.


Opacity

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

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

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

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

This text has shadow with #858288 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858288 on black background.


Color preview on white background

This text has color #858288 on white background.



Black color preview on #858288 background

This text has black color on #858288 background.


White color preview on #858288 background

This text has white color on #858288 background.