COLOR #595C5E

HEX: #595C5E RGB: (89,92,94)

Color info

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

RGB color model

#595C5E color RGB value is (89,92,94).

RGB: (89,92,94) (35%, 36%, 37%)

RGB channels and saturation

R 89 of 255 = 35%
G 92 of 255 = 36%
B 94 of 255 = 37%

89
92
94

R + G + B ~ 36%. #595C5E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 89 + 92 + 94 = 275 (100%)
R 89 of 275 ~ 32.36%
G 92 of 275 ~ 33.45%
B 94 of 275 ~ 34.18'%

%32.36
%33.45
%34.18

CMYK color model

#595C5E color CMYK value is (5,2,0,63).

  • cyan value is 5.32%
  • magenta value is 2.13%
  • yellow value is 0.00%
  • key color value is 63.14%

CMYK: (5,2,0,63)
C5M2Y0K63 (5%, 2%, 0%, 63%)
(0.05 / 0.02 / 0.00 / 0.63)

CMYK percentages

%5.32
%2.13
%0
%63.14

Codes

Color #595C5E in popluar color models

59 5C 5E
RGB 89 92 94
HSL 204° 2.73% 35.88%
HSB/HSV 204° 5.32% 36.86%
CMYK 5.32% 2.13% 0.00%
63.14%

Color #595C5E in popluar number systems.

HEX 59 5C 5E
Decimal 89 92 94
Binary 1011001 1011100 1011110
Octal 131 134 136

Shades and tints

Shades of #595C5E

#595C5E
(89,92,94)
#515456
(81,84,86)
#494C4E
(73,76,78)
#414446
(65,68,70)
#393C3E
(57,60,62)
#313436
(49,52,54)
#292C2E
(41,44,46)
#212426
(33,36,38)
#191C1E
(25,28,30)
#111416
(17,20,22)
#090C0E
(9,12,14)
#000000
(0,0,0)

Tints of #595C5E

#595C5E
(89,92,94)
#686A6C
(104,106,108)
#77787A
(119,120,122)
#868688
(134,134,136)
#959496
(149,148,150)
#A4A2A4
(164,162,164)
#B3B0B2
(179,176,178)
#C2BEC0
(194,190,192)
#D1CCCE
(209,204,206)
#E0DADC
(224,218,220)
#EFE8EA
(239,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #595C5E color. Also use rgb(89,92,94) instead hex code.

Text Font Color

.myTextColor { color: #595C5E; }

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

This text font color is #595C5E.

Background Color

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

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

This div background color is #595C5E.

Border color

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

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

This div border color is #595C5E.

Opacity

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

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

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

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

This text has shadow with #595C5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #595C5E.

Preview

Color preview on black background

This text has color #595C5E on black background.


Color preview on white background

This text has color #595C5E on white background.


Black color preview on #595C5E background

This text has black color on #595C5E background.


White color preview on #595C5E background

This text has white color on #595C5E background.


Related colors

Complementary color

Complementary color for #hex is #A6A3A1.


I love getcolorcode.com

Triadic colors

1 #5E595C and #5C5E59 with #595C5E are triadic colors.

2 #5E5C59 and #5C595E with #595C5E are triadic colors.