COLOR #599387

HEX: #599387
RGB: (89,147,135)

Color info

#599387 contains red, green and blue colors in about the same proportion. Web safe color of #599387 is #669999 (or #699).

RGB color model

#599387 color RGB value is (89,147,135).

  • red value is 89;
  • green value is 147;
  • blue value is 135.
RGB:
(89,147,135)
(35%,58%,53%)

RGB channels and saturation

R 89 of 255 = 35%
G 147 of 255 = 58%
B 135 of 255 = 53%

89
147
135

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

Portions of RGB colors in percentages

R + G + B =
89 + 147 + 135 = 371 (100%)
R 89 of 371 ~ 23.99%
G 147 of 371 ~ 39.62%
B 135 of 371 ~ 36.39%

%23.99
%39.62
%36.39

CMYK color model

#599387 color CMYK value is (39,0,8,42).

  • cyan value is 39.46%
  • magenta value is 0.00%
  • yellow value is 8.16%
  • key color value is 42.35%
CMYK:
(39,0,8,42)
C39M0Y8K42 
(39%,0%,8%,42%)
(0.39/0.00/0.08/0.42)	

CMYK percentages

%39.46
%0
%8.16
%42.35

Codes

Color #599387 in popluar color models

599387
RGB89147135
HSL168°24.58%46.27%
HSB/HSV168°39.46%57.65%
CMYK39.46%0.00%8.16%
42.35%

Color #599387 in popluar number systems.

HEX599387
Decimal89147135
Binary10110011001001110000111
Octal131223207

Shades and tints

Shades of #599387

#599387
(89,147,135)
#51867B
(81,134,123)
#49796F
(73,121,111)
#416C63
(65,108,99)
#395F57
(57,95,87)
#31524B
(49,82,75)
#29453F
(41,69,63)
#213833
(33,56,51)
#192B27
(25,43,39)
#111E1B
(17,30,27)
#09110F
(9,17,15)
#000000
(0,0,0)

Tints of #599387

#599387
(89,147,135)
#689C91
(104,156,145)
#77A59B
(119,165,155)
#86AEA5
(134,174,165)
#95B7AF
(149,183,175)
#A4C0B9
(164,192,185)
#B3C9C3
(179,201,195)
#C2D2CD
(194,210,205)
#D1DBD7
(209,219,215)
#E0E4E1
(224,228,225)
#EFEDEB
(239,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #599387 color. Also use rgb(89,147,135) instead hex code.

Text Font Color

.myTextColor { color: #599387; }

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

This text font color is #599387.


Background Color

.myBgColor { background-color: #599387; }

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

This div background color is #599387.


Border color

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

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

This div border color is #599387.


Opacity

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

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

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

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

This text has shadow with #599387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #599387 on black background.


Color preview on white background

This text has color #599387 on white background.



Black color preview on #599387 background

This text has black color on #599387 background.


White color preview on #599387 background

This text has white color on #599387 background.