COLOR #5A4051

HEX: #5A4051
RGB: (90,64,81)

Color info

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

RGB color model

#5A4051 color RGB value is (90,64,81).

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

RGB channels and saturation

R 90 of 255 = 35%
G 64 of 255 = 25%
B 81 of 255 = 32%

90
64
81

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

Portions of RGB colors in percentages

R + G + B =
90 + 64 + 81 = 235 (100%)
R 90 of 235 ~ 38.3%
G 64 of 235 ~ 27.23%
B 81 of 235 ~ 34.47%

%38.3
%27.23
%34.47

CMYK color model

#5A4051 color CMYK value is (0,29,10,65).

  • cyan value is 0.00%
  • magenta value is 28.89%
  • yellow value is 10.00%
  • key color value is 64.71%
CMYK:
(0,29,10,65)
C0M29Y10K65 
(0%,29%,10%,65%)
(0.00/0.29/0.10/0.65)	

CMYK percentages

%0
%28.89
%10
%64.71

Codes

Color #5A4051 in popluar color models

5A4051
RGB906481
HSL321°16.88%30.20%
HSB/HSV321°28.89%35.29%
CMYK0.00%28.89%10.00%
64.71%

Color #5A4051 in popluar number systems.

HEX5A4051
Decimal906481
Binary101101010000001010001
Octal132100121

Shades and tints

Shades of #5A4051

#5A4051
(90,64,81)
#523B4A
(82,59,74)
#4A3643
(74,54,67)
#42313C
(66,49,60)
#3A2C35
(58,44,53)
#32272E
(50,39,46)
#2A2227
(42,34,39)
#221D20
(34,29,32)
#1A1819
(26,24,25)
#121312
(18,19,18)
#0A0E0B
(10,14,11)
#000000
(0,0,0)

Tints of #5A4051

#5A4051
(90,64,81)
#695160
(105,81,96)
#78626F
(120,98,111)
#87737E
(135,115,126)
#96848D
(150,132,141)
#A5959C
(165,149,156)
#B4A6AB
(180,166,171)
#C3B7BA
(195,183,186)
#D2C8C9
(210,200,201)
#E1D9D8
(225,217,216)
#F0EAE7
(240,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A4051; }

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

This text font color is #5A4051.


Background Color

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

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

This div background color is #5A4051.


Border color

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

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

This div border color is #5A4051.


Opacity

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

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

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

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

This text has shadow with #5A4051 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A4051 on black background.


Color preview on white background

This text has color #5A4051 on white background.



Black color preview on #5A4051 background

This text has black color on #5A4051 background.


White color preview on #5A4051 background

This text has white color on #5A4051 background.