COLOR #5A2531

HEX: #5A2531
RGB: (90,37,49)

Color info

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

RGB color model

#5A2531 color RGB value is (90,37,49).

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

RGB channels and saturation

R 90 of 255 = 35%
G 37 of 255 = 15%
B 49 of 255 = 19%

90
37
49

R + G + B ~ 23%. #5A2531 is dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 37 + 49 = 176 (100%)
R 90 of 176 ~ 51.14%
G 37 of 176 ~ 21.02%
B 49 of 176 ~ 27.84%

%51.14
%21.02
%27.84

CMYK color model

#5A2531 color CMYK value is (0,59,46,65).

  • cyan value is 0.00%
  • magenta value is 58.89%
  • yellow value is 45.56%
  • key color value is 64.71%
CMYK:
(0,59,46,65)
C0M59Y46K65 
(0%,59%,46%,65%)
(0.00/0.59/0.46/0.65)	

CMYK percentages

%0
%58.89
%45.56
%64.71

Codes

Color #5A2531 in popluar color models

5A2531
RGB903749
HSL346°41.73%24.90%
HSB/HSV346°58.89%35.29%
CMYK0.00%58.89%45.56%
64.71%

Color #5A2531 in popluar number systems.

HEX5A2531
Decimal903749
Binary1011010100101110001
Octal1324561

Shades and tints

Shades of #5A2531

#5A2531
(90,37,49)
#52222D
(82,34,45)
#4A1F29
(74,31,41)
#421C25
(66,28,37)
#3A1921
(58,25,33)
#32161D
(50,22,29)
#2A1319
(42,19,25)
#221015
(34,16,21)
#1A0D11
(26,13,17)
#120A0D
(18,10,13)
#0A0709
(10,7,9)
#000000
(0,0,0)

Tints of #5A2531

#5A2531
(90,37,49)
#693843
(105,56,67)
#784B55
(120,75,85)
#875E67
(135,94,103)
#967179
(150,113,121)
#A5848B
(165,132,139)
#B4979D
(180,151,157)
#C3AAAF
(195,170,175)
#D2BDC1
(210,189,193)
#E1D0D3
(225,208,211)
#F0E3E5
(240,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A2531; }

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

This text font color is #5A2531.


Background Color

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

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

This div background color is #5A2531.


Border color

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

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

This div border color is #5A2531.


Opacity

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

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

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

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

This text has shadow with #5A2531 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A2531 on black background.


Color preview on white background

This text has color #5A2531 on white background.



Black color preview on #5A2531 background

This text has black color on #5A2531 background.


White color preview on #5A2531 background

This text has white color on #5A2531 background.