COLOR #5A5F68

HEX: #5A5F68
RGB: (90,95,104)

Color info

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

RGB color model

#5A5F68 color RGB value is (90,95,104).

  • red value is 90;
  • green value is 95;
  • blue value is 104.
RGB:
(90,95,104)
(35%,37%,41%)

RGB channels and saturation

R 90 of 255 = 35%
G 95 of 255 = 37%
B 104 of 255 = 41%

90
95
104

R + G + B ~ 38%. #5A5F68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 95 + 104 = 289 (100%)
R 90 of 289 ~ 31.14%
G 95 of 289 ~ 32.87%
B 104 of 289 ~ 35.99%

%31.14
%32.87
%35.99

CMYK color model

#5A5F68 color CMYK value is (13,9,0,59).

  • cyan value is 13.46%
  • magenta value is 8.65%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(13,9,0,59)
C13M9Y0K59 
(13%,9%,0%,59%)
(0.13/0.09/0.00/0.59)	

CMYK percentages

%13.46
%8.65
%0
%59.22

Codes

Color #5A5F68 in popluar color models

5A5F68
RGB9095104
HSL219°7.22%38.04%
HSB/HSV219°13.46%40.78%
CMYK13.46%8.65%0.00%
59.22%

Color #5A5F68 in popluar number systems.

HEX5A5F68
Decimal9095104
Binary101101010111111101000
Octal132137150

Shades and tints

Shades of #5A5F68

#5A5F68
(90,95,104)
#52575F
(82,87,95)
#4A4F56
(74,79,86)
#42474D
(66,71,77)
#3A3F44
(58,63,68)
#32373B
(50,55,59)
#2A2F32
(42,47,50)
#222729
(34,39,41)
#1A1F20
(26,31,32)
#121717
(18,23,23)
#0A0F0E
(10,15,14)
#000000
(0,0,0)

Tints of #5A5F68

#5A5F68
(90,95,104)
#696D75
(105,109,117)
#787B82
(120,123,130)
#87898F
(135,137,143)
#96979C
(150,151,156)
#A5A5A9
(165,165,169)
#B4B3B6
(180,179,182)
#C3C1C3
(195,193,195)
#D2CFD0
(210,207,208)
#E1DDDD
(225,221,221)
#F0EBEA
(240,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A5F68 color. Also use rgb(90,95,104) instead hex code.

Text Font Color

.myTextColor { color: #5A5F68; }

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

This text font color is #5A5F68.


Background Color

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

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

This div background color is #5A5F68.


Border color

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

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

This div border color is #5A5F68.


Opacity

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

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

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

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

This text has shadow with #5A5F68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A5F68 on black background.


Color preview on white background

This text has color #5A5F68 on white background.



Black color preview on #5A5F68 background

This text has black color on #5A5F68 background.


White color preview on #5A5F68 background

This text has white color on #5A5F68 background.