COLOR #5A344C

HEX: #5A344C RGB: (90,52,76)

Color info

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

RGB color model

#5A344C color RGB value is (90,52,76).

RGB: (90,52,76) (35%, 20%, 30%)

RGB channels and saturation

R 90 of 255 = 35%
G 52 of 255 = 20%
B 76 of 255 = 30%

90
52
76

R + G + B ~ 28%. #5A344C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 52 + 76 = 218 (100%)
R 90 of 218 ~ 41.28%
G 52 of 218 ~ 23.85%
B 76 of 218 ~ 34.86'%

%41.28
%23.85
%34.86

CMYK color model

#5A344C color CMYK value is (0,42,16,65).

  • cyan value is 0.00%
  • magenta value is 42.22%
  • yellow value is 15.56%
  • key color value is 64.71%

CMYK: (0,42,16,65)
C0M42Y16K65 (0%, 42%, 16%, 65%)
(0.00 / 0.42 / 0.16 / 0.65)

CMYK percentages

%0
%42.22
%15.56
%64.71

Codes

Color #5A344C in popluar color models

5A 34 4C
RGB 90 52 76
HSL 322° 26.76% 27.84%
HSB/HSV 322° 42.22% 35.29%
CMYK 0.00% 42.22% 15.56%
64.71%

Color #5A344C in popluar number systems.

HEX 5A 34 4C
Decimal 90 52 76
Binary 1011010 110100 1001100
Octal 132 64 114

Shades and tints

Shades of #5A344C

#5A344C
(90,52,76)
#523046
(82,48,70)
#4A2C40
(74,44,64)
#42283A
(66,40,58)
#3A2434
(58,36,52)
#32202E
(50,32,46)
#2A1C28
(42,28,40)
#221822
(34,24,34)
#1A141C
(26,20,28)
#121016
(18,16,22)
#0A0C10
(10,12,16)
#000000
(0,0,0)

Tints of #5A344C

#5A344C
(90,52,76)
#69465C
(105,70,92)
#78586C
(120,88,108)
#876A7C
(135,106,124)
#967C8C
(150,124,140)
#A58E9C
(165,142,156)
#B4A0AC
(180,160,172)
#C3B2BC
(195,178,188)
#D2C4CC
(210,196,204)
#E1D6DC
(225,214,220)
#F0E8EC
(240,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A344C; }

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

This text font color is #5A344C.

Background Color

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

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

This div background color is #5A344C.

Border color

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

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

This div border color is #5A344C.

Opacity

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

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

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

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

This text has shadow with #5A344C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A344C.

Preview

Color preview on black background

This text has color #5A344C on black background.


Color preview on white background

This text has color #5A344C on white background.


Black color preview on #5A344C background

This text has black color on #5A344C background.


White color preview on #5A344C background

This text has white color on #5A344C background.


Related colors

Complementary color

Complementary color for #hex is #A5CBB3.


I love getcolorcode.com

Triadic colors

1 #4C5A34 and #344C5A with #5A344C are triadic colors.

2 #4C345A and #345A4C with #5A344C are triadic colors.