COLOR #5A6360

HEX: #5A6360
RGB: (90,99,96)

Color info

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

RGB color model

#5A6360 color RGB value is (90,99,96).

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

RGB channels and saturation

R 90 of 255 = 35%
G 99 of 255 = 39%
B 96 of 255 = 38%

90
99
96

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

Portions of RGB colors in percentages

R + G + B =
90 + 99 + 96 = 285 (100%)
R 90 of 285 ~ 31.58%
G 99 of 285 ~ 34.74%
B 96 of 285 ~ 33.68%

%31.58
%34.74
%33.68

CMYK color model

#5A6360 color CMYK value is (9,0,3,61).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 3.03%
  • key color value is 61.18%
CMYK:
(9,0,3,61)
C9M0Y3K61 
(9%,0%,3%,61%)
(0.09/0.00/0.03/0.61)	

CMYK percentages

%9.09
%0
%3.03
%61.18

Codes

Color #5A6360 in popluar color models

5A6360
RGB909996
HSL160°4.76%37.06%
HSB/HSV160°9.09%38.82%
CMYK9.09%0.00%3.03%
61.18%

Color #5A6360 in popluar number systems.

HEX5A6360
Decimal909996
Binary101101011000111100000
Octal132143140

Shades and tints

Shades of #5A6360

#5A6360
(90,99,96)
#525A58
(82,90,88)
#4A5150
(74,81,80)
#424848
(66,72,72)
#3A3F40
(58,63,64)
#323638
(50,54,56)
#2A2D30
(42,45,48)
#222428
(34,36,40)
#1A1B20
(26,27,32)
#121218
(18,18,24)
#0A0910
(10,9,16)
#000000
(0,0,0)

Tints of #5A6360

#5A6360
(90,99,96)
#69716E
(105,113,110)
#787F7C
(120,127,124)
#878D8A
(135,141,138)
#969B98
(150,155,152)
#A5A9A6
(165,169,166)
#B4B7B4
(180,183,180)
#C3C5C2
(195,197,194)
#D2D3D0
(210,211,208)
#E1E1DE
(225,225,222)
#F0EFEC
(240,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A6360; }

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

This text font color is #5A6360.


Background Color

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

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

This div background color is #5A6360.


Border color

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

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

This div border color is #5A6360.


Opacity

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

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

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

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

This text has shadow with #5A6360 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A6360 on black background.


Color preview on white background

This text has color #5A6360 on white background.



Black color preview on #5A6360 background

This text has black color on #5A6360 background.


White color preview on #5A6360 background

This text has white color on #5A6360 background.