COLOR #5A323F

HEX: #5A323F
RGB: (90,50,63)

Color info

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

RGB color model

#5A323F color RGB value is (90,50,63).

  • red value is 90;
  • green value is 50;
  • blue value is 63.
RGB:
(90,50,63)
(35%,20%,25%)

RGB channels and saturation

R 90 of 255 = 35%
G 50 of 255 = 20%
B 63 of 255 = 25%

90
50
63

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

Portions of RGB colors in percentages

R + G + B =
90 + 50 + 63 = 203 (100%)
R 90 of 203 ~ 44.33%
G 50 of 203 ~ 24.63%
B 63 of 203 ~ 31.03%

%44.33
%24.63
%31.03

CMYK color model

#5A323F color CMYK value is (0,44,30,65).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 30.00%
  • key color value is 64.71%
CMYK:
(0,44,30,65)
C0M44Y30K65 
(0%,44%,30%,65%)
(0.00/0.44/0.30/0.65)	

CMYK percentages

%0
%44.44
%30
%64.71

Codes

Color #5A323F in popluar color models

5A323F
RGB905063
HSL341°28.57%27.45%
HSB/HSV341°44.44%35.29%
CMYK0.00%44.44%30.00%
64.71%

Color #5A323F in popluar number systems.

HEX5A323F
Decimal905063
Binary1011010110010111111
Octal1326277

Shades and tints

Shades of #5A323F

#5A323F
(90,50,63)
#522E3A
(82,46,58)
#4A2A35
(74,42,53)
#422630
(66,38,48)
#3A222B
(58,34,43)
#321E26
(50,30,38)
#2A1A21
(42,26,33)
#22161C
(34,22,28)
#1A1217
(26,18,23)
#120E12
(18,14,18)
#0A0A0D
(10,10,13)
#000000
(0,0,0)

Tints of #5A323F

#5A323F
(90,50,63)
#694450
(105,68,80)
#785661
(120,86,97)
#876872
(135,104,114)
#967A83
(150,122,131)
#A58C94
(165,140,148)
#B49EA5
(180,158,165)
#C3B0B6
(195,176,182)
#D2C2C7
(210,194,199)
#E1D4D8
(225,212,216)
#F0E6E9
(240,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A323F color. Also use rgb(90,50,63) instead hex code.

Text Font Color

.myTextColor { color: #5A323F; }

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

This text font color is #5A323F.


Background Color

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

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

This div background color is #5A323F.


Border color

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

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

This div border color is #5A323F.


Opacity

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

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

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

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

This text has shadow with #5A323F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A323F on black background.


Color preview on white background

This text has color #5A323F on white background.



Black color preview on #5A323F background

This text has black color on #5A323F background.


White color preview on #5A323F background

This text has white color on #5A323F background.