COLOR #5A5F63

HEX: #5A5F63
RGB: (90,95,99)

Color info

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

RGB color model

#5A5F63 color RGB value is (90,95,99).

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

RGB channels and saturation

R 90 of 255 = 35%
G 95 of 255 = 37%
B 99 of 255 = 39%

90
95
99

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

Portions of RGB colors in percentages

R + G + B =
90 + 95 + 99 = 284 (100%)
R 90 of 284 ~ 31.69%
G 95 of 284 ~ 33.45%
B 99 of 284 ~ 34.86%

%31.69
%33.45
%34.86

CMYK color model

#5A5F63 color CMYK value is (9,4,0,61).

  • cyan value is 9.09%
  • magenta value is 4.04%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(9,4,0,61)
C9M4Y0K61 
(9%,4%,0%,61%)
(0.09/0.04/0.00/0.61)	

CMYK percentages

%9.09
%4.04
%0
%61.18

Codes

Color #5A5F63 in popluar color models

5A5F63
RGB909599
HSL207°4.76%37.06%
HSB/HSV207°9.09%38.82%
CMYK9.09%4.04%0.00%
61.18%

Color #5A5F63 in popluar number systems.

HEX5A5F63
Decimal909599
Binary101101010111111100011
Octal132137143

Shades and tints

Shades of #5A5F63

#5A5F63
(90,95,99)
#52575A
(82,87,90)
#4A4F51
(74,79,81)
#424748
(66,71,72)
#3A3F3F
(58,63,63)
#323736
(50,55,54)
#2A2F2D
(42,47,45)
#222724
(34,39,36)
#1A1F1B
(26,31,27)
#121712
(18,23,18)
#0A0F09
(10,15,9)
#000000
(0,0,0)

Tints of #5A5F63

#5A5F63
(90,95,99)
#696D71
(105,109,113)
#787B7F
(120,123,127)
#87898D
(135,137,141)
#96979B
(150,151,155)
#A5A5A9
(165,165,169)
#B4B3B7
(180,179,183)
#C3C1C5
(195,193,197)
#D2CFD3
(210,207,211)
#E1DDE1
(225,221,225)
#F0EBEF
(240,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5F63; }

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

This text font color is #5A5F63.


Background Color

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

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

This div background color is #5A5F63.


Border color

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

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

This div border color is #5A5F63.


Opacity

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

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

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

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

This text has shadow with #5A5F63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A5F63 on black background.


Color preview on white background

This text has color #5A5F63 on white background.



Black color preview on #5A5F63 background

This text has black color on #5A5F63 background.


White color preview on #5A5F63 background

This text has white color on #5A5F63 background.