COLOR #595A4E

HEX: #595A4E
RGB: (89,90,78)

Color info

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

RGB color model

#595A4E color RGB value is (89,90,78).

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

RGB channels and saturation

R 89 of 255 = 35%
G 90 of 255 = 35%
B 78 of 255 = 31%

89
90
78

R + G + B ~ 34%. #595A4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 90 + 78 = 257 (100%)
R 89 of 257 ~ 34.63%
G 90 of 257 ~ 35.02%
B 78 of 257 ~ 30.35%

%34.63
%35.02
%30.35

CMYK color model

#595A4E color CMYK value is (1,0,13,65).

  • cyan value is 1.11%
  • magenta value is 0.00%
  • yellow value is 13.33%
  • key color value is 64.71%
CMYK:
(1,0,13,65)
C1M0Y13K65 
(1%,0%,13%,65%)
(0.01/0.00/0.13/0.65)	

CMYK percentages

%1.11
%0
%13.33
%64.71

Codes

Color #595A4E in popluar color models

595A4E
RGB899078
HSL65°7.14%32.94%
HSB/HSV65°13.33%35.29%
CMYK1.11%0.00%13.33%
64.71%

Color #595A4E in popluar number systems.

HEX595A4E
Decimal899078
Binary101100110110101001110
Octal131132116

Shades and tints

Shades of #595A4E

#595A4E
(89,90,78)
#515247
(81,82,71)
#494A40
(73,74,64)
#414239
(65,66,57)
#393A32
(57,58,50)
#31322B
(49,50,43)
#292A24
(41,42,36)
#21221D
(33,34,29)
#191A16
(25,26,22)
#11120F
(17,18,15)
#090A08
(9,10,8)
#000000
(0,0,0)

Tints of #595A4E

#595A4E
(89,90,78)
#68695E
(104,105,94)
#77786E
(119,120,110)
#86877E
(134,135,126)
#95968E
(149,150,142)
#A4A59E
(164,165,158)
#B3B4AE
(179,180,174)
#C2C3BE
(194,195,190)
#D1D2CE
(209,210,206)
#E0E1DE
(224,225,222)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #595A4E color. Also use rgb(89,90,78) instead hex code.

Text Font Color

.myTextColor { color: #595A4E; }

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

This text font color is #595A4E.


Background Color

.myBgColor { background-color: #595A4E; }

<div style="background-color:#595A4E">Inner text</div>

This div background color is #595A4E.


Border color

.myBorderColor { border: 1px solid #595A4E; }

<div style="border:3px solid #595A4E">Div</div>

This div border color is #595A4E.


Opacity

.myOpacity80 { color: #595A4E; opacity: 0.8; }

<p style="color:#595A4E;opacity:0.8;">80%</p>

Text with #595A4E 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 #595A4E;}

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

This text has shadow with #595A4E color.

.textShadow {text-shadow: 3px 3px 1px #595A4E, 3px 3px 1px red;}

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

This text has shadow with #595A4E primary color and red secondary color.


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

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

This text has shadow with #595A4E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595A4E on black background.


Color preview on white background

This text has color #595A4E on white background.



Black color preview on #595A4E background

This text has black color on #595A4E background.


White color preview on #595A4E background

This text has white color on #595A4E background.