COLOR #5A5C46

HEX: #5A5C46
RGB: (90,92,70)

Color info

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

RGB color model

#5A5C46 color RGB value is (90,92,70).

  • red value is 90;
  • green value is 92;
  • blue value is 70.
RGB:
(90,92,70)
(35%,36%,27%)

RGB channels and saturation

R 90 of 255 = 35%
G 92 of 255 = 36%
B 70 of 255 = 27%

90
92
70

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

Portions of RGB colors in percentages

R + G + B =
90 + 92 + 70 = 252 (100%)
R 90 of 252 ~ 35.71%
G 92 of 252 ~ 36.51%
B 70 of 252 ~ 27.78%

%35.71
%36.51
%27.78

CMYK color model

#5A5C46 color CMYK value is (2,0,24,64).

  • cyan value is 2.17%
  • magenta value is 0.00%
  • yellow value is 23.91%
  • key color value is 63.92%
CMYK:
(2,0,24,64)
C2M0Y24K64 
(2%,0%,24%,64%)
(0.02/0.00/0.24/0.64)	

CMYK percentages

%2.17
%0
%23.91
%63.92

Codes

Color #5A5C46 in popluar color models

5A5C46
RGB909270
HSL65°13.58%31.76%
HSB/HSV65°23.91%36.08%
CMYK2.17%0.00%23.91%
63.92%

Color #5A5C46 in popluar number systems.

HEX5A5C46
Decimal909270
Binary101101010111001000110
Octal132134106

Shades and tints

Shades of #5A5C46

#5A5C46
(90,92,70)
#525440
(82,84,64)
#4A4C3A
(74,76,58)
#424434
(66,68,52)
#3A3C2E
(58,60,46)
#323428
(50,52,40)
#2A2C22
(42,44,34)
#22241C
(34,36,28)
#1A1C16
(26,28,22)
#121410
(18,20,16)
#0A0C0A
(10,12,10)
#000000
(0,0,0)

Tints of #5A5C46

#5A5C46
(90,92,70)
#696A56
(105,106,86)
#787866
(120,120,102)
#878676
(135,134,118)
#969486
(150,148,134)
#A5A296
(165,162,150)
#B4B0A6
(180,176,166)
#C3BEB6
(195,190,182)
#D2CCC6
(210,204,198)
#E1DAD6
(225,218,214)
#F0E8E6
(240,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A5C46 color. Also use rgb(90,92,70) instead hex code.

Text Font Color

.myTextColor { color: #5A5C46; }

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

This text font color is #5A5C46.


Background Color

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

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

This div background color is #5A5C46.


Border color

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

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

This div border color is #5A5C46.


Opacity

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

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

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

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

This text has shadow with #5A5C46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A5C46 on black background.


Color preview on white background

This text has color #5A5C46 on white background.



Black color preview on #5A5C46 background

This text has black color on #5A5C46 background.


White color preview on #5A5C46 background

This text has white color on #5A5C46 background.