COLOR #599473

HEX: #599473
RGB: (89,148,115)

Color info

#599473 contains red, green and blue colors in about the same proportion. Web safe color of #599473 is #669966 (or #696).

RGB color model

#599473 color RGB value is (89,148,115).

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

RGB channels and saturation

R 89 of 255 = 35%
G 148 of 255 = 58%
B 115 of 255 = 45%

89
148
115

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

Portions of RGB colors in percentages

R + G + B =
89 + 148 + 115 = 352 (100%)
R 89 of 352 ~ 25.28%
G 148 of 352 ~ 42.05%
B 115 of 352 ~ 32.67%

%25.28
%42.05
%32.67

CMYK color model

#599473 color CMYK value is (40,0,22,42).

  • cyan value is 39.86%
  • magenta value is 0.00%
  • yellow value is 22.30%
  • key color value is 41.96%
CMYK:
(40,0,22,42)
C40M0Y22K42 
(40%,0%,22%,42%)
(0.40/0.00/0.22/0.42)	

CMYK percentages

%39.86
%0
%22.3
%41.96

Codes

Color #599473 in popluar color models

599473
RGB89148115
HSL146°24.89%46.47%
HSB/HSV146°39.86%58.04%
CMYK39.86%0.00%22.30%
41.96%

Color #599473 in popluar number systems.

HEX599473
Decimal89148115
Binary1011001100101001110011
Octal131224163

Shades and tints

Shades of #599473

#599473
(89,148,115)
#518769
(81,135,105)
#497A5F
(73,122,95)
#416D55
(65,109,85)
#39604B
(57,96,75)
#315341
(49,83,65)
#294637
(41,70,55)
#21392D
(33,57,45)
#192C23
(25,44,35)
#111F19
(17,31,25)
#09120F
(9,18,15)
#000000
(0,0,0)

Tints of #599473

#599473
(89,148,115)
#689D7F
(104,157,127)
#77A68B
(119,166,139)
#86AF97
(134,175,151)
#95B8A3
(149,184,163)
#A4C1AF
(164,193,175)
#B3CABB
(179,202,187)
#C2D3C7
(194,211,199)
#D1DCD3
(209,220,211)
#E0E5DF
(224,229,223)
#EFEEEB
(239,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #599473; }

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

This text font color is #599473.


Background Color

.myBgColor { background-color: #599473; }

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

This div background color is #599473.


Border color

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

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

This div border color is #599473.


Opacity

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

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

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

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

This text has shadow with #599473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #599473 on black background.


Color preview on white background

This text has color #599473 on white background.



Black color preview on #599473 background

This text has black color on #599473 background.


White color preview on #599473 background

This text has white color on #599473 background.