COLOR #5A4155

HEX: #5A4155
RGB: (90,65,85)

Color info

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

RGB color model

#5A4155 color RGB value is (90,65,85).

  • red value is 90;
  • green value is 65;
  • blue value is 85.
RGB:
(90,65,85)
(35%,25%,33%)

RGB channels and saturation

R 90 of 255 = 35%
G 65 of 255 = 25%
B 85 of 255 = 33%

90
65
85

R + G + B ~ 31%. #5A4155 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 65 + 85 = 240 (100%)
R 90 of 240 ~ 37.5%
G 65 of 240 ~ 27.08%
B 85 of 240 ~ 35.42%

%37.5
%27.08
%35.42

CMYK color model

#5A4155 color CMYK value is (0,28,6,65).

  • cyan value is 0.00%
  • magenta value is 27.78%
  • yellow value is 5.56%
  • key color value is 64.71%
CMYK:
(0,28,6,65)
C0M28Y6K65 
(0%,28%,6%,65%)
(0.00/0.28/0.06/0.65)	

CMYK percentages

%0
%27.78
%5.56
%64.71

Codes

Color #5A4155 in popluar color models

5A4155
RGB906585
HSL312°16.13%30.39%
HSB/HSV312°27.78%35.29%
CMYK0.00%27.78%5.56%
64.71%

Color #5A4155 in popluar number systems.

HEX5A4155
Decimal906585
Binary101101010000011010101
Octal132101125

Shades and tints

Shades of #5A4155

#5A4155
(90,65,85)
#523C4E
(82,60,78)
#4A3747
(74,55,71)
#423240
(66,50,64)
#3A2D39
(58,45,57)
#322832
(50,40,50)
#2A232B
(42,35,43)
#221E24
(34,30,36)
#1A191D
(26,25,29)
#121416
(18,20,22)
#0A0F0F
(10,15,15)
#000000
(0,0,0)

Tints of #5A4155

#5A4155
(90,65,85)
#695264
(105,82,100)
#786373
(120,99,115)
#877482
(135,116,130)
#968591
(150,133,145)
#A596A0
(165,150,160)
#B4A7AF
(180,167,175)
#C3B8BE
(195,184,190)
#D2C9CD
(210,201,205)
#E1DADC
(225,218,220)
#F0EBEB
(240,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A4155 color. Also use rgb(90,65,85) instead hex code.

Text Font Color

.myTextColor { color: #5A4155; }

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

This text font color is #5A4155.


Background Color

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

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

This div background color is #5A4155.


Border color

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

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

This div border color is #5A4155.


Opacity

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

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

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

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

This text has shadow with #5A4155 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A4155 on black background.


Color preview on white background

This text has color #5A4155 on white background.



Black color preview on #5A4155 background

This text has black color on #5A4155 background.


White color preview on #5A4155 background

This text has white color on #5A4155 background.