COLOR #599288

HEX: #599288
RGB: (89,146,136)

Color info

#599288 contains red, green and blue colors in about the same proportion. Web safe color of #599288 is #669999 (or #699).

RGB color model

#599288 color RGB value is (89,146,136).

  • red value is 89;
  • green value is 146;
  • blue value is 136.
RGB:
(89,146,136)
(35%,57%,53%)

RGB channels and saturation

R 89 of 255 = 35%
G 146 of 255 = 57%
B 136 of 255 = 53%

89
146
136

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

Portions of RGB colors in percentages

R + G + B =
89 + 146 + 136 = 371 (100%)
R 89 of 371 ~ 23.99%
G 146 of 371 ~ 39.35%
B 136 of 371 ~ 36.66%

%23.99
%39.35
%36.66

CMYK color model

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

  • cyan value is 39.04%
  • magenta value is 0.00%
  • yellow value is 6.85%
  • key color value is 42.75%
CMYK:
(39,0,7,43)
C39M0Y7K43 
(39%,0%,7%,43%)
(0.39/0.00/0.07/0.43)	

CMYK percentages

%39.04
%0
%6.85
%42.75

Codes

Color #599288 in popluar color models

599288
RGB89146136
HSL169°24.26%46.08%
HSB/HSV169°39.04%57.25%
CMYK39.04%0.00%6.85%
42.75%

Color #599288 in popluar number systems.

HEX599288
Decimal89146136
Binary10110011001001010001000
Octal131222210

Shades and tints

Shades of #599288

#599288
(89,146,136)
#51857C
(81,133,124)
#497870
(73,120,112)
#416B64
(65,107,100)
#395E58
(57,94,88)
#31514C
(49,81,76)
#294440
(41,68,64)
#213734
(33,55,52)
#192A28
(25,42,40)
#111D1C
(17,29,28)
#091010
(9,16,16)
#000000
(0,0,0)

Tints of #599288

#599288
(89,146,136)
#689B92
(104,155,146)
#77A49C
(119,164,156)
#86ADA6
(134,173,166)
#95B6B0
(149,182,176)
#A4BFBA
(164,191,186)
#B3C8C4
(179,200,196)
#C2D1CE
(194,209,206)
#D1DAD8
(209,218,216)
#E0E3E2
(224,227,226)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #599288 color. Also use rgb(89,146,136) instead hex code.

Text Font Color

.myTextColor { color: #599288; }

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

This text font color is #599288.


Background Color

.myBgColor { background-color: #599288; }

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

This div background color is #599288.


Border color

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

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

This div border color is #599288.


Opacity

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

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

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

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

This text has shadow with #599288 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #599288 on black background.


Color preview on white background

This text has color #599288 on white background.



Black color preview on #599288 background

This text has black color on #599288 background.


White color preview on #599288 background

This text has white color on #599288 background.