COLOR #5A6365

HEX: #5A6365
RGB: (90,99,101)

Color info

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

RGB color model

#5A6365 color RGB value is (90,99,101).

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

RGB channels and saturation

R 90 of 255 = 35%
G 99 of 255 = 39%
B 101 of 255 = 40%

90
99
101

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

Portions of RGB colors in percentages

R + G + B =
90 + 99 + 101 = 290 (100%)
R 90 of 290 ~ 31.03%
G 99 of 290 ~ 34.14%
B 101 of 290 ~ 34.83%

%31.03
%34.14
%34.83

CMYK color model

#5A6365 color CMYK value is (11,2,0,60).

  • cyan value is 10.89%
  • magenta value is 1.98%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(11,2,0,60)
C11M2Y0K60 
(11%,2%,0%,60%)
(0.11/0.02/0.00/0.60)	

CMYK percentages

%10.89
%1.98
%0
%60.39

Codes

Color #5A6365 in popluar color models

5A6365
RGB9099101
HSL191°5.76%37.45%
HSB/HSV191°10.89%39.61%
CMYK10.89%1.98%0.00%
60.39%

Color #5A6365 in popluar number systems.

HEX5A6365
Decimal9099101
Binary101101011000111100101
Octal132143145

Shades and tints

Shades of #5A6365

#5A6365
(90,99,101)
#525A5C
(82,90,92)
#4A5153
(74,81,83)
#42484A
(66,72,74)
#3A3F41
(58,63,65)
#323638
(50,54,56)
#2A2D2F
(42,45,47)
#222426
(34,36,38)
#1A1B1D
(26,27,29)
#121214
(18,18,20)
#0A090B
(10,9,11)
#000000
(0,0,0)

Tints of #5A6365

#5A6365
(90,99,101)
#697173
(105,113,115)
#787F81
(120,127,129)
#878D8F
(135,141,143)
#969B9D
(150,155,157)
#A5A9AB
(165,169,171)
#B4B7B9
(180,183,185)
#C3C5C7
(195,197,199)
#D2D3D5
(210,211,213)
#E1E1E3
(225,225,227)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A6365; }

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

This text font color is #5A6365.


Background Color

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

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

This div background color is #5A6365.


Border color

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

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

This div border color is #5A6365.


Opacity

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

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

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

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

This text has shadow with #5A6365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A6365 on black background.


Color preview on white background

This text has color #5A6365 on white background.



Black color preview on #5A6365 background

This text has black color on #5A6365 background.


White color preview on #5A6365 background

This text has white color on #5A6365 background.