COLOR #5D594B

HEX: #5D594B
RGB: (93,89,75)

Color info

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

RGB color model

#5D594B color RGB value is (93,89,75).

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

RGB channels and saturation

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

93
89
75

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

Portions of RGB colors in percentages

R + G + B =
93 + 89 + 75 = 257 (100%)
R 93 of 257 ~ 36.19%
G 89 of 257 ~ 34.63%
B 75 of 257 ~ 29.18%

%36.19
%34.63
%29.18

CMYK color model

#5D594B color CMYK value is (0,4,19,64).

  • cyan value is 0.00%
  • magenta value is 4.30%
  • yellow value is 19.35%
  • key color value is 63.53%
CMYK:
(0,4,19,64)
C0M4Y19K64 
(0%,4%,19%,64%)
(0.00/0.04/0.19/0.64)	

CMYK percentages

%0
%4.3
%19.35
%63.53

Codes

Color #5D594B in popluar color models

5D594B
RGB938975
HSL47°10.71%32.94%
HSB/HSV47°19.35%36.47%
CMYK0.00%4.30%19.35%
63.53%

Color #5D594B in popluar number systems.

HEX5D594B
Decimal938975
Binary101110110110011001011
Octal135131113

Shades and tints

Shades of #5D594B

#5D594B
(93,89,75)
#555145
(85,81,69)
#4D493F
(77,73,63)
#454139
(69,65,57)
#3D3933
(61,57,51)
#35312D
(53,49,45)
#2D2927
(45,41,39)
#252121
(37,33,33)
#1D191B
(29,25,27)
#151115
(21,17,21)
#0D090F
(13,9,15)
#000000
(0,0,0)

Tints of #5D594B

#5D594B
(93,89,75)
#6B685B
(107,104,91)
#79776B
(121,119,107)
#87867B
(135,134,123)
#95958B
(149,149,139)
#A3A49B
(163,164,155)
#B1B3AB
(177,179,171)
#BFC2BB
(191,194,187)
#CDD1CB
(205,209,203)
#DBE0DB
(219,224,219)
#E9EFEB
(233,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D594B; }

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

This text font color is #5D594B.


Background Color

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

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

This div background color is #5D594B.


Border color

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

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

This div border color is #5D594B.


Opacity

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

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

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

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

This text has shadow with #5D594B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D594B on black background.


Color preview on white background

This text has color #5D594B on white background.



Black color preview on #5D594B background

This text has black color on #5D594B background.


White color preview on #5D594B background

This text has white color on #5D594B background.