COLOR #5A5D4A

HEX: #5A5D4A
RGB: (90,93,74)

Color info

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

RGB color model

#5A5D4A color RGB value is (90,93,74).

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

RGB channels and saturation

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

90
93
74

R + G + B ~ 33%. #5A5D4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 93 + 74 = 257 (100%)
R 90 of 257 ~ 35.02%
G 93 of 257 ~ 36.19%
B 74 of 257 ~ 28.79%

%35.02
%36.19
%28.79

CMYK color model

#5A5D4A color CMYK value is (3,0,20,64).

  • cyan value is 3.23%
  • magenta value is 0.00%
  • yellow value is 20.43%
  • key color value is 63.53%
CMYK: (3,0,20,64) C3M0Y20K64 (3%,0%,20%,64%) (0.03/0.00/0.20/0.64)

CMYK percentages

%3.23
%0
%20.43
%63.53

Codes

Color #5A5D4A in popluar color models

5A5D4A
RGB909374
HSL69°11.38%32.75%
HSB/HSV69°20.43%36.47%
CMYK3.23%0.00%20.43%
63.53%

Color #5A5D4A in popluar number systems.

HEX5A5D4A
Decimal909374
Binary101101010111011001010
Octal132135112

Shades and tints

Shades of #5A5D4A

#5A5D4A
(90,93,74)
#525544
(82,85,68)
#4A4D3E
(74,77,62)
#424538
(66,69,56)
#3A3D32
(58,61,50)
#32352C
(50,53,44)
#2A2D26
(42,45,38)
#222520
(34,37,32)
#1A1D1A
(26,29,26)
#121514
(18,21,20)
#0A0D0E
(10,13,14)
#000000
(0,0,0)

Tints of #5A5D4A

#5A5D4A
(90,93,74)
#696B5A
(105,107,90)
#78796A
(120,121,106)
#87877A
(135,135,122)
#96958A
(150,149,138)
#A5A39A
(165,163,154)
#B4B1AA
(180,177,170)
#C3BFBA
(195,191,186)
#D2CDCA
(210,205,202)
#E1DBDA
(225,219,218)
#F0E9EA
(240,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5D4A; }

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

This text font color is #5A5D4A.


Background Color

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

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

This div background color is #5A5D4A.


Border color

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

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

This div border color is #5A5D4A.


Opacity

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

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

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

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

This text has shadow with #5A5D4A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #5A5D4A on black background.


Color preview on white background

This text has color #5A5D4A on white background.



Black color preview on #5A5D4A background

This text has black color on #5A5D4A background.


White color preview on #5A5D4A background

This text has white color on #5A5D4A background.