COLOR #5A5A2E

HEX: #5A5A2E
RGB: (90,90,46)

Color info

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

RGB color model

#5A5A2E color RGB value is (90,90,46).

  • red value is 90;
  • green value is 90;
  • blue value is 46.
RGB:
(90,90,46)
(35%,35%,18%)

RGB channels and saturation

R 90 of 255 = 35%
G 90 of 255 = 35%
B 46 of 255 = 18%

90
90
46

R + G + B ~ 29%. #5A5A2E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 90 + 46 = 226 (100%)
R 90 of 226 ~ 39.82%
G 90 of 226 ~ 39.82%
B 46 of 226 ~ 20.35%

%39.82
%39.82
%20.35

CMYK color model

#5A5A2E color CMYK value is (0,0,49,65).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 48.89%
  • key color value is 64.71%
CMYK:
(0,0,49,65)
C0M0Y49K65 
(0%,0%,49%,65%)
(0.00/0.00/0.49/0.65)	

CMYK percentages

%0
%0
%48.89
%64.71

Codes

Color #5A5A2E in popluar color models

5A5A2E
RGB909046
HSL60°32.35%26.67%
HSB/HSV60°48.89%35.29%
CMYK0.00%0.00%48.89%
64.71%

Color #5A5A2E in popluar number systems.

HEX5A5A2E
Decimal909046
Binary10110101011010101110
Octal13213256

Shades and tints

Shades of #5A5A2E

#5A5A2E
(90,90,46)
#52522A
(82,82,42)
#4A4A26
(74,74,38)
#424222
(66,66,34)
#3A3A1E
(58,58,30)
#32321A
(50,50,26)
#2A2A16
(42,42,22)
#222212
(34,34,18)
#1A1A0E
(26,26,14)
#12120A
(18,18,10)
#0A0A06
(10,10,6)
#000000
(0,0,0)

Tints of #5A5A2E

#5A5A2E
(90,90,46)
#696941
(105,105,65)
#787854
(120,120,84)
#878767
(135,135,103)
#96967A
(150,150,122)
#A5A58D
(165,165,141)
#B4B4A0
(180,180,160)
#C3C3B3
(195,195,179)
#D2D2C6
(210,210,198)
#E1E1D9
(225,225,217)
#F0F0EC
(240,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5A2E; }

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

This text font color is #5A5A2E.


Background Color

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

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

This div background color is #5A5A2E.


Border color

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

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

This div border color is #5A5A2E.


Opacity

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

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

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

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

This text has shadow with #5A5A2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A5A2E on black background.


Color preview on white background

This text has color #5A5A2E on white background.



Black color preview on #5A5A2E background

This text has black color on #5A5A2E background.


White color preview on #5A5A2E background

This text has white color on #5A5A2E background.