COLOR #5A2537

HEX: #5A2537 RGB: (90,37,55)

Color info

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

RGB color model

#5A2537 color RGB value is (90,37,55).

RGB: (90,37,55) (35%, 15%, 22%)

RGB channels and saturation

R 90 of 255 = 35%
G 37 of 255 = 15%
B 55 of 255 = 22%

90
37
55

R + G + B ~ 24%. #5A2537 is dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 37 + 55 = 182 (100%)
R 90 of 182 ~ 49.45%
G 37 of 182 ~ 20.33%
B 55 of 182 ~ 30.22'%

%49.45
%20.33
%30.22

CMYK color model

#5A2537 color CMYK value is (0,59,39,65).

  • cyan value is 0.00%
  • magenta value is 58.89%
  • yellow value is 38.89%
  • key color value is 64.71%

CMYK: (0,59,39,65)
C0M59Y39K65 (0%, 59%, 39%, 65%)
(0.00 / 0.59 / 0.39 / 0.65)

CMYK percentages

%0
%58.89
%38.89
%64.71

Codes

Color #5A2537 in popluar color models

5A 25 37
RGB 90 37 55
HSL 340° 41.73% 24.90%
HSB/HSV 340° 58.89% 35.29%
CMYK 0.00% 58.89% 38.89%
64.71%

Color #5A2537 in popluar number systems.

HEX 5A 25 37
Decimal 90 37 55
Binary 1011010 100101 110111
Octal 132 45 67

Shades and tints

Shades of #5A2537

#5A2537
(90,37,55)
#522232
(82,34,50)
#4A1F2D
(74,31,45)
#421C28
(66,28,40)
#3A1923
(58,25,35)
#32161E
(50,22,30)
#2A1319
(42,19,25)
#221014
(34,16,20)
#1A0D0F
(26,13,15)
#120A0A
(18,10,10)
#0A0705
(10,7,5)
#000000
(0,0,0)

Tints of #5A2537

#5A2537
(90,37,55)
#693849
(105,56,73)
#784B5B
(120,75,91)
#875E6D
(135,94,109)
#96717F
(150,113,127)
#A58491
(165,132,145)
#B497A3
(180,151,163)
#C3AAB5
(195,170,181)
#D2BDC7
(210,189,199)
#E1D0D9
(225,208,217)
#F0E3EB
(240,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A2537; }

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

This text font color is #5A2537.

Background Color

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

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

This div background color is #5A2537.

Border color

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

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

This div border color is #5A2537.

Opacity

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

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

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

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

This text has shadow with #5A2537 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A2537.

Preview

Color preview on black background

This text has color #5A2537 on black background.


Color preview on white background

This text has color #5A2537 on white background.


Black color preview on #5A2537 background

This text has black color on #5A2537 background.


White color preview on #5A2537 background

This text has white color on #5A2537 background.


Related colors

Complementary color

Complementary color for #hex is #A5DAC8.


I love getcolorcode.com

Triadic colors

1 #375A25 and #25375A with #5A2537 are triadic colors.

2 #37255A and #255A37 with #5A2537 are triadic colors.