COLOR #859394

HEX: #859394
RGB: (133,147,148)

Color info

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

RGB color model

#859394 color RGB value is (133,147,148).

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

RGB channels and saturation

R 133 of 255 = 52%
G 147 of 255 = 58%
B 148 of 255 = 58%

133
147
148

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

Portions of RGB colors in percentages

R + G + B =
133 + 147 + 148 = 428 (100%)
R 133 of 428 ~ 31.07%
G 147 of 428 ~ 34.35%
B 148 of 428 ~ 34.58%

%31.07
%34.35
%34.58

CMYK color model

#859394 color CMYK value is (10,1,0,42).

  • cyan value is 10.14%
  • magenta value is 0.68%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(10,1,0,42)
C10M1Y0K42 
(10%,1%,0%,42%)
(0.10/0.01/0.00/0.42)	

CMYK percentages

%10.14
%0.68
%0
%41.96

Codes

Color #859394 in popluar color models

859394
RGB133147148
HSL184°6.55%55.10%
HSB/HSV184°10.14%58.04%
CMYK10.14%0.68%0.00%
41.96%

Color #859394 in popluar number systems.

HEX859394
Decimal133147148
Binary100001011001001110010100
Octal205223224

Shades and tints

Shades of #859394

#859394
(133,147,148)
#798687
(121,134,135)
#6D797A
(109,121,122)
#616C6D
(97,108,109)
#555F60
(85,95,96)
#495253
(73,82,83)
#3D4546
(61,69,70)
#313839
(49,56,57)
#252B2C
(37,43,44)
#191E1F
(25,30,31)
#0D1112
(13,17,18)
#000000
(0,0,0)

Tints of #859394

#859394
(133,147,148)
#909C9D
(144,156,157)
#9BA5A6
(155,165,166)
#A6AEAF
(166,174,175)
#B1B7B8
(177,183,184)
#BCC0C1
(188,192,193)
#C7C9CA
(199,201,202)
#D2D2D3
(210,210,211)
#DDDBDC
(221,219,220)
#E8E4E5
(232,228,229)
#F3EDEE
(243,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #859394; }

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

This text font color is #859394.


Background Color

.myBgColor { background-color: #859394; }

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

This div background color is #859394.


Border color

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

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

This div border color is #859394.


Opacity

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

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

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

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

This text has shadow with #859394 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859394 on black background.


Color preview on white background

This text has color #859394 on white background.



Black color preview on #859394 background

This text has black color on #859394 background.


White color preview on #859394 background

This text has white color on #859394 background.