COLOR #595E69

HEX: #595E69 RGB: (89,94,105)

Color info

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

RGB color model

#595E69 color RGB value is (89,94,105).

RGB: (89,94,105) (35%, 37%, 41%)

RGB channels and saturation

R 89 of 255 = 35%
G 94 of 255 = 37%
B 105 of 255 = 41%

89
94
105

R + G + B ~ 38%. #595E69 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 89 + 94 + 105 = 288 (100%)
R 89 of 288 ~ 30.9%
G 94 of 288 ~ 32.64%
B 105 of 288 ~ 36.46'%

%30.9
%32.64
%36.46

CMYK color model

#595E69 color CMYK value is (15,10,0,59).

  • cyan value is 15.24%
  • magenta value is 10.48%
  • yellow value is 0.00%
  • key color value is 58.82%

CMYK: (15,10,0,59)
C15M10Y0K59 (15%, 10%, 0%, 59%)
(0.15 / 0.10 / 0.00 / 0.59)

CMYK percentages

%15.24
%10.48
%0
%58.82

Codes

Color #595E69 in popluar color models

59 5E 69
RGB 89 94 105
HSL 221° 8.25% 38.04%
HSB/HSV 221° 15.24% 41.18%
CMYK 15.24% 10.48% 0.00%
58.82%

Color #595E69 in popluar number systems.

HEX 59 5E 69
Decimal 89 94 105
Binary 1011001 1011110 1101001
Octal 131 136 151

Shades and tints

Shades of #595E69

#595E69
(89,94,105)
#515660
(81,86,96)
#494E57
(73,78,87)
#41464E
(65,70,78)
#393E45
(57,62,69)
#31363C
(49,54,60)
#292E33
(41,46,51)
#21262A
(33,38,42)
#191E21
(25,30,33)
#111618
(17,22,24)
#090E0F
(9,14,15)
#000000
(0,0,0)

Tints of #595E69

#595E69
(89,94,105)
#686C76
(104,108,118)
#777A83
(119,122,131)
#868890
(134,136,144)
#95969D
(149,150,157)
#A4A4AA
(164,164,170)
#B3B2B7
(179,178,183)
#C2C0C4
(194,192,196)
#D1CED1
(209,206,209)
#E0DCDE
(224,220,222)
#EFEAEB
(239,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595E69; }

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

This text font color is #595E69.

Background Color

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

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

This div background color is #595E69.

Border color

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

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

This div border color is #595E69.

Opacity

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

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

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

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

This text has shadow with #595E69 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #595E69.

Preview

Color preview on black background

This text has color #595E69 on black background.


Color preview on white background

This text has color #595E69 on white background.


Black color preview on #595E69 background

This text has black color on #595E69 background.


White color preview on #595E69 background

This text has white color on #595E69 background.


Related colors

Complementary color

Complementary color for #hex is #A6A196.


I love getcolorcode.com

Triadic colors

1 #69595E and #5E6959 with #595E69 are triadic colors.

2 #695E59 and #5E5969 with #595E69 are triadic colors.