COLOR #59665C

HEX: #59665C
RGB: (89,102,92)

Color info

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

RGB color model

#59665C color RGB value is (89,102,92).

  • red value is 89;
  • green value is 102;
  • blue value is 92.
RGB:
(89,102,92)
(35%,40%,36%)

RGB channels and saturation

R 89 of 255 = 35%
G 102 of 255 = 40%
B 92 of 255 = 36%

89
102
92

R + G + B ~ 37%. #59665C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 102 + 92 = 283 (100%)
R 89 of 283 ~ 31.45%
G 102 of 283 ~ 36.04%
B 92 of 283 ~ 32.51%

%31.45
%36.04
%32.51

CMYK color model

#59665C color CMYK value is (13,0,10,60).

  • cyan value is 12.75%
  • magenta value is 0.00%
  • yellow value is 9.80%
  • key color value is 60.00%
CMYK:
(13,0,10,60)
C13M0Y10K60 
(13%,0%,10%,60%)
(0.13/0.00/0.10/0.60)	

CMYK percentages

%12.75
%0
%9.8
%60

Codes

Color #59665C in popluar color models

59665C
RGB8910292
HSL134°6.81%37.45%
HSB/HSV134°12.75%40.00%
CMYK12.75%0.00%9.80%
60.00%

Color #59665C in popluar number systems.

HEX59665C
Decimal8910292
Binary101100111001101011100
Octal131146134

Shades and tints

Shades of #59665C

#59665C
(89,102,92)
#515D54
(81,93,84)
#49544C
(73,84,76)
#414B44
(65,75,68)
#39423C
(57,66,60)
#313934
(49,57,52)
#29302C
(41,48,44)
#212724
(33,39,36)
#191E1C
(25,30,28)
#111514
(17,21,20)
#090C0C
(9,12,12)
#000000
(0,0,0)

Tints of #59665C

#59665C
(89,102,92)
#68736A
(104,115,106)
#778078
(119,128,120)
#868D86
(134,141,134)
#959A94
(149,154,148)
#A4A7A2
(164,167,162)
#B3B4B0
(179,180,176)
#C2C1BE
(194,193,190)
#D1CECC
(209,206,204)
#E0DBDA
(224,219,218)
#EFE8E8
(239,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59665C color. Also use rgb(89,102,92) instead hex code.

Text Font Color

.myTextColor { color: #59665C; }

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

This text font color is #59665C.


Background Color

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

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

This div background color is #59665C.


Border color

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

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

This div border color is #59665C.


Opacity

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

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

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

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

This text has shadow with #59665C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59665C on black background.


Color preview on white background

This text has color #59665C on white background.



Black color preview on #59665C background

This text has black color on #59665C background.


White color preview on #59665C background

This text has white color on #59665C background.