COLOR #5A344F

HEX: #5A344F
RGB: (90,52,79)

Color info

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

RGB color model

#5A344F color RGB value is (90,52,79).

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

RGB channels and saturation

R 90 of 255 = 35%
G 52 of 255 = 20%
B 79 of 255 = 31%

90
52
79

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

Portions of RGB colors in percentages

R + G + B =
90 + 52 + 79 = 221 (100%)
R 90 of 221 ~ 40.72%
G 52 of 221 ~ 23.53%
B 79 of 221 ~ 35.75%

%40.72
%23.53
%35.75

CMYK color model

#5A344F color CMYK value is (0,42,12,65).

  • cyan value is 0.00%
  • magenta value is 42.22%
  • yellow value is 12.22%
  • key color value is 64.71%
CMYK:
(0,42,12,65)
C0M42Y12K65 
(0%,42%,12%,65%)
(0.00/0.42/0.12/0.65)	

CMYK percentages

%0
%42.22
%12.22
%64.71

Codes

Color #5A344F in popluar color models

5A344F
RGB905279
HSL317°26.76%27.84%
HSB/HSV317°42.22%35.29%
CMYK0.00%42.22%12.22%
64.71%

Color #5A344F in popluar number systems.

HEX5A344F
Decimal905279
Binary10110101101001001111
Octal13264117

Shades and tints

Shades of #5A344F

#5A344F
(90,52,79)
#523048
(82,48,72)
#4A2C41
(74,44,65)
#42283A
(66,40,58)
#3A2433
(58,36,51)
#32202C
(50,32,44)
#2A1C25
(42,28,37)
#22181E
(34,24,30)
#1A1417
(26,20,23)
#121010
(18,16,16)
#0A0C09
(10,12,9)
#000000
(0,0,0)

Tints of #5A344F

#5A344F
(90,52,79)
#69465F
(105,70,95)
#78586F
(120,88,111)
#876A7F
(135,106,127)
#967C8F
(150,124,143)
#A58E9F
(165,142,159)
#B4A0AF
(180,160,175)
#C3B2BF
(195,178,191)
#D2C4CF
(210,196,207)
#E1D6DF
(225,214,223)
#F0E8EF
(240,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A344F; }

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

This text font color is #5A344F.


Background Color

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

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

This div background color is #5A344F.


Border color

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

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

This div border color is #5A344F.


Opacity

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

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

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

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

This text has shadow with #5A344F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A344F on black background.


Color preview on white background

This text has color #5A344F on white background.



Black color preview on #5A344F background

This text has black color on #5A344F background.


White color preview on #5A344F background

This text has white color on #5A344F background.