COLOR #5A4150

HEX: #5A4150
RGB: (90,65,80)

Color info

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

RGB color model

#5A4150 color RGB value is (90,65,80).

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

RGB channels and saturation

R 90 of 255 = 35%
G 65 of 255 = 25%
B 80 of 255 = 31%

90
65
80

R + G + B ~ 30%. #5A4150 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 65 + 80 = 235 (100%)
R 90 of 235 ~ 38.3%
G 65 of 235 ~ 27.66%
B 80 of 235 ~ 34.04%

%38.3
%27.66
%34.04

CMYK color model

#5A4150 color CMYK value is (0,28,11,65).

  • cyan value is 0.00%
  • magenta value is 27.78%
  • yellow value is 11.11%
  • key color value is 64.71%
CMYK:
(0,28,11,65)
C0M28Y11K65 
(0%,28%,11%,65%)
(0.00/0.28/0.11/0.65)	

CMYK percentages

%0
%27.78
%11.11
%64.71

Codes

Color #5A4150 in popluar color models

5A4150
RGB906580
HSL324°16.13%30.39%
HSB/HSV324°27.78%35.29%
CMYK0.00%27.78%11.11%
64.71%

Color #5A4150 in popluar number systems.

HEX5A4150
Decimal906580
Binary101101010000011010000
Octal132101120

Shades and tints

Shades of #5A4150

#5A4150
(90,65,80)
#523C49
(82,60,73)
#4A3742
(74,55,66)
#42323B
(66,50,59)
#3A2D34
(58,45,52)
#32282D
(50,40,45)
#2A2326
(42,35,38)
#221E1F
(34,30,31)
#1A1918
(26,25,24)
#121411
(18,20,17)
#0A0F0A
(10,15,10)
#000000
(0,0,0)

Tints of #5A4150

#5A4150
(90,65,80)
#69525F
(105,82,95)
#78636E
(120,99,110)
#87747D
(135,116,125)
#96858C
(150,133,140)
#A5969B
(165,150,155)
#B4A7AA
(180,167,170)
#C3B8B9
(195,184,185)
#D2C9C8
(210,201,200)
#E1DAD7
(225,218,215)
#F0EBE6
(240,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A4150; }

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

This text font color is #5A4150.


Background Color

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

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

This div background color is #5A4150.


Border color

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

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

This div border color is #5A4150.


Opacity

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

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

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

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

This text has shadow with #5A4150 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A4150 on black background.


Color preview on white background

This text has color #5A4150 on white background.



Black color preview on #5A4150 background

This text has black color on #5A4150 background.


White color preview on #5A4150 background

This text has white color on #5A4150 background.