COLOR #599950

HEX: #599950
RGB: (89,153,80)

Color info

#599950 contains mainly green color. Web safe color of #599950 is #669966 (or #696).

RGB color model

#599950 color RGB value is (89,153,80).

  • red value is 89;
  • green value is 153;
  • blue value is 80.
RGB:
(89,153,80)
(35%,60%,31%)

RGB channels and saturation

R 89 of 255 = 35%
G 153 of 255 = 60%
B 80 of 255 = 31%

89
153
80

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

Portions of RGB colors in percentages

R + G + B =
89 + 153 + 80 = 322 (100%)
R 89 of 322 ~ 27.64%
G 153 of 322 ~ 47.52%
B 80 of 322 ~ 24.84%

%27.64
%47.52
%24.84

CMYK color model

#599950 color CMYK value is (42,0,48,40).

  • cyan value is 41.83%
  • magenta value is 0.00%
  • yellow value is 47.71%
  • key color value is 40.00%
CMYK:
(42,0,48,40)
C42M0Y48K40 
(42%,0%,48%,40%)
(0.42/0.00/0.48/0.40)	

CMYK percentages

%41.83
%0
%47.71
%40

Codes

Color #599950 in popluar color models

599950
RGB8915380
HSL113°31.33%45.69%
HSB/HSV113°47.71%60.00%
CMYK41.83%0.00%47.71%
40.00%

Color #599950 in popluar number systems.

HEX599950
Decimal8915380
Binary1011001100110011010000
Octal131231120

Shades and tints

Shades of #599950

#599950
(89,153,80)
#518C49
(81,140,73)
#497F42
(73,127,66)
#41723B
(65,114,59)
#396534
(57,101,52)
#31582D
(49,88,45)
#294B26
(41,75,38)
#213E1F
(33,62,31)
#193118
(25,49,24)
#112411
(17,36,17)
#09170A
(9,23,10)
#000000
(0,0,0)

Tints of #599950

#599950
(89,153,80)
#68A25F
(104,162,95)
#77AB6E
(119,171,110)
#86B47D
(134,180,125)
#95BD8C
(149,189,140)
#A4C69B
(164,198,155)
#B3CFAA
(179,207,170)
#C2D8B9
(194,216,185)
#D1E1C8
(209,225,200)
#E0EAD7
(224,234,215)
#EFF3E6
(239,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #599950 color. Also use rgb(89,153,80) instead hex code.

Text Font Color

.myTextColor { color: #599950; }

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

This text font color is #599950.


Background Color

.myBgColor { background-color: #599950; }

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

This div background color is #599950.


Border color

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

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

This div border color is #599950.


Opacity

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

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

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

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

This text has shadow with #599950 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #599950 on black background.


Color preview on white background

This text has color #599950 on white background.



Black color preview on #599950 background

This text has black color on #599950 background.


White color preview on #599950 background

This text has white color on #599950 background.