COLOR #599481

HEX: #599481
RGB: (89,148,129)

Color info

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

RGB color model

#599481 color RGB value is (89,148,129).

  • red value is 89;
  • green value is 148;
  • blue value is 129.
RGB:
(89,148,129)
(35%,58%,51%)

RGB channels and saturation

R 89 of 255 = 35%
G 148 of 255 = 58%
B 129 of 255 = 51%

89
148
129

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

Portions of RGB colors in percentages

R + G + B =
89 + 148 + 129 = 366 (100%)
R 89 of 366 ~ 24.32%
G 148 of 366 ~ 40.44%
B 129 of 366 ~ 35.25%

%24.32
%40.44
%35.25

CMYK color model

#599481 color CMYK value is (40,0,13,42).

  • cyan value is 39.86%
  • magenta value is 0.00%
  • yellow value is 12.84%
  • key color value is 41.96%
CMYK:
(40,0,13,42)
C40M0Y13K42 
(40%,0%,13%,42%)
(0.40/0.00/0.13/0.42)	

CMYK percentages

%39.86
%0
%12.84
%41.96

Codes

Color #599481 in popluar color models

599481
RGB89148129
HSL161°24.89%46.47%
HSB/HSV161°39.86%58.04%
CMYK39.86%0.00%12.84%
41.96%

Color #599481 in popluar number systems.

HEX599481
Decimal89148129
Binary10110011001010010000001
Octal131224201

Shades and tints

Shades of #599481

#599481
(89,148,129)
#518776
(81,135,118)
#497A6B
(73,122,107)
#416D60
(65,109,96)
#396055
(57,96,85)
#31534A
(49,83,74)
#29463F
(41,70,63)
#213934
(33,57,52)
#192C29
(25,44,41)
#111F1E
(17,31,30)
#091213
(9,18,19)
#000000
(0,0,0)

Tints of #599481

#599481
(89,148,129)
#689D8C
(104,157,140)
#77A697
(119,166,151)
#86AFA2
(134,175,162)
#95B8AD
(149,184,173)
#A4C1B8
(164,193,184)
#B3CAC3
(179,202,195)
#C2D3CE
(194,211,206)
#D1DCD9
(209,220,217)
#E0E5E4
(224,229,228)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #599481 color. Also use rgb(89,148,129) instead hex code.

Text Font Color

.myTextColor { color: #599481; }

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

This text font color is #599481.


Background Color

.myBgColor { background-color: #599481; }

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

This div background color is #599481.


Border color

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

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

This div border color is #599481.


Opacity

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

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

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

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

This text has shadow with #599481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #599481 on black background.


Color preview on white background

This text has color #599481 on white background.



Black color preview on #599481 background

This text has black color on #599481 background.


White color preview on #599481 background

This text has white color on #599481 background.