COLOR #5A534D

HEX: #5A534D
RGB: (90,83,77)

Color info

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

RGB color model

#5A534D color RGB value is (90,83,77).

  • red value is 90;
  • green value is 83;
  • blue value is 77.
RGB:
(90,83,77)
(35%,33%,30%)

RGB channels and saturation

R 90 of 255 = 35%
G 83 of 255 = 33%
B 77 of 255 = 30%

90
83
77

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

Portions of RGB colors in percentages

R + G + B =
90 + 83 + 77 = 250 (100%)
R 90 of 250 ~ 36%
G 83 of 250 ~ 33.2%
B 77 of 250 ~ 30.8%

%36
%33.2
%30.8

CMYK color model

#5A534D color CMYK value is (0,8,14,65).

  • cyan value is 0.00%
  • magenta value is 7.78%
  • yellow value is 14.44%
  • key color value is 64.71%
CMYK:
(0,8,14,65)
C0M8Y14K65 
(0%,8%,14%,65%)
(0.00/0.08/0.14/0.65)	

CMYK percentages

%0
%7.78
%14.44
%64.71

Codes

Color #5A534D in popluar color models

5A534D
RGB908377
HSL28°7.78%32.75%
HSB/HSV28°14.44%35.29%
CMYK0.00%7.78%14.44%
64.71%

Color #5A534D in popluar number systems.

HEX5A534D
Decimal908377
Binary101101010100111001101
Octal132123115

Shades and tints

Shades of #5A534D

#5A534D
(90,83,77)
#524C46
(82,76,70)
#4A453F
(74,69,63)
#423E38
(66,62,56)
#3A3731
(58,55,49)
#32302A
(50,48,42)
#2A2923
(42,41,35)
#22221C
(34,34,28)
#1A1B15
(26,27,21)
#12140E
(18,20,14)
#0A0D07
(10,13,7)
#000000
(0,0,0)

Tints of #5A534D

#5A534D
(90,83,77)
#69625D
(105,98,93)
#78716D
(120,113,109)
#87807D
(135,128,125)
#968F8D
(150,143,141)
#A59E9D
(165,158,157)
#B4ADAD
(180,173,173)
#C3BCBD
(195,188,189)
#D2CBCD
(210,203,205)
#E1DADD
(225,218,221)
#F0E9ED
(240,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A534D color. Also use rgb(90,83,77) instead hex code.

Text Font Color

.myTextColor { color: #5A534D; }

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

This text font color is #5A534D.


Background Color

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

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

This div background color is #5A534D.


Border color

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

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

This div border color is #5A534D.


Opacity

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

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

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

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

This text has shadow with #5A534D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A534D on black background.


Color preview on white background

This text has color #5A534D on white background.



Black color preview on #5A534D background

This text has black color on #5A534D background.


White color preview on #5A534D background

This text has white color on #5A534D background.