COLOR #595E6E

HEX: #595E6E
RGB: (89,94,110)

Color info

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

RGB color model

#595E6E color RGB value is (89,94,110).

  • red value is 89;
  • green value is 94;
  • blue value is 110.
RGB:
(89,94,110)
(35%,37%,43%)

RGB channels and saturation

R 89 of 255 = 35%
G 94 of 255 = 37%
B 110 of 255 = 43%

89
94
110

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

Portions of RGB colors in percentages

R + G + B =
89 + 94 + 110 = 293 (100%)
R 89 of 293 ~ 30.38%
G 94 of 293 ~ 32.08%
B 110 of 293 ~ 37.54%

%30.38
%32.08
%37.54

CMYK color model

#595E6E color CMYK value is (19,15,0,57).

  • cyan value is 19.09%
  • magenta value is 14.55%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(19,15,0,57)
C19M15Y0K57 
(19%,15%,0%,57%)
(0.19/0.15/0.00/0.57)	

CMYK percentages

%19.09
%14.55
%0
%56.86

Codes

Color #595E6E in popluar color models

595E6E
RGB8994110
HSL226°10.55%39.02%
HSB/HSV226°19.09%43.14%
CMYK19.09%14.55%0.00%
56.86%

Color #595E6E in popluar number systems.

HEX595E6E
Decimal8994110
Binary101100110111101101110
Octal131136156

Shades and tints

Shades of #595E6E

#595E6E
(89,94,110)
#515664
(81,86,100)
#494E5A
(73,78,90)
#414650
(65,70,80)
#393E46
(57,62,70)
#31363C
(49,54,60)
#292E32
(41,46,50)
#212628
(33,38,40)
#191E1E
(25,30,30)
#111614
(17,22,20)
#090E0A
(9,14,10)
#000000
(0,0,0)

Tints of #595E6E

#595E6E
(89,94,110)
#686C7B
(104,108,123)
#777A88
(119,122,136)
#868895
(134,136,149)
#9596A2
(149,150,162)
#A4A4AF
(164,164,175)
#B3B2BC
(179,178,188)
#C2C0C9
(194,192,201)
#D1CED6
(209,206,214)
#E0DCE3
(224,220,227)
#EFEAF0
(239,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595E6E; }

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

This text font color is #595E6E.


Background Color

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

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

This div background color is #595E6E.


Border color

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

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

This div border color is #595E6E.


Opacity

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

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

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

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

This text has shadow with #595E6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595E6E on black background.


Color preview on white background

This text has color #595E6E on white background.



Black color preview on #595E6E background

This text has black color on #595E6E background.


White color preview on #595E6E background

This text has white color on #595E6E background.