COLOR #5A393C

HEX: #5A393C
RGB: (90,57,60)

Color info

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

RGB color model

#5A393C color RGB value is (90,57,60).

  • red value is 90;
  • green value is 57;
  • blue value is 60.
RGB:
(90,57,60)
(35%,22%,24%)

RGB channels and saturation

R 90 of 255 = 35%
G 57 of 255 = 22%
B 60 of 255 = 24%

90
57
60

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

Portions of RGB colors in percentages

R + G + B =
90 + 57 + 60 = 207 (100%)
R 90 of 207 ~ 43.48%
G 57 of 207 ~ 27.54%
B 60 of 207 ~ 28.99%

%43.48
%27.54
%28.99

CMYK color model

#5A393C color CMYK value is (0,37,33,65).

  • cyan value is 0.00%
  • magenta value is 36.67%
  • yellow value is 33.33%
  • key color value is 64.71%
CMYK:
(0,37,33,65)
C0M37Y33K65 
(0%,37%,33%,65%)
(0.00/0.37/0.33/0.65)	

CMYK percentages

%0
%36.67
%33.33
%64.71

Codes

Color #5A393C in popluar color models

5A393C
RGB905760
HSL355°22.45%28.82%
HSB/HSV355°36.67%35.29%
CMYK0.00%36.67%33.33%
64.71%

Color #5A393C in popluar number systems.

HEX5A393C
Decimal905760
Binary1011010111001111100
Octal1327174

Shades and tints

Shades of #5A393C

#5A393C
(90,57,60)
#523437
(82,52,55)
#4A2F32
(74,47,50)
#422A2D
(66,42,45)
#3A2528
(58,37,40)
#322023
(50,32,35)
#2A1B1E
(42,27,30)
#221619
(34,22,25)
#1A1114
(26,17,20)
#120C0F
(18,12,15)
#0A070A
(10,7,10)
#000000
(0,0,0)

Tints of #5A393C

#5A393C
(90,57,60)
#694B4D
(105,75,77)
#785D5E
(120,93,94)
#876F6F
(135,111,111)
#968180
(150,129,128)
#A59391
(165,147,145)
#B4A5A2
(180,165,162)
#C3B7B3
(195,183,179)
#D2C9C4
(210,201,196)
#E1DBD5
(225,219,213)
#F0EDE6
(240,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A393C color. Also use rgb(90,57,60) instead hex code.

Text Font Color

.myTextColor { color: #5A393C; }

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

This text font color is #5A393C.


Background Color

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

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

This div background color is #5A393C.


Border color

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

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

This div border color is #5A393C.


Opacity

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

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

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

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

This text has shadow with #5A393C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A393C on black background.


Color preview on white background

This text has color #5A393C on white background.



Black color preview on #5A393C background

This text has black color on #5A393C background.


White color preview on #5A393C background

This text has white color on #5A393C background.