COLOR #59655A

HEX: #59655A
RGB: (89,101,90)

Color info

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

RGB color model

#59655A color RGB value is (89,101,90).

  • red value is 89;
  • green value is 101;
  • blue value is 90.
RGB:
(89,101,90)
(35%,40%,35%)

RGB channels and saturation

R 89 of 255 = 35%
G 101 of 255 = 40%
B 90 of 255 = 35%

89
101
90

R + G + B ~ 37%. #59655A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 101 + 90 = 280 (100%)
R 89 of 280 ~ 31.79%
G 101 of 280 ~ 36.07%
B 90 of 280 ~ 32.14%

%31.79
%36.07
%32.14

CMYK color model

#59655A color CMYK value is (12,0,11,60).

  • cyan value is 11.88%
  • magenta value is 0.00%
  • yellow value is 10.89%
  • key color value is 60.39%
CMYK:
(12,0,11,60)
C12M0Y11K60 
(12%,0%,11%,60%)
(0.12/0.00/0.11/0.60)	

CMYK percentages

%11.88
%0
%10.89
%60.39

Codes

Color #59655A in popluar color models

59655A
RGB8910190
HSL125°6.32%37.25%
HSB/HSV125°11.88%39.61%
CMYK11.88%0.00%10.89%
60.39%

Color #59655A in popluar number systems.

HEX59655A
Decimal8910190
Binary101100111001011011010
Octal131145132

Shades and tints

Shades of #59655A

#59655A
(89,101,90)
#515C52
(81,92,82)
#49534A
(73,83,74)
#414A42
(65,74,66)
#39413A
(57,65,58)
#313832
(49,56,50)
#292F2A
(41,47,42)
#212622
(33,38,34)
#191D1A
(25,29,26)
#111412
(17,20,18)
#090B0A
(9,11,10)
#000000
(0,0,0)

Tints of #59655A

#59655A
(89,101,90)
#687369
(104,115,105)
#778178
(119,129,120)
#868F87
(134,143,135)
#959D96
(149,157,150)
#A4ABA5
(164,171,165)
#B3B9B4
(179,185,180)
#C2C7C3
(194,199,195)
#D1D5D2
(209,213,210)
#E0E3E1
(224,227,225)
#EFF1F0
(239,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59655A color. Also use rgb(89,101,90) instead hex code.

Text Font Color

.myTextColor { color: #59655A; }

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

This text font color is #59655A.


Background Color

.myBgColor { background-color: #59655A; }

<div style="background-color:#59655A">Inner text</div>

This div background color is #59655A.


Border color

.myBorderColor { border: 1px solid #59655A; }

<div style="border:3px solid #59655A">Div</div>

This div border color is #59655A.


Opacity

.myOpacity80 { color: #59655A; opacity: 0.8; }

<p style="color:#59655A;opacity:0.8;">80%</p>

Text with #59655A 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 #59655A;}

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

This text has shadow with #59655A color.

.textShadow {text-shadow: 3px 3px 1px #59655A, 3px 3px 1px red;}

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

This text has shadow with #59655A primary color and red secondary color.


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

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

This text has shadow with #59655A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59655A on black background.


Color preview on white background

This text has color #59655A on white background.



Black color preview on #59655A background

This text has black color on #59655A background.


White color preview on #59655A background

This text has white color on #59655A background.