COLOR #5A253D

HEX: #5A253D
RGB: (90,37,61)

Color info

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

RGB color model

#5A253D color RGB value is (90,37,61).

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

RGB channels and saturation

R 90 of 255 = 35%
G 37 of 255 = 15%
B 61 of 255 = 24%

90
37
61

R + G + B ~ 25%. #5A253D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 37 + 61 = 188 (100%)
R 90 of 188 ~ 47.87%
G 37 of 188 ~ 19.68%
B 61 of 188 ~ 32.45%

%47.87
%19.68
%32.45

CMYK color model

#5A253D color CMYK value is (0,59,32,65).

  • cyan value is 0.00%
  • magenta value is 58.89%
  • yellow value is 32.22%
  • key color value is 64.71%
CMYK:
(0,59,32,65)
C0M59Y32K65 
(0%,59%,32%,65%)
(0.00/0.59/0.32/0.65)	

CMYK percentages

%0
%58.89
%32.22
%64.71

Codes

Color #5A253D in popluar color models

5A253D
RGB903761
HSL333°41.73%24.90%
HSB/HSV333°58.89%35.29%
CMYK0.00%58.89%32.22%
64.71%

Color #5A253D in popluar number systems.

HEX5A253D
Decimal903761
Binary1011010100101111101
Octal1324575

Shades and tints

Shades of #5A253D

#5A253D
(90,37,61)
#522238
(82,34,56)
#4A1F33
(74,31,51)
#421C2E
(66,28,46)
#3A1929
(58,25,41)
#321624
(50,22,36)
#2A131F
(42,19,31)
#22101A
(34,16,26)
#1A0D15
(26,13,21)
#120A10
(18,10,16)
#0A070B
(10,7,11)
#000000
(0,0,0)

Tints of #5A253D

#5A253D
(90,37,61)
#69384E
(105,56,78)
#784B5F
(120,75,95)
#875E70
(135,94,112)
#967181
(150,113,129)
#A58492
(165,132,146)
#B497A3
(180,151,163)
#C3AAB4
(195,170,180)
#D2BDC5
(210,189,197)
#E1D0D6
(225,208,214)
#F0E3E7
(240,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A253D; }

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

This text font color is #5A253D.


Background Color

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

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

This div background color is #5A253D.


Border color

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

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

This div border color is #5A253D.


Opacity

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

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

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

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

This text has shadow with #5A253D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A253D on black background.


Color preview on white background

This text has color #5A253D on white background.



Black color preview on #5A253D background

This text has black color on #5A253D background.


White color preview on #5A253D background

This text has white color on #5A253D background.