COLOR #5A5A29

HEX: #5A5A29 RGB: (90,90,41)

Color info

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

RGB color model

#5A5A29 color RGB value is (90,90,41).

RGB: (90,90,41) (35%, 35%, 16%)

RGB channels and saturation

R 90 of 255 = 35%
G 90 of 255 = 35%
B 41 of 255 = 16%

90
90
41

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

Portions of RGB colors in percentages

R + G + B = 90 + 90 + 41 = 221 (100%)
R 90 of 221 ~ 40.72%
G 90 of 221 ~ 40.72%
B 41 of 221 ~ 18.55'%

%40.72
%40.72
%18.55

CMYK color model

#5A5A29 color CMYK value is (0,0,54,65).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 54.44%
  • key color value is 64.71%

CMYK: (0,0,54,65)
C0M0Y54K65 (0%, 0%, 54%, 65%)
(0.00 / 0.00 / 0.54 / 0.65)

CMYK percentages

%0
%0
%54.44
%64.71

Codes

Color #5A5A29 in popluar color models

5A 5A 29
RGB 90 90 41
HSL 60° 37.40% 25.69%
HSB/HSV 60° 54.44% 35.29%
CMYK 0.00% 0.00% 54.44%
64.71%

Color #5A5A29 in popluar number systems.

HEX 5A 5A 29
Decimal 90 90 41
Binary 1011010 1011010 101001
Octal 132 132 51

Shades and tints

Shades of #5A5A29

#5A5A29
(90,90,41)
#525226
(82,82,38)
#4A4A23
(74,74,35)
#424220
(66,66,32)
#3A3A1D
(58,58,29)
#32321A
(50,50,26)
#2A2A17
(42,42,23)
#222214
(34,34,20)
#1A1A11
(26,26,17)
#12120E
(18,18,14)
#0A0A0B
(10,10,11)
#000000
(0,0,0)

Tints of #5A5A29

#5A5A29
(90,90,41)
#69693C
(105,105,60)
#78784F
(120,120,79)
#878762
(135,135,98)
#969675
(150,150,117)
#A5A588
(165,165,136)
#B4B49B
(180,180,155)
#C3C3AE
(195,195,174)
#D2D2C1
(210,210,193)
#E1E1D4
(225,225,212)
#F0F0E7
(240,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5A29; }

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

This text font color is #5A5A29.

Background Color

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

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

This div background color is #5A5A29.

Border color

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

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

This div border color is #5A5A29.

Opacity

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

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

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

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

This text has shadow with #5A5A29 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A5A29.

Preview

Color preview on black background

This text has color #5A5A29 on black background.


Color preview on white background

This text has color #5A5A29 on white background.


Black color preview on #5A5A29 background

This text has black color on #5A5A29 background.


White color preview on #5A5A29 background

This text has white color on #5A5A29 background.


Related colors

Complementary color

Complementary color for #hex is #A5A5D6.


I love getcolorcode.com