COLOR #5D591E

HEX: #5D591E
RGB: (93,89,30)

Color info

#5D591E contains mainly red and green colors. Web safe color of #5D591E is #666633 (or #663).

RGB color model

#5D591E color RGB value is (93,89,30).

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

RGB channels and saturation

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

93
89
30

R + G + B ~ 28%. #5D591E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 89 + 30 = 212 (100%)
R 93 of 212 ~ 43.87%
G 89 of 212 ~ 41.98%
B 30 of 212 ~ 14.15%

%43.87
%41.98
%14.15

CMYK color model

#5D591E color CMYK value is (0,4,68,64).

  • cyan value is 0.00%
  • magenta value is 4.30%
  • yellow value is 67.74%
  • key color value is 63.53%
CMYK:
(0,4,68,64)
C0M4Y68K64 
(0%,4%,68%,64%)
(0.00/0.04/0.68/0.64)	

CMYK percentages

%0
%4.3
%67.74
%63.53

Codes

Color #5D591E in popluar color models

5D591E
RGB938930
HSL56°51.22%24.12%
HSB/HSV56°67.74%36.47%
CMYK0.00%4.30%67.74%
63.53%

Color #5D591E in popluar number systems.

HEX5D591E
Decimal938930
Binary1011101101100111110
Octal13513136

Shades and tints

Shades of #5D591E

#5D591E
(93,89,30)
#55511C
(85,81,28)
#4D491A
(77,73,26)
#454118
(69,65,24)
#3D3916
(61,57,22)
#353114
(53,49,20)
#2D2912
(45,41,18)
#252110
(37,33,16)
#1D190E
(29,25,14)
#15110C
(21,17,12)
#0D090A
(13,9,10)
#000000
(0,0,0)

Tints of #5D591E

#5D591E
(93,89,30)
#6B6832
(107,104,50)
#797746
(121,119,70)
#87865A
(135,134,90)
#95956E
(149,149,110)
#A3A482
(163,164,130)
#B1B396
(177,179,150)
#BFC2AA
(191,194,170)
#CDD1BE
(205,209,190)
#DBE0D2
(219,224,210)
#E9EFE6
(233,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D591E; }

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

This text font color is #5D591E.


Background Color

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

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

This div background color is #5D591E.


Border color

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

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

This div border color is #5D591E.


Opacity

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

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

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

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

This text has shadow with #5D591E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D591E on black background.


Color preview on white background

This text has color #5D591E on white background.



Black color preview on #5D591E background

This text has black color on #5D591E background.


White color preview on #5D591E background

This text has white color on #5D591E background.