COLOR #595D58

HEX: #595D58
RGB: (89,93,88)

Color info

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

RGB color model

#595D58 color RGB value is (89,93,88).

  • red value is 89;
  • green value is 93;
  • blue value is 88.
RGB:
(89,93,88)
(35%,36%,35%)

RGB channels and saturation

R 89 of 255 = 35%
G 93 of 255 = 36%
B 88 of 255 = 35%

89
93
88

R + G + B ~ 35%. #595D58 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 93 + 88 = 270 (100%)
R 89 of 270 ~ 32.96%
G 93 of 270 ~ 34.44%
B 88 of 270 ~ 32.59%

%32.96
%34.44
%32.59

CMYK color model

#595D58 color CMYK value is (4,0,5,64).

  • cyan value is 4.30%
  • magenta value is 0.00%
  • yellow value is 5.38%
  • key color value is 63.53%
CMYK:
(4,0,5,64)
C4M0Y5K64 
(4%,0%,5%,64%)
(0.04/0.00/0.05/0.64)	

CMYK percentages

%4.3
%0
%5.38
%63.53

Codes

Color #595D58 in popluar color models

595D58
RGB899388
HSL108°2.76%35.49%
HSB/HSV108°5.38%36.47%
CMYK4.30%0.00%5.38%
63.53%

Color #595D58 in popluar number systems.

HEX595D58
Decimal899388
Binary101100110111011011000
Octal131135130

Shades and tints

Shades of #595D58

#595D58
(89,93,88)
#515550
(81,85,80)
#494D48
(73,77,72)
#414540
(65,69,64)
#393D38
(57,61,56)
#313530
(49,53,48)
#292D28
(41,45,40)
#212520
(33,37,32)
#191D18
(25,29,24)
#111510
(17,21,16)
#090D08
(9,13,8)
#000000
(0,0,0)

Tints of #595D58

#595D58
(89,93,88)
#686B67
(104,107,103)
#777976
(119,121,118)
#868785
(134,135,133)
#959594
(149,149,148)
#A4A3A3
(164,163,163)
#B3B1B2
(179,177,178)
#C2BFC1
(194,191,193)
#D1CDD0
(209,205,208)
#E0DBDF
(224,219,223)
#EFE9EE
(239,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #595D58 color. Also use rgb(89,93,88) instead hex code.

Text Font Color

.myTextColor { color: #595D58; }

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

This text font color is #595D58.


Background Color

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

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

This div background color is #595D58.


Border color

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

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

This div border color is #595D58.


Opacity

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

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

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

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

This text has shadow with #595D58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595D58 on black background.


Color preview on white background

This text has color #595D58 on white background.



Black color preview on #595D58 background

This text has black color on #595D58 background.


White color preview on #595D58 background

This text has white color on #595D58 background.