COLOR #599795

HEX: #599795
RGB: (89,151,149)

Color info

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

RGB color model

#599795 color RGB value is (89,151,149).

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

RGB channels and saturation

R 89 of 255 = 35%
G 151 of 255 = 59%
B 149 of 255 = 58%

89
151
149

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

Portions of RGB colors in percentages

R + G + B =
89 + 151 + 149 = 389 (100%)
R 89 of 389 ~ 22.88%
G 151 of 389 ~ 38.82%
B 149 of 389 ~ 38.3%

%22.88
%38.82
%38.3

CMYK color model

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

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

CMYK percentages

%41.06
%0
%1.32
%40.78

Codes

Color #599795 in popluar color models

599795
RGB89151149
HSL178°25.83%47.06%
HSB/HSV178°41.06%59.22%
CMYK41.06%0.00%1.32%
40.78%

Color #599795 in popluar number systems.

HEX599795
Decimal89151149
Binary10110011001011110010101
Octal131227225

Shades and tints

Shades of #599795

#599795
(89,151,149)
#518A88
(81,138,136)
#497D7B
(73,125,123)
#41706E
(65,112,110)
#396361
(57,99,97)
#315654
(49,86,84)
#294947
(41,73,71)
#213C3A
(33,60,58)
#192F2D
(25,47,45)
#112220
(17,34,32)
#091513
(9,21,19)
#000000
(0,0,0)

Tints of #599795

#599795
(89,151,149)
#68A09E
(104,160,158)
#77A9A7
(119,169,167)
#86B2B0
(134,178,176)
#95BBB9
(149,187,185)
#A4C4C2
(164,196,194)
#B3CDCB
(179,205,203)
#C2D6D4
(194,214,212)
#D1DFDD
(209,223,221)
#E0E8E6
(224,232,230)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #599795; }

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

This text font color is #599795.


Background Color

.myBgColor { background-color: #599795; }

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

This div background color is #599795.


Border color

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

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

This div border color is #599795.


Opacity

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

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

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

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

This text has shadow with #599795 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #599795 on black background.


Color preview on white background

This text has color #599795 on white background.



Black color preview on #599795 background

This text has black color on #599795 background.


White color preview on #599795 background

This text has white color on #599795 background.