COLOR #5A5532

HEX: #5A5532
RGB: (90,85,50)

Color info

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

RGB color model

#5A5532 color RGB value is (90,85,50).

  • red value is 90;
  • green value is 85;
  • blue value is 50.
RGB:
(90,85,50)
(35%,33%,20%)

RGB channels and saturation

R 90 of 255 = 35%
G 85 of 255 = 33%
B 50 of 255 = 20%

90
85
50

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

Portions of RGB colors in percentages

R + G + B =
90 + 85 + 50 = 225 (100%)
R 90 of 225 ~ 40%
G 85 of 225 ~ 37.78%
B 50 of 225 ~ 22.22%

%40
%37.78
%22.22

CMYK color model

#5A5532 color CMYK value is (0,6,44,65).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 44.44%
  • key color value is 64.71%
CMYK:
(0,6,44,65)
C0M6Y44K65 
(0%,6%,44%,65%)
(0.00/0.06/0.44/0.65)	

CMYK percentages

%0
%5.56
%44.44
%64.71

Codes

Color #5A5532 in popluar color models

5A5532
RGB908550
HSL53°28.57%27.45%
HSB/HSV53°44.44%35.29%
CMYK0.00%5.56%44.44%
64.71%

Color #5A5532 in popluar number systems.

HEX5A5532
Decimal908550
Binary10110101010101110010
Octal13212562

Shades and tints

Shades of #5A5532

#5A5532
(90,85,50)
#524E2E
(82,78,46)
#4A472A
(74,71,42)
#424026
(66,64,38)
#3A3922
(58,57,34)
#32321E
(50,50,30)
#2A2B1A
(42,43,26)
#222416
(34,36,22)
#1A1D12
(26,29,18)
#12160E
(18,22,14)
#0A0F0A
(10,15,10)
#000000
(0,0,0)

Tints of #5A5532

#5A5532
(90,85,50)
#696444
(105,100,68)
#787356
(120,115,86)
#878268
(135,130,104)
#96917A
(150,145,122)
#A5A08C
(165,160,140)
#B4AF9E
(180,175,158)
#C3BEB0
(195,190,176)
#D2CDC2
(210,205,194)
#E1DCD4
(225,220,212)
#F0EBE6
(240,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5532; }

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

This text font color is #5A5532.


Background Color

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

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

This div background color is #5A5532.


Border color

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

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

This div border color is #5A5532.


Opacity

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

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

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

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

This text has shadow with #5A5532 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A5532 on black background.


Color preview on white background

This text has color #5A5532 on white background.



Black color preview on #5A5532 background

This text has black color on #5A5532 background.


White color preview on #5A5532 background

This text has white color on #5A5532 background.