COLOR #59695E

HEX: #59695E
RGB: (89,105,94)

Color info

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

RGB color model

#59695E color RGB value is (89,105,94).

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

RGB channels and saturation

R 89 of 255 = 35%
G 105 of 255 = 41%
B 94 of 255 = 37%

89
105
94

R + G + B ~ 38%. #59695E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 105 + 94 = 288 (100%)
R 89 of 288 ~ 30.9%
G 105 of 288 ~ 36.46%
B 94 of 288 ~ 32.64%

%30.9
%36.46
%32.64

CMYK color model

#59695E color CMYK value is (15,0,10,59).

  • cyan value is 15.24%
  • magenta value is 0.00%
  • yellow value is 10.48%
  • key color value is 58.82%
CMYK:
(15,0,10,59)
C15M0Y10K59 
(15%,0%,10%,59%)
(0.15/0.00/0.10/0.59)	

CMYK percentages

%15.24
%0
%10.48
%58.82

Codes

Color #59695E in popluar color models

59695E
RGB8910594
HSL139°8.25%38.04%
HSB/HSV139°15.24%41.18%
CMYK15.24%0.00%10.48%
58.82%

Color #59695E in popluar number systems.

HEX59695E
Decimal8910594
Binary101100111010011011110
Octal131151136

Shades and tints

Shades of #59695E

#59695E
(89,105,94)
#516056
(81,96,86)
#49574E
(73,87,78)
#414E46
(65,78,70)
#39453E
(57,69,62)
#313C36
(49,60,54)
#29332E
(41,51,46)
#212A26
(33,42,38)
#19211E
(25,33,30)
#111816
(17,24,22)
#090F0E
(9,15,14)
#000000
(0,0,0)

Tints of #59695E

#59695E
(89,105,94)
#68766C
(104,118,108)
#77837A
(119,131,122)
#869088
(134,144,136)
#959D96
(149,157,150)
#A4AAA4
(164,170,164)
#B3B7B2
(179,183,178)
#C2C4C0
(194,196,192)
#D1D1CE
(209,209,206)
#E0DEDC
(224,222,220)
#EFEBEA
(239,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59695E; }

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

This text font color is #59695E.


Background Color

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

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

This div background color is #59695E.


Border color

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

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

This div border color is #59695E.


Opacity

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

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

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

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

This text has shadow with #59695E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59695E on black background.


Color preview on white background

This text has color #59695E on white background.



Black color preview on #59695E background

This text has black color on #59695E background.


White color preview on #59695E background

This text has white color on #59695E background.