COLOR #5D5A24

HEX: #5D5A24
RGB: (93,90,36)

Color info

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

RGB color model

#5D5A24 color RGB value is (93,90,36).

  • red value is 93;
  • green value is 90;
  • blue value is 36.
RGB:
(93,90,36)
(36%,35%,14%)

RGB channels and saturation

R 93 of 255 = 36%
G 90 of 255 = 35%
B 36 of 255 = 14%

93
90
36

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

Portions of RGB colors in percentages

R + G + B =
93 + 90 + 36 = 219 (100%)
R 93 of 219 ~ 42.47%
G 90 of 219 ~ 41.1%
B 36 of 219 ~ 16.44%

%42.47
%41.1
%16.44

CMYK color model

#5D5A24 color CMYK value is (0,3,61,64).

  • cyan value is 0.00%
  • magenta value is 3.23%
  • yellow value is 61.29%
  • key color value is 63.53%
CMYK:
(0,3,61,64)
C0M3Y61K64 
(0%,3%,61%,64%)
(0.00/0.03/0.61/0.64)	

CMYK percentages

%0
%3.23
%61.29
%63.53

Codes

Color #5D5A24 in popluar color models

5D5A24
RGB939036
HSL57°44.19%25.29%
HSB/HSV57°61.29%36.47%
CMYK0.00%3.23%61.29%
63.53%

Color #5D5A24 in popluar number systems.

HEX5D5A24
Decimal939036
Binary10111011011010100100
Octal13513244

Shades and tints

Shades of #5D5A24

#5D5A24
(93,90,36)
#555221
(85,82,33)
#4D4A1E
(77,74,30)
#45421B
(69,66,27)
#3D3A18
(61,58,24)
#353215
(53,50,21)
#2D2A12
(45,42,18)
#25220F
(37,34,15)
#1D1A0C
(29,26,12)
#151209
(21,18,9)
#0D0A06
(13,10,6)
#000000
(0,0,0)

Tints of #5D5A24

#5D5A24
(93,90,36)
#6B6937
(107,105,55)
#79784A
(121,120,74)
#87875D
(135,135,93)
#959670
(149,150,112)
#A3A583
(163,165,131)
#B1B496
(177,180,150)
#BFC3A9
(191,195,169)
#CDD2BC
(205,210,188)
#DBE1CF
(219,225,207)
#E9F0E2
(233,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D5A24 color. Also use rgb(93,90,36) instead hex code.

Text Font Color

.myTextColor { color: #5D5A24; }

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

This text font color is #5D5A24.


Background Color

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

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

This div background color is #5D5A24.


Border color

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

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

This div border color is #5D5A24.


Opacity

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

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

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

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

This text has shadow with #5D5A24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5A24 on black background.


Color preview on white background

This text has color #5D5A24 on white background.



Black color preview on #5D5A24 background

This text has black color on #5D5A24 background.


White color preview on #5D5A24 background

This text has white color on #5D5A24 background.