COLOR #5A354C

HEX: #5A354C RGB: (90,53,76)

Color info

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

RGB color model

#5A354C color RGB value is (90,53,76).

RGB: (90,53,76) (35%, 21%, 30%)

RGB channels and saturation

R 90 of 255 = 35%
G 53 of 255 = 21%
B 76 of 255 = 30%

90
53
76

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

Portions of RGB colors in percentages

R + G + B = 90 + 53 + 76 = 219 (100%)
R 90 of 219 ~ 41.1%
G 53 of 219 ~ 24.2%
B 76 of 219 ~ 34.7'%

%41.1
%24.2
%34.7

CMYK color model

#5A354C color CMYK value is (0,41,16,65).

  • cyan value is 0.00%
  • magenta value is 41.11%
  • yellow value is 15.56%
  • key color value is 64.71%
CMYK: (0,41,16,65) C0M41Y16K65 (0%,41%,16%,65%) (0.00/0.41/0.16/0.65) 

CMYK percentages

%0
%41.11
%15.56
%64.71

Codes

Color #5A354C in popluar color models

5A 35 4C
RGB 90 53 76
HSL 323° 25.87% 28.04%
HSB/HSV 323° 41.11% 35.29%
CMYK 0.00% 41.11% 15.56%
64.71%

Color #5A354C in popluar number systems.

HEX 5A 35 4C
Decimal 90 53 76
Binary 1011010 110101 1001100
Octal 132 65 114

Shades and tints

Shades of #5A354C

#5A354C
(90,53,76)
#523146
(82,49,70)
#4A2D40
(74,45,64)
#42293A
(66,41,58)
#3A2534
(58,37,52)
#32212E
(50,33,46)
#2A1D28
(42,29,40)
#221922
(34,25,34)
#1A151C
(26,21,28)
#121116
(18,17,22)
#0A0D10
(10,13,16)
#000000
(0,0,0)

Tints of #5A354C

#5A354C
(90,53,76)
#69475C
(105,71,92)
#78596C
(120,89,108)
#876B7C
(135,107,124)
#967D8C
(150,125,140)
#A58F9C
(165,143,156)
#B4A1AC
(180,161,172)
#C3B3BC
(195,179,188)
#D2C5CC
(210,197,204)
#E1D7DC
(225,215,220)
#F0E9EC
(240,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A354C; }

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

This text font color is #5A354C.

Background Color

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

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

This div background color is #5A354C.

Border color

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

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

This div border color is #5A354C.

Opacity

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

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

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

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

This text has shadow with #5A354C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A354C.

Preview

Color preview on black background

This text has color #5A354C on black background.


Color preview on white background

This text has color #5A354C on white background.


Black color preview on #5A354C background

This text has black color on #5A354C background.


White color preview on #5A354C background

This text has white color on #5A354C background.


Related colors

Complementary color

Complementary color for #hex is #A5CAB3.


I love getcolorcode.com

Triadic colors

1 #4C5A35 and #354C5A with #5A354C are triadic colors.

2 #4C355A and #355A4C with #5A354C are triadic colors.