COLOR #59645F

HEX: #59645F
RGB: (89,100,95)

Color info

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

RGB color model

#59645F color RGB value is (89,100,95).

  • red value is 89;
  • green value is 100;
  • blue value is 95.
RGB:
(89,100,95)
(35%,39%,37%)

RGB channels and saturation

R 89 of 255 = 35%
G 100 of 255 = 39%
B 95 of 255 = 37%

89
100
95

R + G + B ~ 37%. #59645F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 100 + 95 = 284 (100%)
R 89 of 284 ~ 31.34%
G 100 of 284 ~ 35.21%
B 95 of 284 ~ 33.45%

%31.34
%35.21
%33.45

CMYK color model

#59645F color CMYK value is (11,0,5,61).

  • cyan value is 11.00%
  • magenta value is 0.00%
  • yellow value is 5.00%
  • key color value is 60.78%
CMYK:
(11,0,5,61)
C11M0Y5K61 
(11%,0%,5%,61%)
(0.11/0.00/0.05/0.61)	

CMYK percentages

%11
%0
%5
%60.78

Codes

Color #59645F in popluar color models

59645F
RGB8910095
HSL153°5.82%37.06%
HSB/HSV153°11.00%39.22%
CMYK11.00%0.00%5.00%
60.78%

Color #59645F in popluar number systems.

HEX59645F
Decimal8910095
Binary101100111001001011111
Octal131144137

Shades and tints

Shades of #59645F

#59645F
(89,100,95)
#515B57
(81,91,87)
#49524F
(73,82,79)
#414947
(65,73,71)
#39403F
(57,64,63)
#313737
(49,55,55)
#292E2F
(41,46,47)
#212527
(33,37,39)
#191C1F
(25,28,31)
#111317
(17,19,23)
#090A0F
(9,10,15)
#000000
(0,0,0)

Tints of #59645F

#59645F
(89,100,95)
#68726D
(104,114,109)
#77807B
(119,128,123)
#868E89
(134,142,137)
#959C97
(149,156,151)
#A4AAA5
(164,170,165)
#B3B8B3
(179,184,179)
#C2C6C1
(194,198,193)
#D1D4CF
(209,212,207)
#E0E2DD
(224,226,221)
#EFF0EB
(239,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59645F color. Also use rgb(89,100,95) instead hex code.

Text Font Color

.myTextColor { color: #59645F; }

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

This text font color is #59645F.


Background Color

.myBgColor { background-color: #59645F; }

<div style="background-color:#59645F">Inner text</div>

This div background color is #59645F.


Border color

.myBorderColor { border: 1px solid #59645F; }

<div style="border:3px solid #59645F">Div</div>

This div border color is #59645F.


Opacity

.myOpacity80 { color: #59645F; opacity: 0.8; }

<p style="color:#59645F;opacity:0.8;">80%</p>

Text with #59645F 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 #59645F;}

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

This text has shadow with #59645F color.

.textShadow {text-shadow: 3px 3px 1px #59645F, 3px 3px 1px red;}

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

This text has shadow with #59645F primary color and red secondary color.


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

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

This text has shadow with #59645F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59645F on black background.


Color preview on white background

This text has color #59645F on white background.



Black color preview on #59645F background

This text has black color on #59645F background.


White color preview on #59645F background

This text has white color on #59645F background.