COLOR #859993

HEX: #859993
RGB: (133,153,147)

Color info

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

RGB color model

#859993 color RGB value is (133,153,147).

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

RGB channels and saturation

R 133 of 255 = 52%
G 153 of 255 = 60%
B 147 of 255 = 58%

133
153
147

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

Portions of RGB colors in percentages

R + G + B =
133 + 153 + 147 = 433 (100%)
R 133 of 433 ~ 30.72%
G 153 of 433 ~ 35.33%
B 147 of 433 ~ 33.95%

%30.72
%35.33
%33.95

CMYK color model

#859993 color CMYK value is (13,0,4,40).

  • cyan value is 13.07%
  • magenta value is 0.00%
  • yellow value is 3.92%
  • key color value is 40.00%
CMYK:
(13,0,4,40)
C13M0Y4K40 
(13%,0%,4%,40%)
(0.13/0.00/0.04/0.40)	

CMYK percentages

%13.07
%0
%3.92
%40

Codes

Color #859993 in popluar color models

859993
RGB133153147
HSL162°8.93%56.08%
HSB/HSV162°13.07%60.00%
CMYK13.07%0.00%3.92%
40.00%

Color #859993 in popluar number systems.

HEX859993
Decimal133153147
Binary100001011001100110010011
Octal205231223

Shades and tints

Shades of #859993

#859993
(133,153,147)
#798C86
(121,140,134)
#6D7F79
(109,127,121)
#61726C
(97,114,108)
#55655F
(85,101,95)
#495852
(73,88,82)
#3D4B45
(61,75,69)
#313E38
(49,62,56)
#25312B
(37,49,43)
#19241E
(25,36,30)
#0D1711
(13,23,17)
#000000
(0,0,0)

Tints of #859993

#859993
(133,153,147)
#90A29C
(144,162,156)
#9BABA5
(155,171,165)
#A6B4AE
(166,180,174)
#B1BDB7
(177,189,183)
#BCC6C0
(188,198,192)
#C7CFC9
(199,207,201)
#D2D8D2
(210,216,210)
#DDE1DB
(221,225,219)
#E8EAE4
(232,234,228)
#F3F3ED
(243,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #859993; }

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

This text font color is #859993.


Background Color

.myBgColor { background-color: #859993; }

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

This div background color is #859993.


Border color

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

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

This div border color is #859993.


Opacity

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

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

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

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

This text has shadow with #859993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859993 on black background.


Color preview on white background

This text has color #859993 on white background.



Black color preview on #859993 background

This text has black color on #859993 background.


White color preview on #859993 background

This text has white color on #859993 background.