COLOR #5A374F

HEX: #5A374F
RGB: (90,55,79)

Color info

#5A374F contains red, green and blue colors in about the same proportion. Web safe color of #5A374F is #663366 (or #636).

RGB color model

#5A374F color RGB value is (90,55,79).

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

RGB channels and saturation

R 90 of 255 = 35%
G 55 of 255 = 22%
B 79 of 255 = 31%

90
55
79

R + G + B ~ 29%. #5A374F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 55 + 79 = 224 (100%)
R 90 of 224 ~ 40.18%
G 55 of 224 ~ 24.55%
B 79 of 224 ~ 35.27%

%40.18
%24.55
%35.27

CMYK color model

#5A374F color CMYK value is (0,39,12,65).

  • cyan value is 0.00%
  • magenta value is 38.89%
  • yellow value is 12.22%
  • key color value is 64.71%
CMYK:
(0,39,12,65)
C0M39Y12K65 
(0%,39%,12%,65%)
(0.00/0.39/0.12/0.65)	

CMYK percentages

%0
%38.89
%12.22
%64.71

Codes

Color #5A374F in popluar color models

5A374F
RGB905579
HSL319°24.14%28.43%
HSB/HSV319°38.89%35.29%
CMYK0.00%38.89%12.22%
64.71%

Color #5A374F in popluar number systems.

HEX5A374F
Decimal905579
Binary10110101101111001111
Octal13267117

Shades and tints

Shades of #5A374F

#5A374F
(90,55,79)
#523248
(82,50,72)
#4A2D41
(74,45,65)
#42283A
(66,40,58)
#3A2333
(58,35,51)
#321E2C
(50,30,44)
#2A1925
(42,25,37)
#22141E
(34,20,30)
#1A0F17
(26,15,23)
#120A10
(18,10,16)
#0A0509
(10,5,9)
#000000
(0,0,0)

Tints of #5A374F

#5A374F
(90,55,79)
#69495F
(105,73,95)
#785B6F
(120,91,111)
#876D7F
(135,109,127)
#967F8F
(150,127,143)
#A5919F
(165,145,159)
#B4A3AF
(180,163,175)
#C3B5BF
(195,181,191)
#D2C7CF
(210,199,207)
#E1D9DF
(225,217,223)
#F0EBEF
(240,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A374F; }

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

This text font color is #5A374F.


Background Color

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

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

This div background color is #5A374F.


Border color

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

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

This div border color is #5A374F.


Opacity

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

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

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

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

This text has shadow with #5A374F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A374F on black background.


Color preview on white background

This text has color #5A374F on white background.



Black color preview on #5A374F background

This text has black color on #5A374F background.


White color preview on #5A374F background

This text has white color on #5A374F background.