COLOR #599B97

HEX: #599B97
RGB: (89,155,151)

Color info

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

RGB color model

#599B97 color RGB value is (89,155,151).

  • red value is 89;
  • green value is 155;
  • blue value is 151.
RGB:
(89,155,151)
(35%,61%,59%)

RGB channels and saturation

R 89 of 255 = 35%
G 155 of 255 = 61%
B 151 of 255 = 59%

89
155
151

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

Portions of RGB colors in percentages

R + G + B =
89 + 155 + 151 = 395 (100%)
R 89 of 395 ~ 22.53%
G 155 of 395 ~ 39.24%
B 151 of 395 ~ 38.23%

%22.53
%39.24
%38.23

CMYK color model

#599B97 color CMYK value is (43,0,3,39).

  • cyan value is 42.58%
  • magenta value is 0.00%
  • yellow value is 2.58%
  • key color value is 39.22%
CMYK:
(43,0,3,39)
C43M0Y3K39 
(43%,0%,3%,39%)
(0.43/0.00/0.03/0.39)	

CMYK percentages

%42.58
%0
%2.58
%39.22

Codes

Color #599B97 in popluar color models

599B97
RGB89155151
HSL176°27.05%47.84%
HSB/HSV176°42.58%60.78%
CMYK42.58%0.00%2.58%
39.22%

Color #599B97 in popluar number systems.

HEX599B97
Decimal89155151
Binary10110011001101110010111
Octal131233227

Shades and tints

Shades of #599B97

#599B97
(89,155,151)
#518D8A
(81,141,138)
#497F7D
(73,127,125)
#417170
(65,113,112)
#396363
(57,99,99)
#315556
(49,85,86)
#294749
(41,71,73)
#21393C
(33,57,60)
#192B2F
(25,43,47)
#111D22
(17,29,34)
#090F15
(9,15,21)
#000000
(0,0,0)

Tints of #599B97

#599B97
(89,155,151)
#68A4A0
(104,164,160)
#77ADA9
(119,173,169)
#86B6B2
(134,182,178)
#95BFBB
(149,191,187)
#A4C8C4
(164,200,196)
#B3D1CD
(179,209,205)
#C2DAD6
(194,218,214)
#D1E3DF
(209,227,223)
#E0ECE8
(224,236,232)
#EFF5F1
(239,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #599B97 color. Also use rgb(89,155,151) instead hex code.

Text Font Color

.myTextColor { color: #599B97; }

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

This text font color is #599B97.


Background Color

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

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

This div background color is #599B97.


Border color

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

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

This div border color is #599B97.


Opacity

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

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

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

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

This text has shadow with #599B97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #599B97 on black background.


Color preview on white background

This text has color #599B97 on white background.



Black color preview on #599B97 background

This text has black color on #599B97 background.


White color preview on #599B97 background

This text has white color on #599B97 background.