COLOR #5A5B3A

HEX: #5A5B3A
RGB: (90,91,58)

Color info

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

RGB color model

#5A5B3A color RGB value is (90,91,58).

  • red value is 90;
  • green value is 91;
  • blue value is 58.
RGB:
(90,91,58)
(35%,36%,23%)

RGB channels and saturation

R 90 of 255 = 35%
G 91 of 255 = 36%
B 58 of 255 = 23%

90
91
58

R + G + B ~ 31%. #5A5B3A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 91 + 58 = 239 (100%)
R 90 of 239 ~ 37.66%
G 91 of 239 ~ 38.08%
B 58 of 239 ~ 24.27%

%37.66
%38.08
%24.27

CMYK color model

#5A5B3A color CMYK value is (1,0,36,64).

  • cyan value is 1.10%
  • magenta value is 0.00%
  • yellow value is 36.26%
  • key color value is 64.31%
CMYK:
(1,0,36,64)
C1M0Y36K64 
(1%,0%,36%,64%)
(0.01/0.00/0.36/0.64)	

CMYK percentages

%1.1
%0
%36.26
%64.31

Codes

Color #5A5B3A in popluar color models

5A5B3A
RGB909158
HSL62°22.15%29.22%
HSB/HSV62°36.26%35.69%
CMYK1.10%0.00%36.26%
64.31%

Color #5A5B3A in popluar number systems.

HEX5A5B3A
Decimal909158
Binary10110101011011111010
Octal13213372

Shades and tints

Shades of #5A5B3A

#5A5B3A
(90,91,58)
#525335
(82,83,53)
#4A4B30
(74,75,48)
#42432B
(66,67,43)
#3A3B26
(58,59,38)
#323321
(50,51,33)
#2A2B1C
(42,43,28)
#222317
(34,35,23)
#1A1B12
(26,27,18)
#12130D
(18,19,13)
#0A0B08
(10,11,8)
#000000
(0,0,0)

Tints of #5A5B3A

#5A5B3A
(90,91,58)
#69694B
(105,105,75)
#78775C
(120,119,92)
#87856D
(135,133,109)
#96937E
(150,147,126)
#A5A18F
(165,161,143)
#B4AFA0
(180,175,160)
#C3BDB1
(195,189,177)
#D2CBC2
(210,203,194)
#E1D9D3
(225,217,211)
#F0E7E4
(240,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A5B3A color. Also use rgb(90,91,58) instead hex code.

Text Font Color

.myTextColor { color: #5A5B3A; }

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

This text font color is #5A5B3A.


Background Color

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

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

This div background color is #5A5B3A.


Border color

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

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

This div border color is #5A5B3A.


Opacity

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

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

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

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

This text has shadow with #5A5B3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A5B3A on black background.


Color preview on white background

This text has color #5A5B3A on white background.



Black color preview on #5A5B3A background

This text has black color on #5A5B3A background.


White color preview on #5A5B3A background

This text has white color on #5A5B3A background.