COLOR #595E7E

HEX: #595E7E RGB: (89,94,126)

Color info

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

RGB color model

#595E7E color RGB value is (89,94,126).

RGB: (89,94,126) (35%, 37%, 49%)

RGB channels and saturation

R 89 of 255 = 35%
G 94 of 255 = 37%
B 126 of 255 = 49%

89
94
126

R + G + B ~ 40%. #595E7E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 89 + 94 + 126 = 309 (100%)
R 89 of 309 ~ 28.8%
G 94 of 309 ~ 30.42%
B 126 of 309 ~ 40.78'%

%28.8
%30.42
%40.78

CMYK color model

#595E7E color CMYK value is (29,25,0,51).

  • cyan value is 29.37%
  • magenta value is 25.40%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (29,25,0,51)
C29M25Y0K51 (29%, 25%, 0%, 51%)
(0.29 / 0.25 / 0.00 / 0.51)

CMYK percentages

%29.37
%25.4
%0
%50.59

Codes

Color #595E7E in popluar color models

59 5E 7E
RGB 89 94 126
HSL 232° 17.21% 42.16%
HSB/HSV 232° 29.37% 49.41%
CMYK 29.37% 25.40% 0.00%
50.59%

Color #595E7E in popluar number systems.

HEX 59 5E 7E
Decimal 89 94 126
Binary 1011001 1011110 1111110
Octal 131 136 176

Shades and tints

Shades of #595E7E

#595E7E
(89,94,126)
#515673
(81,86,115)
#494E68
(73,78,104)
#41465D
(65,70,93)
#393E52
(57,62,82)
#313647
(49,54,71)
#292E3C
(41,46,60)
#212631
(33,38,49)
#191E26
(25,30,38)
#11161B
(17,22,27)
#090E10
(9,14,16)
#000000
(0,0,0)

Tints of #595E7E

#595E7E
(89,94,126)
#686C89
(104,108,137)
#777A94
(119,122,148)
#86889F
(134,136,159)
#9596AA
(149,150,170)
#A4A4B5
(164,164,181)
#B3B2C0
(179,178,192)
#C2C0CB
(194,192,203)
#D1CED6
(209,206,214)
#E0DCE1
(224,220,225)
#EFEAEC
(239,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595E7E; }

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

This text font color is #595E7E.

Background Color

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

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

This div background color is #595E7E.

Border color

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

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

This div border color is #595E7E.

Opacity

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

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

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

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

This text has shadow with #595E7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #595E7E.

Preview

Color preview on black background

This text has color #595E7E on black background.


Color preview on white background

This text has color #595E7E on white background.


Black color preview on #595E7E background

This text has black color on #595E7E background.


White color preview on #595E7E background

This text has white color on #595E7E background.


Related colors

Complementary color

Complementary color for #hex is #A6A181.


I love getcolorcode.com

Triadic colors

1 #7E595E and #5E7E59 with #595E7E are triadic colors.

2 #7E5E59 and #5E597E with #595E7E are triadic colors.