COLOR #59796D

HEX: #59796D
RGB: (89,121,109)

Color info

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

RGB color model

#59796D color RGB value is (89,121,109).

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

RGB channels and saturation

R 89 of 255 = 35%
G 121 of 255 = 47%
B 109 of 255 = 43%

89
121
109

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

Portions of RGB colors in percentages

R + G + B =
89 + 121 + 109 = 319 (100%)
R 89 of 319 ~ 27.9%
G 121 of 319 ~ 37.93%
B 109 of 319 ~ 34.17%

%27.9
%37.93
%34.17

CMYK color model

#59796D color CMYK value is (26,0,10,53).

  • cyan value is 26.45%
  • magenta value is 0.00%
  • yellow value is 9.92%
  • key color value is 52.55%
CMYK:
(26,0,10,53)
C26M0Y10K53 
(26%,0%,10%,53%)
(0.26/0.00/0.10/0.53)	

CMYK percentages

%26.45
%0
%9.92
%52.55

Codes

Color #59796D in popluar color models

59796D
RGB89121109
HSL158°15.24%41.18%
HSB/HSV158°26.45%47.45%
CMYK26.45%0.00%9.92%
52.55%

Color #59796D in popluar number systems.

HEX59796D
Decimal89121109
Binary101100111110011101101
Octal131171155

Shades and tints

Shades of #59796D

#59796D
(89,121,109)
#516E64
(81,110,100)
#49635B
(73,99,91)
#415852
(65,88,82)
#394D49
(57,77,73)
#314240
(49,66,64)
#293737
(41,55,55)
#212C2E
(33,44,46)
#192125
(25,33,37)
#11161C
(17,22,28)
#090B13
(9,11,19)
#000000
(0,0,0)

Tints of #59796D

#59796D
(89,121,109)
#68857A
(104,133,122)
#779187
(119,145,135)
#869D94
(134,157,148)
#95A9A1
(149,169,161)
#A4B5AE
(164,181,174)
#B3C1BB
(179,193,187)
#C2CDC8
(194,205,200)
#D1D9D5
(209,217,213)
#E0E5E2
(224,229,226)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59796D; }

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

This text font color is #59796D.


Background Color

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

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

This div background color is #59796D.


Border color

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

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

This div border color is #59796D.


Opacity

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

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

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

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

This text has shadow with #59796D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59796D on black background.


Color preview on white background

This text has color #59796D on white background.



Black color preview on #59796D background

This text has black color on #59796D background.


White color preview on #59796D background

This text has white color on #59796D background.