COLOR #5A523D

HEX: #5A523D
RGB: (90,82,61)

Color info

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

RGB color model

#5A523D color RGB value is (90,82,61).

  • red value is 90;
  • green value is 82;
  • blue value is 61.
RGB:
(90,82,61)
(35%,32%,24%)

RGB channels and saturation

R 90 of 255 = 35%
G 82 of 255 = 32%
B 61 of 255 = 24%

90
82
61

R + G + B ~ 30%. #5A523D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 82 + 61 = 233 (100%)
R 90 of 233 ~ 38.63%
G 82 of 233 ~ 35.19%
B 61 of 233 ~ 26.18%

%38.63
%35.19
%26.18

CMYK color model

#5A523D color CMYK value is (0,9,32,65).

  • cyan value is 0.00%
  • magenta value is 8.89%
  • yellow value is 32.22%
  • key color value is 64.71%
CMYK:
(0,9,32,65)
C0M9Y32K65 
(0%,9%,32%,65%)
(0.00/0.09/0.32/0.65)	

CMYK percentages

%0
%8.89
%32.22
%64.71

Codes

Color #5A523D in popluar color models

5A523D
RGB908261
HSL43°19.21%29.61%
HSB/HSV43°32.22%35.29%
CMYK0.00%8.89%32.22%
64.71%

Color #5A523D in popluar number systems.

HEX5A523D
Decimal908261
Binary10110101010010111101
Octal13212275

Shades and tints

Shades of #5A523D

#5A523D
(90,82,61)
#524B38
(82,75,56)
#4A4433
(74,68,51)
#423D2E
(66,61,46)
#3A3629
(58,54,41)
#322F24
(50,47,36)
#2A281F
(42,40,31)
#22211A
(34,33,26)
#1A1A15
(26,26,21)
#121310
(18,19,16)
#0A0C0B
(10,12,11)
#000000
(0,0,0)

Tints of #5A523D

#5A523D
(90,82,61)
#69614E
(105,97,78)
#78705F
(120,112,95)
#877F70
(135,127,112)
#968E81
(150,142,129)
#A59D92
(165,157,146)
#B4ACA3
(180,172,163)
#C3BBB4
(195,187,180)
#D2CAC5
(210,202,197)
#E1D9D6
(225,217,214)
#F0E8E7
(240,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A523D; }

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

This text font color is #5A523D.


Background Color

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

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

This div background color is #5A523D.


Border color

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

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

This div border color is #5A523D.


Opacity

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

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

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

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

This text has shadow with #5A523D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A523D on black background.


Color preview on white background

This text has color #5A523D on white background.



Black color preview on #5A523D background

This text has black color on #5A523D background.


White color preview on #5A523D background

This text has white color on #5A523D background.