COLOR #595753

HEX: #595753 RGB: (89,87,83)

Color info

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

RGB color model

#595753 color RGB value is (89,87,83).

RGB: (89,87,83) (35%, 34%, 33%)

RGB channels and saturation

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

89
87
83

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

Portions of RGB colors in percentages

R + G + B = 89 + 87 + 83 = 259 (100%)
R 89 of 259 ~ 34.36%
G 87 of 259 ~ 33.59%
B 83 of 259 ~ 32.05'%

%34.36
%33.59
%32.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.25%
  • yellow value is 6.74%
  • key color value is 65.10%

CMYK: (0,2,7,65)
C0M2Y7K65 (0%, 2%, 7%, 65%)
(0.00 / 0.02 / 0.07 / 0.65)

CMYK percentages

%0
%2.25
%6.74
%65.1

Codes

Color #595753 in popluar color models

59 57 53
RGB 89 87 83
HSL 40° 3.49% 33.73%
HSB/HSV 40° 6.74% 34.90%
CMYK 0.00% 2.25% 6.74%
65.10%

Color #595753 in popluar number systems.

HEX 59 57 53
Decimal 89 87 83
Binary 1011001 1010111 1010011
Octal 131 127 123

Shades and tints

Shades of #595753

#595753
(89,87,83)
#51504C
(81,80,76)
#494945
(73,73,69)
#41423E
(65,66,62)
#393B37
(57,59,55)
#313430
(49,52,48)
#292D29
(41,45,41)
#212622
(33,38,34)
#191F1B
(25,31,27)
#111814
(17,24,20)
#09110D
(9,17,13)
#000000
(0,0,0)

Tints of #595753

#595753
(89,87,83)
#686662
(104,102,98)
#777571
(119,117,113)
#868480
(134,132,128)
#95938F
(149,147,143)
#A4A29E
(164,162,158)
#B3B1AD
(179,177,173)
#C2C0BC
(194,192,188)
#D1CFCB
(209,207,203)
#E0DEDA
(224,222,218)
#EFEDE9
(239,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595753; }

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

This text font color is #595753.

Background Color

.myBgColor { background-color: #595753; }

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

This div background color is #595753.

Border color

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

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

This div border color is #595753.

Opacity

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

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

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

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

This text has shadow with #595753 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #595753.

Preview

Color preview on black background

This text has color #595753 on black background.


Color preview on white background

This text has color #595753 on white background.


Black color preview on #595753 background

This text has black color on #595753 background.


White color preview on #595753 background

This text has white color on #595753 background.


Related colors

Complementary color

Complementary color for #hex is #A6A8AC.


I love getcolorcode.com

Triadic colors

1 #535957 and #575359 with #595753 are triadic colors.

2 #535759 and #575953 with #595753 are triadic colors.