COLOR #59966F

HEX: #59966F RGB: (89,150,111)

Color info

#59966F contains mainly green and blue colors. Web safe color of #59966F is #669966 (or #696).

RGB color model

#59966F color RGB value is (89,150,111).

RGB: (89,150,111) (35%, 59%, 44%)

RGB channels and saturation

R 89 of 255 = 35%
G 150 of 255 = 59%
B 111 of 255 = 44%

89
150
111

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

Portions of RGB colors in percentages

R + G + B = 89 + 150 + 111 = 350 (100%)
R 89 of 350 ~ 25.43%
G 150 of 350 ~ 42.86%
B 111 of 350 ~ 31.71'%

%25.43
%42.86
%31.71

CMYK color model

#59966F color CMYK value is (41,0,26,41).

  • cyan value is 40.67%
  • magenta value is 0.00%
  • yellow value is 26.00%
  • key color value is 41.18%

CMYK: (41,0,26,41)
C41M0Y26K41 (41%, 0%, 26%, 41%)
(0.41 / 0.00 / 0.26 / 0.41)

CMYK percentages

%40.67
%0
%26
%41.18

Codes

Color #59966F in popluar color models

59 96 6F
RGB 89 150 111
HSL 142° 25.52% 46.86%
HSB/HSV 142° 40.67% 58.82%
CMYK 40.67% 0.00% 26.00%
41.18%

Color #59966F in popluar number systems.

HEX 59 96 6F
Decimal 89 150 111
Binary 1011001 10010110 1101111
Octal 131 226 157

Shades and tints

Shades of #59966F

#59966F
(89,150,111)
#518965
(81,137,101)
#497C5B
(73,124,91)
#416F51
(65,111,81)
#396247
(57,98,71)
#31553D
(49,85,61)
#294833
(41,72,51)
#213B29
(33,59,41)
#192E1F
(25,46,31)
#112115
(17,33,21)
#09140B
(9,20,11)
#000000
(0,0,0)

Tints of #59966F

#59966F
(89,150,111)
#689F7C
(104,159,124)
#77A889
(119,168,137)
#86B196
(134,177,150)
#95BAA3
(149,186,163)
#A4C3B0
(164,195,176)
#B3CCBD
(179,204,189)
#C2D5CA
(194,213,202)
#D1DED7
(209,222,215)
#E0E7E4
(224,231,228)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59966F color. Also use rgb(89,150,111) instead hex code.

Text Font Color

.myTextColor { color: #59966F; }

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

This text font color is #59966F.

Background Color

.myBgColor { background-color: #59966F; }

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

This div background color is #59966F.

Border color

.myBorderColor { border: 1px solid #59966F; }

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

This div border color is #59966F.

Opacity

.myOpacity80 { color: #59966F; opacity: 0.8; }

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

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

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

This text has shadow with #59966F color.


.textShadow {text-shadow: 3px 3px 1px #59966F', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #59966F; -webkit-box-shadow: 1px 1px 3px 2px #59966F; box-shadow:1px 1px 3px 2px #59966F;">
Div content here
</div>

This div box has shadow with color #59966F.

Preview

Color preview on black background

This text has color #59966F on black background.


Color preview on white background

This text has color #59966F on white background.


Black color preview on #59966F background

This text has black color on #59966F background.


White color preview on #59966F background

This text has white color on #59966F background.


Related colors

Complementary color

Complementary color for #hex is #A66990.


I love getcolorcode.com

Triadic colors

1 #6F5996 and #966F59 with #59966F are triadic colors.

2 #6F9659 and #96596F with #59966F are triadic colors.