COLOR #5A5D1D

HEX: #5A5D1D
RGB: (90,93,29)

Color info

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

RGB color model

#5A5D1D color RGB value is (90,93,29).

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

RGB channels and saturation

R 90 of 255 = 35%
G 93 of 255 = 36%
B 29 of 255 = 11%

90
93
29

R + G + B ~ 27%. #5A5D1D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 93 + 29 = 212 (100%)
R 90 of 212 ~ 42.45%
G 93 of 212 ~ 43.87%
B 29 of 212 ~ 13.68%

%42.45
%43.87
%13.68

CMYK color model

#5A5D1D color CMYK value is (3,0,69,64).

  • cyan value is 3.23%
  • magenta value is 0.00%
  • yellow value is 68.82%
  • key color value is 63.53%
CMYK:
(3,0,69,64)
C3M0Y69K64 
(3%,0%,69%,64%)
(0.03/0.00/0.69/0.64)	

CMYK percentages

%3.23
%0
%68.82
%63.53

Codes

Color #5A5D1D in popluar color models

5A5D1D
RGB909329
HSL63°52.46%23.92%
HSB/HSV63°68.82%36.47%
CMYK3.23%0.00%68.82%
63.53%

Color #5A5D1D in popluar number systems.

HEX5A5D1D
Decimal909329
Binary1011010101110111101
Octal13213535

Shades and tints

Shades of #5A5D1D

#5A5D1D
(90,93,29)
#52551B
(82,85,27)
#4A4D19
(74,77,25)
#424517
(66,69,23)
#3A3D15
(58,61,21)
#323513
(50,53,19)
#2A2D11
(42,45,17)
#22250F
(34,37,15)
#1A1D0D
(26,29,13)
#12150B
(18,21,11)
#0A0D09
(10,13,9)
#000000
(0,0,0)

Tints of #5A5D1D

#5A5D1D
(90,93,29)
#696B31
(105,107,49)
#787945
(120,121,69)
#878759
(135,135,89)
#96956D
(150,149,109)
#A5A381
(165,163,129)
#B4B195
(180,177,149)
#C3BFA9
(195,191,169)
#D2CDBD
(210,205,189)
#E1DBD1
(225,219,209)
#F0E9E5
(240,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5D1D; }

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

This text font color is #5A5D1D.


Background Color

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

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

This div background color is #5A5D1D.


Border color

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

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

This div border color is #5A5D1D.


Opacity

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

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

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

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

This text has shadow with #5A5D1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A5D1D on black background.


Color preview on white background

This text has color #5A5D1D on white background.



Black color preview on #5A5D1D background

This text has black color on #5A5D1D background.


White color preview on #5A5D1D background

This text has white color on #5A5D1D background.