COLOR #5A373B

HEX: #5A373B
RGB: (90,55,59)

Color info

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

RGB color model

#5A373B color RGB value is (90,55,59).

  • red value is 90;
  • green value is 55;
  • blue value is 59.
RGB:
(90,55,59)
(35%,22%,23%)

RGB channels and saturation

R 90 of 255 = 35%
G 55 of 255 = 22%
B 59 of 255 = 23%

90
55
59

R + G + B ~ 27%. #5A373B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 55 + 59 = 204 (100%)
R 90 of 204 ~ 44.12%
G 55 of 204 ~ 26.96%
B 59 of 204 ~ 28.92%

%44.12
%26.96
%28.92

CMYK color model

#5A373B color CMYK value is (0,39,34,65).

  • cyan value is 0.00%
  • magenta value is 38.89%
  • yellow value is 34.44%
  • key color value is 64.71%
CMYK:
(0,39,34,65)
C0M39Y34K65 
(0%,39%,34%,65%)
(0.00/0.39/0.34/0.65)	

CMYK percentages

%0
%38.89
%34.44
%64.71

Codes

Color #5A373B in popluar color models

5A373B
RGB905559
HSL353°24.14%28.43%
HSB/HSV353°38.89%35.29%
CMYK0.00%38.89%34.44%
64.71%

Color #5A373B in popluar number systems.

HEX5A373B
Decimal905559
Binary1011010110111111011
Octal1326773

Shades and tints

Shades of #5A373B

#5A373B
(90,55,59)
#523236
(82,50,54)
#4A2D31
(74,45,49)
#42282C
(66,40,44)
#3A2327
(58,35,39)
#321E22
(50,30,34)
#2A191D
(42,25,29)
#221418
(34,20,24)
#1A0F13
(26,15,19)
#120A0E
(18,10,14)
#0A0509
(10,5,9)
#000000
(0,0,0)

Tints of #5A373B

#5A373B
(90,55,59)
#69494C
(105,73,76)
#785B5D
(120,91,93)
#876D6E
(135,109,110)
#967F7F
(150,127,127)
#A59190
(165,145,144)
#B4A3A1
(180,163,161)
#C3B5B2
(195,181,178)
#D2C7C3
(210,199,195)
#E1D9D4
(225,217,212)
#F0EBE5
(240,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A373B; }

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

This text font color is #5A373B.


Background Color

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

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

This div background color is #5A373B.


Border color

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

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

This div border color is #5A373B.


Opacity

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

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

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

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

This text has shadow with #5A373B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A373B on black background.


Color preview on white background

This text has color #5A373B on white background.



Black color preview on #5A373B background

This text has black color on #5A373B background.


White color preview on #5A373B background

This text has white color on #5A373B background.