COLOR #595359

HEX: #595359
RGB: (89,83,89)

Color info

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

RGB color model

#595359 color RGB value is (89,83,89).

  • red value is 89;
  • green value is 83;
  • blue value is 89.
RGB:
(89,83,89)
(35%,33%,35%)

RGB channels and saturation

R 89 of 255 = 35%
G 83 of 255 = 33%
B 89 of 255 = 35%

89
83
89

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

Portions of RGB colors in percentages

R + G + B =
89 + 83 + 89 = 261 (100%)
R 89 of 261 ~ 34.1%
G 83 of 261 ~ 31.8%
B 89 of 261 ~ 34.1%

%34.1
%31.8
%34.1

CMYK color model

#595359 color CMYK value is (0,7,0,65).

  • cyan value is 0.00%
  • magenta value is 6.74%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(0,7,0,65)
C0M7Y0K65 
(0%,7%,0%,65%)
(0.00/0.07/0.00/0.65)	

CMYK percentages

%0
%6.74
%0
%65.1

Codes

Color #595359 in popluar color models

595359
RGB898389
HSL300°3.49%33.73%
HSB/HSV300°6.74%34.90%
CMYK0.00%6.74%0.00%
65.10%

Color #595359 in popluar number systems.

HEX595359
Decimal898389
Binary101100110100111011001
Octal131123131

Shades and tints

Shades of #595359

#595359
(89,83,89)
#514C51
(81,76,81)
#494549
(73,69,73)
#413E41
(65,62,65)
#393739
(57,55,57)
#313031
(49,48,49)
#292929
(41,41,41)
#212221
(33,34,33)
#191B19
(25,27,25)
#111411
(17,20,17)
#090D09
(9,13,9)
#000000
(0,0,0)

Tints of #595359

#595359
(89,83,89)
#686268
(104,98,104)
#777177
(119,113,119)
#868086
(134,128,134)
#958F95
(149,143,149)
#A49EA4
(164,158,164)
#B3ADB3
(179,173,179)
#C2BCC2
(194,188,194)
#D1CBD1
(209,203,209)
#E0DAE0
(224,218,224)
#EFE9EF
(239,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #595359 color. Also use rgb(89,83,89) instead hex code.

Text Font Color

.myTextColor { color: #595359; }

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

This text font color is #595359.


Background Color

.myBgColor { background-color: #595359; }

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

This div background color is #595359.


Border color

.myBorderColor { border: 1px solid #595359; }

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

This div border color is #595359.


Opacity

.myOpacity80 { color: #595359; opacity: 0.8; }

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

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

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

This text has shadow with #595359 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595359 on black background.


Color preview on white background

This text has color #595359 on white background.



Black color preview on #595359 background

This text has black color on #595359 background.


White color preview on #595359 background

This text has white color on #595359 background.