COLOR #859195

HEX: #859195
RGB: (133,145,149)

Color info

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

RGB color model

#859195 color RGB value is (133,145,149).

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

RGB channels and saturation

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

133
145
149

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

Portions of RGB colors in percentages

R + G + B =
133 + 145 + 149 = 427 (100%)
R 133 of 427 ~ 31.15%
G 145 of 427 ~ 33.96%
B 149 of 427 ~ 34.89%

%31.15
%33.96
%34.89

CMYK color model

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

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

CMYK percentages

%10.74
%2.68
%0
%41.57

Codes

Color #859195 in popluar color models

859195
RGB133145149
HSL195°7.02%55.29%
HSB/HSV195°10.74%58.43%
CMYK10.74%2.68%0.00%
41.57%

Color #859195 in popluar number systems.

HEX859195
Decimal133145149
Binary100001011001000110010101
Octal205221225

Shades and tints

Shades of #859195

#859195
(133,145,149)
#798488
(121,132,136)
#6D777B
(109,119,123)
#616A6E
(97,106,110)
#555D61
(85,93,97)
#495054
(73,80,84)
#3D4347
(61,67,71)
#31363A
(49,54,58)
#25292D
(37,41,45)
#191C20
(25,28,32)
#0D0F13
(13,15,19)
#000000
(0,0,0)

Tints of #859195

#859195
(133,145,149)
#909B9E
(144,155,158)
#9BA5A7
(155,165,167)
#A6AFB0
(166,175,176)
#B1B9B9
(177,185,185)
#BCC3C2
(188,195,194)
#C7CDCB
(199,205,203)
#D2D7D4
(210,215,212)
#DDE1DD
(221,225,221)
#E8EBE6
(232,235,230)
#F3F5EF
(243,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #859195; }

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

This text font color is #859195.


Background Color

.myBgColor { background-color: #859195; }

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

This div background color is #859195.


Border color

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

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

This div border color is #859195.


Opacity

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

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

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

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

This text has shadow with #859195 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859195 on black background.


Color preview on white background

This text has color #859195 on white background.



Black color preview on #859195 background

This text has black color on #859195 background.


White color preview on #859195 background

This text has white color on #859195 background.