COLOR #858595

HEX: #858595
RGB: (133,133,149)

Color info

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

RGB color model

#858595 color RGB value is (133,133,149).

  • red value is 133;
  • green value is 133;
  • blue value is 149.
RGB: (133,133,149) (52%,52%,58%)

RGB channels and saturation

R 133 of 255 = 52%
G 133 of 255 = 52%
B 149 of 255 = 58%

133
133
149

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

Portions of RGB colors in percentages

R + G + B =
133 + 133 + 149 = 415 (100%)
R 133 of 415 ~ 32.05%
G 133 of 415 ~ 32.05%
B 149 of 415 ~ 35.9%

%32.05
%32.05
%35.9

CMYK color model

#858595 color CMYK value is (11,11,0,42).

  • cyan value is 10.74%
  • magenta value is 10.74%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK: (11,11,0,42) C11M11Y0K42 (11%,11%,0%,42%) (0.11/0.11/0.00/0.42)

CMYK percentages

%10.74
%10.74
%0
%41.57

Codes

Color #858595 in popluar color models

858595
RGB133133149
HSL240°7.02%55.29%
HSB/HSV240°10.74%58.43%
CMYK10.74%10.74%0.00%
41.57%

Color #858595 in popluar number systems.

HEX858595
Decimal133133149
Binary100001011000010110010101
Octal205205225

Shades and tints

Shades of #858595

#858595
(133,133,149)
#797988
(121,121,136)
#6D6D7B
(109,109,123)
#61616E
(97,97,110)
#555561
(85,85,97)
#494954
(73,73,84)
#3D3D47
(61,61,71)
#31313A
(49,49,58)
#25252D
(37,37,45)
#191920
(25,25,32)
#0D0D13
(13,13,19)
#000000
(0,0,0)

Tints of #858595

#858595
(133,133,149)
#90909E
(144,144,158)
#9B9BA7
(155,155,167)
#A6A6B0
(166,166,176)
#B1B1B9
(177,177,185)
#BCBCC2
(188,188,194)
#C7C7CB
(199,199,203)
#D2D2D4
(210,210,212)
#DDDDDD
(221,221,221)
#E8E8E6
(232,232,230)
#F3F3EF
(243,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858595; }

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

This text font color is #858595.


Background Color

.myBgColor { background-color: #858595; }

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

This div background color is #858595.


Border color

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

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

This div border color is #858595.


Opacity

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

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

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

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

This text has shadow with #858595 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #858595 on black background.


Color preview on white background

This text has color #858595 on white background.



Black color preview on #858595 background

This text has black color on #858595 background.


White color preview on #858595 background

This text has white color on #858595 background.