COLOR #5A5D67

HEX: #5A5D67
RGB: (90,93,103)

Color info

#5A5D67 contains red, green and blue colors in about the same proportion. Web safe color of #5A5D67 is #666666 (or #666).

RGB color model

#5A5D67 color RGB value is (90,93,103).

  • red value is 90;
  • green value is 93;
  • blue value is 103.
RGB:
(90,93,103)
(35%,36%,40%)

RGB channels and saturation

R 90 of 255 = 35%
G 93 of 255 = 36%
B 103 of 255 = 40%

90
93
103

R + G + B ~ 37%. #5A5D67 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 93 + 103 = 286 (100%)
R 90 of 286 ~ 31.47%
G 93 of 286 ~ 32.52%
B 103 of 286 ~ 36.01%

%31.47
%32.52
%36.01

CMYK color model

#5A5D67 color CMYK value is (13,10,0,60).

  • cyan value is 12.62%
  • magenta value is 9.71%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(13,10,0,60)
C13M10Y0K60 
(13%,10%,0%,60%)
(0.13/0.10/0.00/0.60)	

CMYK percentages

%12.62
%9.71
%0
%59.61

Codes

Color #5A5D67 in popluar color models

5A5D67
RGB9093103
HSL226°6.74%37.84%
HSB/HSV226°12.62%40.39%
CMYK12.62%9.71%0.00%
59.61%

Color #5A5D67 in popluar number systems.

HEX5A5D67
Decimal9093103
Binary101101010111011100111
Octal132135147

Shades and tints

Shades of #5A5D67

#5A5D67
(90,93,103)
#52555E
(82,85,94)
#4A4D55
(74,77,85)
#42454C
(66,69,76)
#3A3D43
(58,61,67)
#32353A
(50,53,58)
#2A2D31
(42,45,49)
#222528
(34,37,40)
#1A1D1F
(26,29,31)
#121516
(18,21,22)
#0A0D0D
(10,13,13)
#000000
(0,0,0)

Tints of #5A5D67

#5A5D67
(90,93,103)
#696B74
(105,107,116)
#787981
(120,121,129)
#87878E
(135,135,142)
#96959B
(150,149,155)
#A5A3A8
(165,163,168)
#B4B1B5
(180,177,181)
#C3BFC2
(195,191,194)
#D2CDCF
(210,205,207)
#E1DBDC
(225,219,220)
#F0E9E9
(240,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A5D67 color. Also use rgb(90,93,103) instead hex code.

Text Font Color

.myTextColor { color: #5A5D67; }

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

This text font color is #5A5D67.


Background Color

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

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

This div background color is #5A5D67.


Border color

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

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

This div border color is #5A5D67.


Opacity

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

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

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

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

This text has shadow with #5A5D67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A5D67 on black background.


Color preview on white background

This text has color #5A5D67 on white background.



Black color preview on #5A5D67 background

This text has black color on #5A5D67 background.


White color preview on #5A5D67 background

This text has white color on #5A5D67 background.