COLOR #599C91

HEX: #599C91
RGB: (89,156,145)

Color info

#599C91 contains mainly green and blue colors. Web safe color of #599C91 is #669999 (or #699).

RGB color model

#599C91 color RGB value is (89,156,145).

  • red value is 89;
  • green value is 156;
  • blue value is 145.
RGB:
(89,156,145)
(35%,61%,57%)

RGB channels and saturation

R 89 of 255 = 35%
G 156 of 255 = 61%
B 145 of 255 = 57%

89
156
145

R + G + B ~ 51%. #599C91 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
89 + 156 + 145 = 390 (100%)
R 89 of 390 ~ 22.82%
G 156 of 390 ~ 40%
B 145 of 390 ~ 37.18%

%22.82
%40
%37.18

CMYK color model

#599C91 color CMYK value is (43,0,7,39).

  • cyan value is 42.95%
  • magenta value is 0.00%
  • yellow value is 7.05%
  • key color value is 38.82%
CMYK:
(43,0,7,39)
C43M0Y7K39 
(43%,0%,7%,39%)
(0.43/0.00/0.07/0.39)	

CMYK percentages

%42.95
%0
%7.05
%38.82

Codes

Color #599C91 in popluar color models

599C91
RGB89156145
HSL170°27.35%48.04%
HSB/HSV170°42.95%61.18%
CMYK42.95%0.00%7.05%
38.82%

Color #599C91 in popluar number systems.

HEX599C91
Decimal89156145
Binary10110011001110010010001
Octal131234221

Shades and tints

Shades of #599C91

#599C91
(89,156,145)
#518E84
(81,142,132)
#498077
(73,128,119)
#41726A
(65,114,106)
#39645D
(57,100,93)
#315650
(49,86,80)
#294843
(41,72,67)
#213A36
(33,58,54)
#192C29
(25,44,41)
#111E1C
(17,30,28)
#09100F
(9,16,15)
#000000
(0,0,0)

Tints of #599C91

#599C91
(89,156,145)
#68A59B
(104,165,155)
#77AEA5
(119,174,165)
#86B7AF
(134,183,175)
#95C0B9
(149,192,185)
#A4C9C3
(164,201,195)
#B3D2CD
(179,210,205)
#C2DBD7
(194,219,215)
#D1E4E1
(209,228,225)
#E0EDEB
(224,237,235)
#EFF6F5
(239,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #599C91 color. Also use rgb(89,156,145) instead hex code.

Text Font Color

.myTextColor { color: #599C91; }

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

This text font color is #599C91.


Background Color

.myBgColor { background-color: #599C91; }

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

This div background color is #599C91.


Border color

.myBorderColor { border: 1px solid #599C91; }

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

This div border color is #599C91.


Opacity

.myOpacity80 { color: #599C91; opacity: 0.8; }

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

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

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

This text has shadow with #599C91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #599C91 on black background.


Color preview on white background

This text has color #599C91 on white background.



Black color preview on #599C91 background

This text has black color on #599C91 background.


White color preview on #599C91 background

This text has white color on #599C91 background.