COLOR #59766D

HEX: #59766D
RGB: (89,118,109)

Color info

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

RGB color model

#59766D color RGB value is (89,118,109).

  • red value is 89;
  • green value is 118;
  • blue value is 109.
RGB:
(89,118,109)
(35%,46%,43%)

RGB channels and saturation

R 89 of 255 = 35%
G 118 of 255 = 46%
B 109 of 255 = 43%

89
118
109

R + G + B ~ 41%. #59766D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
89 + 118 + 109 = 316 (100%)
R 89 of 316 ~ 28.16%
G 118 of 316 ~ 37.34%
B 109 of 316 ~ 34.49%

%28.16
%37.34
%34.49

CMYK color model

#59766D color CMYK value is (25,0,8,54).

  • cyan value is 24.58%
  • magenta value is 0.00%
  • yellow value is 7.63%
  • key color value is 53.73%
CMYK:
(25,0,8,54)
C25M0Y8K54 
(25%,0%,8%,54%)
(0.25/0.00/0.08/0.54)	

CMYK percentages

%24.58
%0
%7.63
%53.73

Codes

Color #59766D in popluar color models

59766D
RGB89118109
HSL161°14.01%40.59%
HSB/HSV161°24.58%46.27%
CMYK24.58%0.00%7.63%
53.73%

Color #59766D in popluar number systems.

HEX59766D
Decimal89118109
Binary101100111101101101101
Octal131166155

Shades and tints

Shades of #59766D

#59766D
(89,118,109)
#516C64
(81,108,100)
#49625B
(73,98,91)
#415852
(65,88,82)
#394E49
(57,78,73)
#314440
(49,68,64)
#293A37
(41,58,55)
#21302E
(33,48,46)
#192625
(25,38,37)
#111C1C
(17,28,28)
#091213
(9,18,19)
#000000
(0,0,0)

Tints of #59766D

#59766D
(89,118,109)
#68827A
(104,130,122)
#778E87
(119,142,135)
#869A94
(134,154,148)
#95A6A1
(149,166,161)
#A4B2AE
(164,178,174)
#B3BEBB
(179,190,187)
#C2CAC8
(194,202,200)
#D1D6D5
(209,214,213)
#E0E2E2
(224,226,226)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59766D color. Also use rgb(89,118,109) instead hex code.

Text Font Color

.myTextColor { color: #59766D; }

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

This text font color is #59766D.


Background Color

.myBgColor { background-color: #59766D; }

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

This div background color is #59766D.


Border color

.myBorderColor { border: 1px solid #59766D; }

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

This div border color is #59766D.


Opacity

.myOpacity80 { color: #59766D; opacity: 0.8; }

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

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

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

This text has shadow with #59766D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59766D on black background.


Color preview on white background

This text has color #59766D on white background.



Black color preview on #59766D background

This text has black color on #59766D background.


White color preview on #59766D background

This text has white color on #59766D background.