COLOR #59594B

HEX: #59594B RGB: (89,89,75)

Color info

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

RGB color model

#59594B color RGB value is (89,89,75).

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

RGB channels and saturation

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

89
89
75

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

Portions of RGB colors in percentages

R + G + B = 89 + 89 + 75 = 253 (100%)
R 89 of 253 ~ 35.18%
G 89 of 253 ~ 35.18%
B 75 of 253 ~ 29.64'%

%35.18
%35.18
%29.64

CMYK color model

#59594B color CMYK value is (0,0,16,65).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 15.73%
  • key color value is 65.10%

CMYK: (0,0,16,65)
C0M0Y16K65 (0%, 0%, 16%, 65%)
(0.00 / 0.00 / 0.16 / 0.65)

CMYK percentages

%0
%0
%15.73
%65.1

Codes

Color #59594B in popluar color models

59 59 4B
RGB 89 89 75
HSL 60° 8.54% 32.16%
HSB/HSV 60° 15.73% 34.90%
CMYK 0.00% 0.00% 15.73%
65.10%

Color #59594B in popluar number systems.

HEX 59 59 4B
Decimal 89 89 75
Binary 1011001 1011001 1001011
Octal 131 131 113

Shades and tints

Shades of #59594B

#59594B
(89,89,75)
#515145
(81,81,69)
#49493F
(73,73,63)
#414139
(65,65,57)
#393933
(57,57,51)
#31312D
(49,49,45)
#292927
(41,41,39)
#212121
(33,33,33)
#19191B
(25,25,27)
#111115
(17,17,21)
#09090F
(9,9,15)
#000000
(0,0,0)

Tints of #59594B

#59594B
(89,89,75)
#68685B
(104,104,91)
#77776B
(119,119,107)
#86867B
(134,134,123)
#95958B
(149,149,139)
#A4A49B
(164,164,155)
#B3B3AB
(179,179,171)
#C2C2BB
(194,194,187)
#D1D1CB
(209,209,203)
#E0E0DB
(224,224,219)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59594B; }

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

This text font color is #59594B.

Background Color

.myBgColor { background-color: #59594B; }

<div style="background-color:#59594B">Inner text</div>

This div background color is #59594B.

Border color

.myBorderColor { border: 1px solid #59594B; }

<div style="border:3px solid #59594B">Div</div>

This div border color is #59594B.

Opacity

.myOpacity80 { color: #59594B; opacity: 0.8; }

<p style="color:#59594B;opacity:0.8;">80%</p>

Text with #59594B 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 #59594B;}

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

This text has shadow with #59594B color.


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

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

This text has shadow with #59594B primary color and red secondary color.


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

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

This text has shadow with #59594B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #59594B.

Preview

Color preview on black background

This text has color #59594B on black background.


Color preview on white background

This text has color #59594B on white background.


Black color preview on #59594B background

This text has black color on #59594B background.


White color preview on #59594B background

This text has white color on #59594B background.


Related colors

Complementary color

Complementary color for #hex is #A6A6B4.


I love getcolorcode.com