COLOR #599273

HEX: #599273
RGB: (89,146,115)

Color info

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

RGB color model

#599273 color RGB value is (89,146,115).

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

RGB channels and saturation

R 89 of 255 = 35%
G 146 of 255 = 57%
B 115 of 255 = 45%

89
146
115

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

Portions of RGB colors in percentages

R + G + B =
89 + 146 + 115 = 350 (100%)
R 89 of 350 ~ 25.43%
G 146 of 350 ~ 41.71%
B 115 of 350 ~ 32.86%

%25.43
%41.71
%32.86

CMYK color model

#599273 color CMYK value is (39,0,21,43).

  • cyan value is 39.04%
  • magenta value is 0.00%
  • yellow value is 21.23%
  • key color value is 42.75%
CMYK: (39,0,21,43) C39M0Y21K43 (39%,0%,21%,43%) (0.39/0.00/0.21/0.43)

CMYK percentages

%39.04
%0
%21.23
%42.75

Codes

Color #599273 in popluar color models

599273
RGB89146115
HSL147°24.26%46.08%
HSB/HSV147°39.04%57.25%
CMYK39.04%0.00%21.23%
42.75%

Color #599273 in popluar number systems.

HEX599273
Decimal89146115
Binary1011001100100101110011
Octal131222163

Shades and tints

Shades of #599273

#599273
(89,146,115)
#518569
(81,133,105)
#49785F
(73,120,95)
#416B55
(65,107,85)
#395E4B
(57,94,75)
#315141
(49,81,65)
#294437
(41,68,55)
#21372D
(33,55,45)
#192A23
(25,42,35)
#111D19
(17,29,25)
#09100F
(9,16,15)
#000000
(0,0,0)

Tints of #599273

#599273
(89,146,115)
#689B7F
(104,155,127)
#77A48B
(119,164,139)
#86AD97
(134,173,151)
#95B6A3
(149,182,163)
#A4BFAF
(164,191,175)
#B3C8BB
(179,200,187)
#C2D1C7
(194,209,199)
#D1DAD3
(209,218,211)
#E0E3DF
(224,227,223)
#EFECEB
(239,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #599273; }

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

This text font color is #599273.


Background Color

.myBgColor { background-color: #599273; }

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

This div background color is #599273.


Border color

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

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

This div border color is #599273.


Opacity

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

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

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

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

This text has shadow with #599273 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #599273 on black background.


Color preview on white background

This text has color #599273 on white background.



Black color preview on #599273 background

This text has black color on #599273 background.


White color preview on #599273 background

This text has white color on #599273 background.