COLOR #5D594C

HEX: #5D594C RGB: (93,89,76)

Color info

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

RGB color model

#5D594C color RGB value is (93,89,76).

RGB: (93,89,76) (36%, 35%, 30%)

RGB channels and saturation

R 93 of 255 = 36%
G 89 of 255 = 35%
B 76 of 255 = 30%

93
89
76

R + G + B ~ 34%. #5D594C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 89 + 76 = 258 (100%)
R 93 of 258 ~ 36.05%
G 89 of 258 ~ 34.5%
B 76 of 258 ~ 29.46'%

%36.05
%34.5
%29.46

CMYK color model

#5D594C color CMYK value is (0,4,18,64).

  • cyan value is 0.00%
  • magenta value is 4.30%
  • yellow value is 18.28%
  • key color value is 63.53%

CMYK: (0,4,18,64)
C0M4Y18K64 (0%, 4%, 18%, 64%)
(0.00 / 0.04 / 0.18 / 0.64)

CMYK percentages

%0
%4.3
%18.28
%63.53

Codes

Color #5D594C in popluar color models

5D 59 4C
RGB 93 89 76
HSL 46° 10.06% 33.14%
HSB/HSV 46° 18.28% 36.47%
CMYK 0.00% 4.30% 18.28%
63.53%

Color #5D594C in popluar number systems.

HEX 5D 59 4C
Decimal 93 89 76
Binary 1011101 1011001 1001100
Octal 135 131 114

Shades and tints

Shades of #5D594C

#5D594C
(93,89,76)
#555146
(85,81,70)
#4D4940
(77,73,64)
#45413A
(69,65,58)
#3D3934
(61,57,52)
#35312E
(53,49,46)
#2D2928
(45,41,40)
#252122
(37,33,34)
#1D191C
(29,25,28)
#151116
(21,17,22)
#0D0910
(13,9,16)
#000000
(0,0,0)

Tints of #5D594C

#5D594C
(93,89,76)
#6B685C
(107,104,92)
#79776C
(121,119,108)
#87867C
(135,134,124)
#95958C
(149,149,140)
#A3A49C
(163,164,156)
#B1B3AC
(177,179,172)
#BFC2BC
(191,194,188)
#CDD1CC
(205,209,204)
#DBE0DC
(219,224,220)
#E9EFEC
(233,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D594C color. Also use rgb(93,89,76) instead hex code.

Text Font Color

.myTextColor { color: #5D594C; }

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

This text font color is #5D594C.

Background Color

.myBgColor { background-color: #5D594C; }

<div style="background-color:#5D594C">Inner text</div>

This div background color is #5D594C.

Border color

.myBorderColor { border: 1px solid #5D594C; }

<div style="border:3px solid #5D594C">Div</div>

This div border color is #5D594C.

Opacity

.myOpacity80 { color: #5D594C; opacity: 0.8; }

<p style="color:#5D594C;opacity:0.8;">80%</p>

Text with #5D594C 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 #5D594C;}

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

This text has shadow with #5D594C color.


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

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

This text has shadow with #5D594C primary color and red secondary color.


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

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

This text has shadow with #5D594C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5D594C.

Preview

Color preview on black background

This text has color #5D594C on black background.


Color preview on white background

This text has color #5D594C on white background.


Black color preview on #5D594C background

This text has black color on #5D594C background.


White color preview on #5D594C background

This text has white color on #5D594C background.


Related colors

Complementary color

Complementary color for #hex is #A2A6B3.


I love getcolorcode.com

Triadic colors

1 #4C5D59 and #594C5D with #5D594C are triadic colors.

2 #4C595D and #595D4C with #5D594C are triadic colors.