COLOR #859091

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

133
144
145

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

Portions of RGB colors in percentages

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

%31.52
%34.12
%34.36

CMYK color model

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

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

CMYK percentages

%8.28
%0.69
%0
%43.14

Codes

Color #859091 in popluar color models

859091
RGB133144145
HSL185°5.17%54.51%
HSB/HSV185°8.28%56.86%
CMYK8.28%0.69%0.00%
43.14%

Color #859091 in popluar number systems.

HEX859091
Decimal133144145
Binary100001011001000010010001
Octal205220221

Shades and tints

Shades of #859091

#859091
(133,144,145)
#798384
(121,131,132)
#6D7677
(109,118,119)
#61696A
(97,105,106)
#555C5D
(85,92,93)
#494F50
(73,79,80)
#3D4243
(61,66,67)
#313536
(49,53,54)
#252829
(37,40,41)
#191B1C
(25,27,28)
#0D0E0F
(13,14,15)
#000000
(0,0,0)

Tints of #859091

#859091
(133,144,145)
#909A9B
(144,154,155)
#9BA4A5
(155,164,165)
#A6AEAF
(166,174,175)
#B1B8B9
(177,184,185)
#BCC2C3
(188,194,195)
#C7CCCD
(199,204,205)
#D2D6D7
(210,214,215)
#DDE0E1
(221,224,225)
#E8EAEB
(232,234,235)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #859091; }

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

This text font color is #859091.


Background Color

.myBgColor { background-color: #859091; }

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

This div background color is #859091.


Border color

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

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

This div border color is #859091.


Opacity

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

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

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

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

This text has shadow with #859091 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859091 on black background.


Color preview on white background

This text has color #859091 on white background.



Black color preview on #859091 background

This text has black color on #859091 background.


White color preview on #859091 background

This text has white color on #859091 background.