COLOR #59946C

HEX: #59946C RGB: (89,148,108)

Color info

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

RGB color model

#59946C color RGB value is (89,148,108).

RGB: (89,148,108) (35%, 58%, 42%)

RGB channels and saturation

R 89 of 255 = 35%
G 148 of 255 = 58%
B 108 of 255 = 42%

89
148
108

R + G + B ~ 45%. #59946C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 89 + 148 + 108 = 345 (100%)
R 89 of 345 ~ 25.8%
G 148 of 345 ~ 42.9%
B 108 of 345 ~ 31.3'%

%25.8
%42.9
%31.3

CMYK color model

#59946C color CMYK value is (40,0,27,42).

  • cyan value is 39.86%
  • magenta value is 0.00%
  • yellow value is 27.03%
  • key color value is 41.96%

CMYK: (40,0,27,42)
C40M0Y27K42 (40%, 0%, 27%, 42%)
(0.40 / 0.00 / 0.27 / 0.42)

CMYK percentages

%39.86
%0
%27.03
%41.96

Codes

Color #59946C in popluar color models

59 94 6C
RGB 89 148 108
HSL 139° 24.89% 46.47%
HSB/HSV 139° 39.86% 58.04%
CMYK 39.86% 0.00% 27.03%
41.96%

Color #59946C in popluar number systems.

HEX 59 94 6C
Decimal 89 148 108
Binary 1011001 10010100 1101100
Octal 131 224 154

Shades and tints

Shades of #59946C

#59946C
(89,148,108)
#518763
(81,135,99)
#497A5A
(73,122,90)
#416D51
(65,109,81)
#396048
(57,96,72)
#31533F
(49,83,63)
#294636
(41,70,54)
#21392D
(33,57,45)
#192C24
(25,44,36)
#111F1B
(17,31,27)
#091212
(9,18,18)
#000000
(0,0,0)

Tints of #59946C

#59946C
(89,148,108)
#689D79
(104,157,121)
#77A686
(119,166,134)
#86AF93
(134,175,147)
#95B8A0
(149,184,160)
#A4C1AD
(164,193,173)
#B3CABA
(179,202,186)
#C2D3C7
(194,211,199)
#D1DCD4
(209,220,212)
#E0E5E1
(224,229,225)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59946C; }

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

This text font color is #59946C.

Background Color

.myBgColor { background-color: #59946C; }

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

This div background color is #59946C.

Border color

.myBorderColor { border: 1px solid #59946C; }

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

This div border color is #59946C.

Opacity

.myOpacity80 { color: #59946C; opacity: 0.8; }

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

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

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

This text has shadow with #59946C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #59946C.

Preview

Color preview on black background

This text has color #59946C on black background.


Color preview on white background

This text has color #59946C on white background.


Black color preview on #59946C background

This text has black color on #59946C background.


White color preview on #59946C background

This text has white color on #59946C background.


Related colors

Complementary color

Complementary color for #hex is #A66B93.


I love getcolorcode.com

Triadic colors

1 #6C5994 and #946C59 with #59946C are triadic colors.

2 #6C9459 and #94596C with #59946C are triadic colors.