COLOR #859190

HEX: #859190
RGB: (133,145,144)

Color info

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

RGB color model

#859190 color RGB value is (133,145,144).

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

RGB channels and saturation

R 133 of 255 = 52%
G 145 of 255 = 57%
B 144 of 255 = 56%

133
145
144

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

Portions of RGB colors in percentages

R + G + B =
133 + 145 + 144 = 422 (100%)
R 133 of 422 ~ 31.52%
G 145 of 422 ~ 34.36%
B 144 of 422 ~ 34.12%

%31.52
%34.36
%34.12

CMYK color model

#859190 color CMYK value is (8,0,1,43).

  • cyan value is 8.28%
  • magenta value is 0.00%
  • yellow value is 0.69%
  • key color value is 43.14%
CMYK:
(8,0,1,43)
C8M0Y1K43 
(8%,0%,1%,43%)
(0.08/0.00/0.01/0.43)	

CMYK percentages

%8.28
%0
%0.69
%43.14

Codes

Color #859190 in popluar color models

859190
RGB133145144
HSL175°5.17%54.51%
HSB/HSV175°8.28%56.86%
CMYK8.28%0.00%0.69%
43.14%

Color #859190 in popluar number systems.

HEX859190
Decimal133145144
Binary100001011001000110010000
Octal205221220

Shades and tints

Shades of #859190

#859190
(133,145,144)
#798483
(121,132,131)
#6D7776
(109,119,118)
#616A69
(97,106,105)
#555D5C
(85,93,92)
#49504F
(73,80,79)
#3D4342
(61,67,66)
#313635
(49,54,53)
#252928
(37,41,40)
#191C1B
(25,28,27)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #859190

#859190
(133,145,144)
#909B9A
(144,155,154)
#9BA5A4
(155,165,164)
#A6AFAE
(166,175,174)
#B1B9B8
(177,185,184)
#BCC3C2
(188,195,194)
#C7CDCC
(199,205,204)
#D2D7D6
(210,215,214)
#DDE1E0
(221,225,224)
#E8EBEA
(232,235,234)
#F3F5F4
(243,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #859190; }

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

This text font color is #859190.


Background Color

.myBgColor { background-color: #859190; }

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

This div background color is #859190.


Border color

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

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

This div border color is #859190.


Opacity

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

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

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

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

This text has shadow with #859190 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859190 on black background.


Color preview on white background

This text has color #859190 on white background.



Black color preview on #859190 background

This text has black color on #859190 background.


White color preview on #859190 background

This text has white color on #859190 background.