COLOR #859794

HEX: #859794
RGB: (133,151,148)

Color info

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

RGB color model

#859794 color RGB value is (133,151,148).

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

RGB channels and saturation

R 133 of 255 = 52%
G 151 of 255 = 59%
B 148 of 255 = 58%

133
151
148

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

Portions of RGB colors in percentages

R + G + B =
133 + 151 + 148 = 432 (100%)
R 133 of 432 ~ 30.79%
G 151 of 432 ~ 34.95%
B 148 of 432 ~ 34.26%

%30.79
%34.95
%34.26

CMYK color model

#859794 color CMYK value is (12,0,2,41).

  • cyan value is 11.92%
  • magenta value is 0.00%
  • yellow value is 1.99%
  • key color value is 40.78%
CMYK:
(12,0,2,41)
C12M0Y2K41 
(12%,0%,2%,41%)
(0.12/0.00/0.02/0.41)	

CMYK percentages

%11.92
%0
%1.99
%40.78

Codes

Color #859794 in popluar color models

859794
RGB133151148
HSL170°7.96%55.69%
HSB/HSV170°11.92%59.22%
CMYK11.92%0.00%1.99%
40.78%

Color #859794 in popluar number systems.

HEX859794
Decimal133151148
Binary100001011001011110010100
Octal205227224

Shades and tints

Shades of #859794

#859794
(133,151,148)
#798A87
(121,138,135)
#6D7D7A
(109,125,122)
#61706D
(97,112,109)
#556360
(85,99,96)
#495653
(73,86,83)
#3D4946
(61,73,70)
#313C39
(49,60,57)
#252F2C
(37,47,44)
#19221F
(25,34,31)
#0D1512
(13,21,18)
#000000
(0,0,0)

Tints of #859794

#859794
(133,151,148)
#90A09D
(144,160,157)
#9BA9A6
(155,169,166)
#A6B2AF
(166,178,175)
#B1BBB8
(177,187,184)
#BCC4C1
(188,196,193)
#C7CDCA
(199,205,202)
#D2D6D3
(210,214,211)
#DDDFDC
(221,223,220)
#E8E8E5
(232,232,229)
#F3F1EE
(243,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #859794; }

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

This text font color is #859794.


Background Color

.myBgColor { background-color: #859794; }

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

This div background color is #859794.


Border color

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

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

This div border color is #859794.


Opacity

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

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

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

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

This text has shadow with #859794 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859794 on black background.


Color preview on white background

This text has color #859794 on white background.



Black color preview on #859794 background

This text has black color on #859794 background.


White color preview on #859794 background

This text has white color on #859794 background.