COLOR #5A4075

HEX: #5A4075
RGB: (90,64,117)

Color info

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

RGB color model

#5A4075 color RGB value is (90,64,117).

  • red value is 90;
  • green value is 64;
  • blue value is 117.
RGB:
(90,64,117)
(35%,25%,46%)

RGB channels and saturation

R 90 of 255 = 35%
G 64 of 255 = 25%
B 117 of 255 = 46%

90
64
117

R + G + B ~ 35%. #5A4075 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 64 + 117 = 271 (100%)
R 90 of 271 ~ 33.21%
G 64 of 271 ~ 23.62%
B 117 of 271 ~ 43.17%

%33.21
%23.62
%43.17

CMYK color model

#5A4075 color CMYK value is (23,45,0,54).

  • cyan value is 23.08%
  • magenta value is 45.30%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(23,45,0,54)
C23M45Y0K54 
(23%,45%,0%,54%)
(0.23/0.45/0.00/0.54)	

CMYK percentages

%23.08
%45.3
%0
%54.12

Codes

Color #5A4075 in popluar color models

5A4075
RGB9064117
HSL269°29.28%35.49%
HSB/HSV269°45.30%45.88%
CMYK23.08%45.30%0.00%
54.12%

Color #5A4075 in popluar number systems.

HEX5A4075
Decimal9064117
Binary101101010000001110101
Octal132100165

Shades and tints

Shades of #5A4075

#5A4075
(90,64,117)
#523B6B
(82,59,107)
#4A3661
(74,54,97)
#423157
(66,49,87)
#3A2C4D
(58,44,77)
#322743
(50,39,67)
#2A2239
(42,34,57)
#221D2F
(34,29,47)
#1A1825
(26,24,37)
#12131B
(18,19,27)
#0A0E11
(10,14,17)
#000000
(0,0,0)

Tints of #5A4075

#5A4075
(90,64,117)
#695181
(105,81,129)
#78628D
(120,98,141)
#877399
(135,115,153)
#9684A5
(150,132,165)
#A595B1
(165,149,177)
#B4A6BD
(180,166,189)
#C3B7C9
(195,183,201)
#D2C8D5
(210,200,213)
#E1D9E1
(225,217,225)
#F0EAED
(240,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A4075 color. Also use rgb(90,64,117) instead hex code.

Text Font Color

.myTextColor { color: #5A4075; }

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

This text font color is #5A4075.


Background Color

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

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

This div background color is #5A4075.


Border color

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

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

This div border color is #5A4075.


Opacity

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

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

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

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

This text has shadow with #5A4075 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A4075 on black background.


Color preview on white background

This text has color #5A4075 on white background.



Black color preview on #5A4075 background

This text has black color on #5A4075 background.


White color preview on #5A4075 background

This text has white color on #5A4075 background.