COLOR #5A2524

HEX: #5A2524
RGB: (90,37,36)

Color info

#5A2524 contains red, green and blue colors in about the same proportion. Web safe color of #5A2524 is #663333 (or #633).

RGB color model

#5A2524 color RGB value is (90,37,36).

  • red value is 90;
  • green value is 37;
  • blue value is 36.
RGB:
(90,37,36)
(35%,15%,14%)

RGB channels and saturation

R 90 of 255 = 35%
G 37 of 255 = 15%
B 36 of 255 = 14%

90
37
36

R + G + B ~ 21%. #5A2524 is dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 37 + 36 = 163 (100%)
R 90 of 163 ~ 55.21%
G 37 of 163 ~ 22.7%
B 36 of 163 ~ 22.09%

%55.21
%22.7
%22.09

CMYK color model

#5A2524 color CMYK value is (0,59,60,65).

  • cyan value is 0.00%
  • magenta value is 58.89%
  • yellow value is 60.00%
  • key color value is 64.71%
CMYK:
(0,59,60,65)
C0M59Y60K65 
(0%,59%,60%,65%)
(0.00/0.59/0.60/0.65)	

CMYK percentages

%0
%58.89
%60
%64.71

Codes

Color #5A2524 in popluar color models

5A2524
RGB903736
HSL42.86%24.71%
HSB/HSV60.00%35.29%
CMYK0.00%58.89%60.00%
64.71%

Color #5A2524 in popluar number systems.

HEX5A2524
Decimal903736
Binary1011010100101100100
Octal1324544

Shades and tints

Shades of #5A2524

#5A2524
(90,37,36)
#522221
(82,34,33)
#4A1F1E
(74,31,30)
#421C1B
(66,28,27)
#3A1918
(58,25,24)
#321615
(50,22,21)
#2A1312
(42,19,18)
#22100F
(34,16,15)
#1A0D0C
(26,13,12)
#120A09
(18,10,9)
#0A0706
(10,7,6)
#000000
(0,0,0)

Tints of #5A2524

#5A2524
(90,37,36)
#693837
(105,56,55)
#784B4A
(120,75,74)
#875E5D
(135,94,93)
#967170
(150,113,112)
#A58483
(165,132,131)
#B49796
(180,151,150)
#C3AAA9
(195,170,169)
#D2BDBC
(210,189,188)
#E1D0CF
(225,208,207)
#F0E3E2
(240,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A2524; }

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

This text font color is #5A2524.


Background Color

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

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

This div background color is #5A2524.


Border color

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

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

This div border color is #5A2524.


Opacity

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

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

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

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

This text has shadow with #5A2524 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A2524 on black background.


Color preview on white background

This text has color #5A2524 on white background.



Black color preview on #5A2524 background

This text has black color on #5A2524 background.


White color preview on #5A2524 background

This text has white color on #5A2524 background.