COLOR #599697

HEX: #599697
RGB: (89,150,151)

Color info

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

RGB color model

#599697 color RGB value is (89,150,151).

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

RGB channels and saturation

R 89 of 255 = 35%
G 150 of 255 = 59%
B 151 of 255 = 59%

89
150
151

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

Portions of RGB colors in percentages

R + G + B =
89 + 150 + 151 = 390 (100%)
R 89 of 390 ~ 22.82%
G 150 of 390 ~ 38.46%
B 151 of 390 ~ 38.72%

%22.82
%38.46
%38.72

CMYK color model

#599697 color CMYK value is (41,1,0,41).

  • cyan value is 41.06%
  • magenta value is 0.66%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(41,1,0,41)
C41M1Y0K41 
(41%,1%,0%,41%)
(0.41/0.01/0.00/0.41)	

CMYK percentages

%41.06
%0.66
%0
%40.78

Codes

Color #599697 in popluar color models

599697
RGB89150151
HSL181°25.83%47.06%
HSB/HSV181°41.06%59.22%
CMYK41.06%0.66%0.00%
40.78%

Color #599697 in popluar number systems.

HEX599697
Decimal89150151
Binary10110011001011010010111
Octal131226227

Shades and tints

Shades of #599697

#599697
(89,150,151)
#51898A
(81,137,138)
#497C7D
(73,124,125)
#416F70
(65,111,112)
#396263
(57,98,99)
#315556
(49,85,86)
#294849
(41,72,73)
#213B3C
(33,59,60)
#192E2F
(25,46,47)
#112122
(17,33,34)
#091415
(9,20,21)
#000000
(0,0,0)

Tints of #599697

#599697
(89,150,151)
#689FA0
(104,159,160)
#77A8A9
(119,168,169)
#86B1B2
(134,177,178)
#95BABB
(149,186,187)
#A4C3C4
(164,195,196)
#B3CCCD
(179,204,205)
#C2D5D6
(194,213,214)
#D1DEDF
(209,222,223)
#E0E7E8
(224,231,232)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #599697; }

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

This text font color is #599697.


Background Color

.myBgColor { background-color: #599697; }

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

This div background color is #599697.


Border color

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

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

This div border color is #599697.


Opacity

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

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

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

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

This text has shadow with #599697 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #599697 on black background.


Color preview on white background

This text has color #599697 on white background.



Black color preview on #599697 background

This text has black color on #599697 background.


White color preview on #599697 background

This text has white color on #599697 background.