COLOR #595A4B

HEX: #595A4B RGB: (89,90,75)

Color info

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

RGB color model

#595A4B color RGB value is (89,90,75).

RGB: (89,90,75) (35%, 35%, 29%)

RGB channels and saturation

R 89 of 255 = 35%
G 90 of 255 = 35%
B 75 of 255 = 29%

89
90
75

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

Portions of RGB colors in percentages

R + G + B = 89 + 90 + 75 = 254 (100%)
R 89 of 254 ~ 35.04%
G 90 of 254 ~ 35.43%
B 75 of 254 ~ 29.53'%

%35.04
%35.43
%29.53

CMYK color model

#595A4B color CMYK value is (1,0,17,65).

  • cyan value is 1.11%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 64.71%

CMYK: (1,0,17,65)
C1M0Y17K65 (1%, 0%, 17%, 65%)
(0.01 / 0.00 / 0.17 / 0.65)

CMYK percentages

%1.11
%0
%16.67
%64.71

Codes

Color #595A4B in popluar color models

59 5A 4B
RGB 89 90 75
HSL 64° 9.09% 32.35%
HSB/HSV 64° 16.67% 35.29%
CMYK 1.11% 0.00% 16.67%
64.71%

Color #595A4B in popluar number systems.

HEX 59 5A 4B
Decimal 89 90 75
Binary 1011001 1011010 1001011
Octal 131 132 113

Shades and tints

Shades of #595A4B

#595A4B
(89,90,75)
#515245
(81,82,69)
#494A3F
(73,74,63)
#414239
(65,66,57)
#393A33
(57,58,51)
#31322D
(49,50,45)
#292A27
(41,42,39)
#212221
(33,34,33)
#191A1B
(25,26,27)
#111215
(17,18,21)
#090A0F
(9,10,15)
#000000
(0,0,0)

Tints of #595A4B

#595A4B
(89,90,75)
#68695B
(104,105,91)
#77786B
(119,120,107)
#86877B
(134,135,123)
#95968B
(149,150,139)
#A4A59B
(164,165,155)
#B3B4AB
(179,180,171)
#C2C3BB
(194,195,187)
#D1D2CB
(209,210,203)
#E0E1DB
(224,225,219)
#EFF0EB
(239,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595A4B; }

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

This text font color is #595A4B.

Background Color

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

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

This div background color is #595A4B.

Border color

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

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

This div border color is #595A4B.

Opacity

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

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

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

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

This text has shadow with #595A4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #595A4B.

Preview

Color preview on black background

This text has color #595A4B on black background.


Color preview on white background

This text has color #595A4B on white background.


Black color preview on #595A4B background

This text has black color on #595A4B background.


White color preview on #595A4B background

This text has white color on #595A4B background.


Related colors

Complementary color

Complementary color for #hex is #A6A5B4.


I love getcolorcode.com

Triadic colors

1 #4B595A and #5A4B59 with #595A4B are triadic colors.

2 #4B5A59 and #5A594B with #595A4B are triadic colors.