COLOR #5D594A

HEX: #5D594A
RGB: (93,89,74)

Color info

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

RGB color model

#5D594A color RGB value is (93,89,74).

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

RGB channels and saturation

R 93 of 255 = 36%
G 89 of 255 = 35%
B 74 of 255 = 29%

93
89
74

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

Portions of RGB colors in percentages

R + G + B =
93 + 89 + 74 = 256 (100%)
R 93 of 256 ~ 36.33%
G 89 of 256 ~ 34.77%
B 74 of 256 ~ 28.91%

%36.33
%34.77
%28.91

CMYK color model

#5D594A color CMYK value is (0,4,20,64).

  • cyan value is 0.00%
  • magenta value is 4.30%
  • yellow value is 20.43%
  • key color value is 63.53%
CMYK:
(0,4,20,64)
C0M4Y20K64 
(0%,4%,20%,64%)
(0.00/0.04/0.20/0.64)	

CMYK percentages

%0
%4.3
%20.43
%63.53

Codes

Color #5D594A in popluar color models

5D594A
RGB938974
HSL47°11.38%32.75%
HSB/HSV47°20.43%36.47%
CMYK0.00%4.30%20.43%
63.53%

Color #5D594A in popluar number systems.

HEX5D594A
Decimal938974
Binary101110110110011001010
Octal135131112

Shades and tints

Shades of #5D594A

#5D594A
(93,89,74)
#555144
(85,81,68)
#4D493E
(77,73,62)
#454138
(69,65,56)
#3D3932
(61,57,50)
#35312C
(53,49,44)
#2D2926
(45,41,38)
#252120
(37,33,32)
#1D191A
(29,25,26)
#151114
(21,17,20)
#0D090E
(13,9,14)
#000000
(0,0,0)

Tints of #5D594A

#5D594A
(93,89,74)
#6B685A
(107,104,90)
#79776A
(121,119,106)
#87867A
(135,134,122)
#95958A
(149,149,138)
#A3A49A
(163,164,154)
#B1B3AA
(177,179,170)
#BFC2BA
(191,194,186)
#CDD1CA
(205,209,202)
#DBE0DA
(219,224,218)
#E9EFEA
(233,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D594A; }

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

This text font color is #5D594A.


Background Color

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

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

This div background color is #5D594A.


Border color

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

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

This div border color is #5D594A.


Opacity

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

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

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

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

This text has shadow with #5D594A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D594A on black background.


Color preview on white background

This text has color #5D594A on white background.



Black color preview on #5D594A background

This text has black color on #5D594A background.


White color preview on #5D594A background

This text has white color on #5D594A background.