COLOR #599282

HEX: #599282
RGB: (89,146,130)

Color info

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

RGB color model

#599282 color RGB value is (89,146,130).

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

RGB channels and saturation

R 89 of 255 = 35%
G 146 of 255 = 57%
B 130 of 255 = 51%

89
146
130

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

Portions of RGB colors in percentages

R + G + B =
89 + 146 + 130 = 365 (100%)
R 89 of 365 ~ 24.38%
G 146 of 365 ~ 40%
B 130 of 365 ~ 35.62%

%24.38
%40
%35.62

CMYK color model

#599282 color CMYK value is (39,0,11,43).

  • cyan value is 39.04%
  • magenta value is 0.00%
  • yellow value is 10.96%
  • key color value is 42.75%
CMYK:
(39,0,11,43)
C39M0Y11K43 
(39%,0%,11%,43%)
(0.39/0.00/0.11/0.43)	

CMYK percentages

%39.04
%0
%10.96
%42.75

Codes

Color #599282 in popluar color models

599282
RGB89146130
HSL163°24.26%46.08%
HSB/HSV163°39.04%57.25%
CMYK39.04%0.00%10.96%
42.75%

Color #599282 in popluar number systems.

HEX599282
Decimal89146130
Binary10110011001001010000010
Octal131222202

Shades and tints

Shades of #599282

#599282
(89,146,130)
#518577
(81,133,119)
#49786C
(73,120,108)
#416B61
(65,107,97)
#395E56
(57,94,86)
#31514B
(49,81,75)
#294440
(41,68,64)
#213735
(33,55,53)
#192A2A
(25,42,42)
#111D1F
(17,29,31)
#091014
(9,16,20)
#000000
(0,0,0)

Tints of #599282

#599282
(89,146,130)
#689B8D
(104,155,141)
#77A498
(119,164,152)
#86ADA3
(134,173,163)
#95B6AE
(149,182,174)
#A4BFB9
(164,191,185)
#B3C8C4
(179,200,196)
#C2D1CF
(194,209,207)
#D1DADA
(209,218,218)
#E0E3E5
(224,227,229)
#EFECF0
(239,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #599282; }

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

This text font color is #599282.


Background Color

.myBgColor { background-color: #599282; }

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

This div background color is #599282.


Border color

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

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

This div border color is #599282.


Opacity

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

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

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

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

This text has shadow with #599282 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #599282 on black background.


Color preview on white background

This text has color #599282 on white background.



Black color preview on #599282 background

This text has black color on #599282 background.


White color preview on #599282 background

This text has white color on #599282 background.