COLOR #5D583E

HEX: #5D583E
RGB: (93,88,62)

Color info

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

RGB color model

#5D583E color RGB value is (93,88,62).

  • red value is 93;
  • green value is 88;
  • blue value is 62.
RGB:
(93,88,62)
(36%,35%,24%)

RGB channels and saturation

R 93 of 255 = 36%
G 88 of 255 = 35%
B 62 of 255 = 24%

93
88
62

R + G + B ~ 32%. #5D583E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 88 + 62 = 243 (100%)
R 93 of 243 ~ 38.27%
G 88 of 243 ~ 36.21%
B 62 of 243 ~ 25.51%

%38.27
%36.21
%25.51

CMYK color model

#5D583E color CMYK value is (0,5,33,64).

  • cyan value is 0.00%
  • magenta value is 5.38%
  • yellow value is 33.33%
  • key color value is 63.53%
CMYK:
(0,5,33,64)
C0M5Y33K64 
(0%,5%,33%,64%)
(0.00/0.05/0.33/0.64)	

CMYK percentages

%0
%5.38
%33.33
%63.53

Codes

Color #5D583E in popluar color models

5D583E
RGB938862
HSL50°20.00%30.39%
HSB/HSV50°33.33%36.47%
CMYK0.00%5.38%33.33%
63.53%

Color #5D583E in popluar number systems.

HEX5D583E
Decimal938862
Binary10111011011000111110
Octal13513076

Shades and tints

Shades of #5D583E

#5D583E
(93,88,62)
#555039
(85,80,57)
#4D4834
(77,72,52)
#45402F
(69,64,47)
#3D382A
(61,56,42)
#353025
(53,48,37)
#2D2820
(45,40,32)
#25201B
(37,32,27)
#1D1816
(29,24,22)
#151011
(21,16,17)
#0D080C
(13,8,12)
#000000
(0,0,0)

Tints of #5D583E

#5D583E
(93,88,62)
#6B674F
(107,103,79)
#797660
(121,118,96)
#878571
(135,133,113)
#959482
(149,148,130)
#A3A393
(163,163,147)
#B1B2A4
(177,178,164)
#BFC1B5
(191,193,181)
#CDD0C6
(205,208,198)
#DBDFD7
(219,223,215)
#E9EEE8
(233,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D583E color. Also use rgb(93,88,62) instead hex code.

Text Font Color

.myTextColor { color: #5D583E; }

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

This text font color is #5D583E.


Background Color

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

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

This div background color is #5D583E.


Border color

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

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

This div border color is #5D583E.


Opacity

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

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

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

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

This text has shadow with #5D583E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D583E on black background.


Color preview on white background

This text has color #5D583E on white background.



Black color preview on #5D583E background

This text has black color on #5D583E background.


White color preview on #5D583E background

This text has white color on #5D583E background.