COLOR #595B4B

HEX: #595B4B
RGB: (89,91,75)

Color info

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

RGB color model

#595B4B color RGB value is (89,91,75).

  • red value is 89;
  • green value is 91;
  • blue value is 75.
RGB:
(89,91,75)
(35%,36%,29%)

RGB channels and saturation

R 89 of 255 = 35%
G 91 of 255 = 36%
B 75 of 255 = 29%

89
91
75

R + G + B ~ 33%. #595B4B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 91 + 75 = 255 (100%)
R 89 of 255 ~ 34.9%
G 91 of 255 ~ 35.69%
B 75 of 255 ~ 29.41%

%34.9
%35.69
%29.41

CMYK color model

#595B4B color CMYK value is (2,0,18,64).

  • cyan value is 2.20%
  • magenta value is 0.00%
  • yellow value is 17.58%
  • key color value is 64.31%
CMYK:
(2,0,18,64)
C2M0Y18K64 
(2%,0%,18%,64%)
(0.02/0.00/0.18/0.64)	

CMYK percentages

%2.2
%0
%17.58
%64.31

Codes

Color #595B4B in popluar color models

595B4B
RGB899175
HSL68°9.64%32.55%
HSB/HSV68°17.58%35.69%
CMYK2.20%0.00%17.58%
64.31%

Color #595B4B in popluar number systems.

HEX595B4B
Decimal899175
Binary101100110110111001011
Octal131133113

Shades and tints

Shades of #595B4B

#595B4B
(89,91,75)
#515345
(81,83,69)
#494B3F
(73,75,63)
#414339
(65,67,57)
#393B33
(57,59,51)
#31332D
(49,51,45)
#292B27
(41,43,39)
#212321
(33,35,33)
#191B1B
(25,27,27)
#111315
(17,19,21)
#090B0F
(9,11,15)
#000000
(0,0,0)

Tints of #595B4B

#595B4B
(89,91,75)
#68695B
(104,105,91)
#77776B
(119,119,107)
#86857B
(134,133,123)
#95938B
(149,147,139)
#A4A19B
(164,161,155)
#B3AFAB
(179,175,171)
#C2BDBB
(194,189,187)
#D1CBCB
(209,203,203)
#E0D9DB
(224,217,219)
#EFE7EB
(239,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #595B4B color. Also use rgb(89,91,75) instead hex code.

Text Font Color

.myTextColor { color: #595B4B; }

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

This text font color is #595B4B.


Background Color

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

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

This div background color is #595B4B.


Border color

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

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

This div border color is #595B4B.


Opacity

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

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

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

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

This text has shadow with #595B4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595B4B on black background.


Color preview on white background

This text has color #595B4B on white background.



Black color preview on #595B4B background

This text has black color on #595B4B background.


White color preview on #595B4B background

This text has white color on #595B4B background.