COLOR #5A5D2D

HEX: #5A5D2D
RGB: (90,93,45)

Color info

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

RGB color model

#5A5D2D color RGB value is (90,93,45).

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

RGB channels and saturation

R 90 of 255 = 35%
G 93 of 255 = 36%
B 45 of 255 = 18%

90
93
45

R + G + B ~ 30%. #5A5D2D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 93 + 45 = 228 (100%)
R 90 of 228 ~ 39.47%
G 93 of 228 ~ 40.79%
B 45 of 228 ~ 19.74%

%39.47
%40.79
%19.74

CMYK color model

#5A5D2D color CMYK value is (3,0,52,64).

  • cyan value is 3.23%
  • magenta value is 0.00%
  • yellow value is 51.61%
  • key color value is 63.53%
CMYK:
(3,0,52,64)
C3M0Y52K64 
(3%,0%,52%,64%)
(0.03/0.00/0.52/0.64)	

CMYK percentages

%3.23
%0
%51.61
%63.53

Codes

Color #5A5D2D in popluar color models

5A5D2D
RGB909345
HSL64°34.78%27.06%
HSB/HSV64°51.61%36.47%
CMYK3.23%0.00%51.61%
63.53%

Color #5A5D2D in popluar number systems.

HEX5A5D2D
Decimal909345
Binary10110101011101101101
Octal13213555

Shades and tints

Shades of #5A5D2D

#5A5D2D
(90,93,45)
#525529
(82,85,41)
#4A4D25
(74,77,37)
#424521
(66,69,33)
#3A3D1D
(58,61,29)
#323519
(50,53,25)
#2A2D15
(42,45,21)
#222511
(34,37,17)
#1A1D0D
(26,29,13)
#121509
(18,21,9)
#0A0D05
(10,13,5)
#000000
(0,0,0)

Tints of #5A5D2D

#5A5D2D
(90,93,45)
#696B40
(105,107,64)
#787953
(120,121,83)
#878766
(135,135,102)
#969579
(150,149,121)
#A5A38C
(165,163,140)
#B4B19F
(180,177,159)
#C3BFB2
(195,191,178)
#D2CDC5
(210,205,197)
#E1DBD8
(225,219,216)
#F0E9EB
(240,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5D2D; }

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

This text font color is #5A5D2D.


Background Color

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

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

This div background color is #5A5D2D.


Border color

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

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

This div border color is #5A5D2D.


Opacity

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

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

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

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

This text has shadow with #5A5D2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A5D2D on black background.


Color preview on white background

This text has color #5A5D2D on white background.



Black color preview on #5A5D2D background

This text has black color on #5A5D2D background.


White color preview on #5A5D2D background

This text has white color on #5A5D2D background.