COLOR #595E4A

HEX: #595E4A
RGB: (89,94,74)

Color info

#595E4A contains red, green and blue colors in about the same proportion. Web safe color of #595E4A is #666633 (or #663).

RGB color model

#595E4A color RGB value is (89,94,74).

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

RGB channels and saturation

R 89 of 255 = 35%
G 94 of 255 = 37%
B 74 of 255 = 29%

89
94
74

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

Portions of RGB colors in percentages

R + G + B =
89 + 94 + 74 = 257 (100%)
R 89 of 257 ~ 34.63%
G 94 of 257 ~ 36.58%
B 74 of 257 ~ 28.79%

%34.63
%36.58
%28.79

CMYK color model

#595E4A color CMYK value is (5,0,21,63).

  • cyan value is 5.32%
  • magenta value is 0.00%
  • yellow value is 21.28%
  • key color value is 63.14%
CMYK:
(5,0,21,63)
C5M0Y21K63 
(5%,0%,21%,63%)
(0.05/0.00/0.21/0.63)	

CMYK percentages

%5.32
%0
%21.28
%63.14

Codes

Color #595E4A in popluar color models

595E4A
RGB899474
HSL75°11.90%32.94%
HSB/HSV75°21.28%36.86%
CMYK5.32%0.00%21.28%
63.14%

Color #595E4A in popluar number systems.

HEX595E4A
Decimal899474
Binary101100110111101001010
Octal131136112

Shades and tints

Shades of #595E4A

#595E4A
(89,94,74)
#515644
(81,86,68)
#494E3E
(73,78,62)
#414638
(65,70,56)
#393E32
(57,62,50)
#31362C
(49,54,44)
#292E26
(41,46,38)
#212620
(33,38,32)
#191E1A
(25,30,26)
#111614
(17,22,20)
#090E0E
(9,14,14)
#000000
(0,0,0)

Tints of #595E4A

#595E4A
(89,94,74)
#686C5A
(104,108,90)
#777A6A
(119,122,106)
#86887A
(134,136,122)
#95968A
(149,150,138)
#A4A49A
(164,164,154)
#B3B2AA
(179,178,170)
#C2C0BA
(194,192,186)
#D1CECA
(209,206,202)
#E0DCDA
(224,220,218)
#EFEAEA
(239,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595E4A; }

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

This text font color is #595E4A.


Background Color

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

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

This div background color is #595E4A.


Border color

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

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

This div border color is #595E4A.


Opacity

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

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

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

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

This text has shadow with #595E4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595E4A on black background.


Color preview on white background

This text has color #595E4A on white background.



Black color preview on #595E4A background

This text has black color on #595E4A background.


White color preview on #595E4A background

This text has white color on #595E4A background.