COLOR #59785E

HEX: #59785E
RGB: (89,120,94)

Color info

#59785E contains red, green and blue colors in about the same proportion. Web safe color of #59785E is #666666 (or #666).

RGB color model

#59785E color RGB value is (89,120,94).

  • red value is 89;
  • green value is 120;
  • blue value is 94.
RGB:
(89,120,94)
(35%,47%,37%)

RGB channels and saturation

R 89 of 255 = 35%
G 120 of 255 = 47%
B 94 of 255 = 37%

89
120
94

R + G + B ~ 40%. #59785E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
89 + 120 + 94 = 303 (100%)
R 89 of 303 ~ 29.37%
G 120 of 303 ~ 39.6%
B 94 of 303 ~ 31.02%

%29.37
%39.6
%31.02

CMYK color model

#59785E color CMYK value is (26,0,22,53).

  • cyan value is 25.83%
  • magenta value is 0.00%
  • yellow value is 21.67%
  • key color value is 52.94%
CMYK:
(26,0,22,53)
C26M0Y22K53 
(26%,0%,22%,53%)
(0.26/0.00/0.22/0.53)	

CMYK percentages

%25.83
%0
%21.67
%52.94

Codes

Color #59785E in popluar color models

59785E
RGB8912094
HSL130°14.83%40.98%
HSB/HSV130°25.83%47.06%
CMYK25.83%0.00%21.67%
52.94%

Color #59785E in popluar number systems.

HEX59785E
Decimal8912094
Binary101100111110001011110
Octal131170136

Shades and tints

Shades of #59785E

#59785E
(89,120,94)
#516E56
(81,110,86)
#49644E
(73,100,78)
#415A46
(65,90,70)
#39503E
(57,80,62)
#314636
(49,70,54)
#293C2E
(41,60,46)
#213226
(33,50,38)
#19281E
(25,40,30)
#111E16
(17,30,22)
#09140E
(9,20,14)
#000000
(0,0,0)

Tints of #59785E

#59785E
(89,120,94)
#68846C
(104,132,108)
#77907A
(119,144,122)
#869C88
(134,156,136)
#95A896
(149,168,150)
#A4B4A4
(164,180,164)
#B3C0B2
(179,192,178)
#C2CCC0
(194,204,192)
#D1D8CE
(209,216,206)
#E0E4DC
(224,228,220)
#EFF0EA
(239,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59785E color. Also use rgb(89,120,94) instead hex code.

Text Font Color

.myTextColor { color: #59785E; }

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

This text font color is #59785E.


Background Color

.myBgColor { background-color: #59785E; }

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

This div background color is #59785E.


Border color

.myBorderColor { border: 1px solid #59785E; }

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

This div border color is #59785E.


Opacity

.myOpacity80 { color: #59785E; opacity: 0.8; }

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

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

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

This text has shadow with #59785E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59785E on black background.


Color preview on white background

This text has color #59785E on white background.



Black color preview on #59785E background

This text has black color on #59785E background.


White color preview on #59785E background

This text has white color on #59785E background.