COLOR #5A3762

HEX: #5A3762
RGB: (90,55,98)

Color info

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

RGB color model

#5A3762 color RGB value is (90,55,98).

  • red value is 90;
  • green value is 55;
  • blue value is 98.
RGB:
(90,55,98)
(35%,22%,38%)

RGB channels and saturation

R 90 of 255 = 35%
G 55 of 255 = 22%
B 98 of 255 = 38%

90
55
98

R + G + B ~ 32%. #5A3762 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 55 + 98 = 243 (100%)
R 90 of 243 ~ 37.04%
G 55 of 243 ~ 22.63%
B 98 of 243 ~ 40.33%

%37.04
%22.63
%40.33

CMYK color model

#5A3762 color CMYK value is (8,44,0,62).

  • cyan value is 8.16%
  • magenta value is 43.88%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(8,44,0,62)
C8M44Y0K62 
(8%,44%,0%,62%)
(0.08/0.44/0.00/0.62)	

CMYK percentages

%8.16
%43.88
%0
%61.57

Codes

Color #5A3762 in popluar color models

5A3762
RGB905598
HSL289°28.10%30.00%
HSB/HSV289°43.88%38.43%
CMYK8.16%43.88%0.00%
61.57%

Color #5A3762 in popluar number systems.

HEX5A3762
Decimal905598
Binary10110101101111100010
Octal13267142

Shades and tints

Shades of #5A3762

#5A3762
(90,55,98)
#52325A
(82,50,90)
#4A2D52
(74,45,82)
#42284A
(66,40,74)
#3A2342
(58,35,66)
#321E3A
(50,30,58)
#2A1932
(42,25,50)
#22142A
(34,20,42)
#1A0F22
(26,15,34)
#120A1A
(18,10,26)
#0A0512
(10,5,18)
#000000
(0,0,0)

Tints of #5A3762

#5A3762
(90,55,98)
#694970
(105,73,112)
#785B7E
(120,91,126)
#876D8C
(135,109,140)
#967F9A
(150,127,154)
#A591A8
(165,145,168)
#B4A3B6
(180,163,182)
#C3B5C4
(195,181,196)
#D2C7D2
(210,199,210)
#E1D9E0
(225,217,224)
#F0EBEE
(240,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A3762 color. Also use rgb(90,55,98) instead hex code.

Text Font Color

.myTextColor { color: #5A3762; }

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

This text font color is #5A3762.


Background Color

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

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

This div background color is #5A3762.


Border color

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

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

This div border color is #5A3762.


Opacity

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

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

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

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

This text has shadow with #5A3762 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A3762 on black background.


Color preview on white background

This text has color #5A3762 on white background.



Black color preview on #5A3762 background

This text has black color on #5A3762 background.


White color preview on #5A3762 background

This text has white color on #5A3762 background.