COLOR #5A6465

HEX: #5A6465
RGB: (90,100,101)

Color info

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

RGB color model

#5A6465 color RGB value is (90,100,101).

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

RGB channels and saturation

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

90
100
101

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

Portions of RGB colors in percentages

R + G + B =
90 + 100 + 101 = 291 (100%)
R 90 of 291 ~ 30.93%
G 100 of 291 ~ 34.36%
B 101 of 291 ~ 34.71%

%30.93
%34.36
%34.71

CMYK color model

#5A6465 color CMYK value is (11,1,0,60).

  • cyan value is 10.89%
  • magenta value is 0.99%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(11,1,0,60)
C11M1Y0K60 
(11%,1%,0%,60%)
(0.11/0.01/0.00/0.60)	

CMYK percentages

%10.89
%0.99
%0
%60.39

Codes

Color #5A6465 in popluar color models

5A6465
RGB90100101
HSL185°5.76%37.45%
HSB/HSV185°10.89%39.61%
CMYK10.89%0.99%0.00%
60.39%

Color #5A6465 in popluar number systems.

HEX5A6465
Decimal90100101
Binary101101011001001100101
Octal132144145

Shades and tints

Shades of #5A6465

#5A6465
(90,100,101)
#525B5C
(82,91,92)
#4A5253
(74,82,83)
#42494A
(66,73,74)
#3A4041
(58,64,65)
#323738
(50,55,56)
#2A2E2F
(42,46,47)
#222526
(34,37,38)
#1A1C1D
(26,28,29)
#121314
(18,19,20)
#0A0A0B
(10,10,11)
#000000
(0,0,0)

Tints of #5A6465

#5A6465
(90,100,101)
#697273
(105,114,115)
#788081
(120,128,129)
#878E8F
(135,142,143)
#969C9D
(150,156,157)
#A5AAAB
(165,170,171)
#B4B8B9
(180,184,185)
#C3C6C7
(195,198,199)
#D2D4D5
(210,212,213)
#E1E2E3
(225,226,227)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A6465; }

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

This text font color is #5A6465.


Background Color

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

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

This div background color is #5A6465.


Border color

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

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

This div border color is #5A6465.


Opacity

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

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

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

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

This text has shadow with #5A6465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A6465 on black background.


Color preview on white background

This text has color #5A6465 on white background.



Black color preview on #5A6465 background

This text has black color on #5A6465 background.


White color preview on #5A6465 background

This text has white color on #5A6465 background.