COLOR #599D8F

HEX: #599D8F
RGB: (89,157,143)

Color info

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

RGB color model

#599D8F color RGB value is (89,157,143).

  • red value is 89;
  • green value is 157;
  • blue value is 143.
RGB:
(89,157,143)
(35%,62%,56%)

RGB channels and saturation

R 89 of 255 = 35%
G 157 of 255 = 62%
B 143 of 255 = 56%

89
157
143

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

Portions of RGB colors in percentages

R + G + B =
89 + 157 + 143 = 389 (100%)
R 89 of 389 ~ 22.88%
G 157 of 389 ~ 40.36%
B 143 of 389 ~ 36.76%

%22.88
%40.36
%36.76

CMYK color model

#599D8F color CMYK value is (43,0,9,38).

  • cyan value is 43.31%
  • magenta value is 0.00%
  • yellow value is 8.92%
  • key color value is 38.43%
CMYK:
(43,0,9,38)
C43M0Y9K38 
(43%,0%,9%,38%)
(0.43/0.00/0.09/0.38)	

CMYK percentages

%43.31
%0
%8.92
%38.43

Codes

Color #599D8F in popluar color models

599D8F
RGB89157143
HSL168°27.64%48.24%
HSB/HSV168°43.31%61.57%
CMYK43.31%0.00%8.92%
38.43%

Color #599D8F in popluar number systems.

HEX599D8F
Decimal89157143
Binary10110011001110110001111
Octal131235217

Shades and tints

Shades of #599D8F

#599D8F
(89,157,143)
#518F82
(81,143,130)
#498175
(73,129,117)
#417368
(65,115,104)
#39655B
(57,101,91)
#31574E
(49,87,78)
#294941
(41,73,65)
#213B34
(33,59,52)
#192D27
(25,45,39)
#111F1A
(17,31,26)
#09110D
(9,17,13)
#000000
(0,0,0)

Tints of #599D8F

#599D8F
(89,157,143)
#68A599
(104,165,153)
#77ADA3
(119,173,163)
#86B5AD
(134,181,173)
#95BDB7
(149,189,183)
#A4C5C1
(164,197,193)
#B3CDCB
(179,205,203)
#C2D5D5
(194,213,213)
#D1DDDF
(209,221,223)
#E0E5E9
(224,229,233)
#EFEDF3
(239,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #599D8F color. Also use rgb(89,157,143) instead hex code.

Text Font Color

.myTextColor { color: #599D8F; }

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

This text font color is #599D8F.


Background Color

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

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

This div background color is #599D8F.


Border color

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

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

This div border color is #599D8F.


Opacity

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

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

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

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

This text has shadow with #599D8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #599D8F on black background.


Color preview on white background

This text has color #599D8F on white background.



Black color preview on #599D8F background

This text has black color on #599D8F background.


White color preview on #599D8F background

This text has white color on #599D8F background.