COLOR #5A6062

HEX: #5A6062
RGB: (90,96,98)

Color info

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

RGB color model

#5A6062 color RGB value is (90,96,98).

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

RGB channels and saturation

R 90 of 255 = 35%
G 96 of 255 = 38%
B 98 of 255 = 38%

90
96
98

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

Portions of RGB colors in percentages

R + G + B =
90 + 96 + 98 = 284 (100%)
R 90 of 284 ~ 31.69%
G 96 of 284 ~ 33.8%
B 98 of 284 ~ 34.51%

%31.69
%33.8
%34.51

CMYK color model

#5A6062 color CMYK value is (8,2,0,62).

  • cyan value is 8.16%
  • magenta value is 2.04%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(8,2,0,62)
C8M2Y0K62 
(8%,2%,0%,62%)
(0.08/0.02/0.00/0.62)	

CMYK percentages

%8.16
%2.04
%0
%61.57

Codes

Color #5A6062 in popluar color models

5A6062
RGB909698
HSL195°4.26%36.86%
HSB/HSV195°8.16%38.43%
CMYK8.16%2.04%0.00%
61.57%

Color #5A6062 in popluar number systems.

HEX5A6062
Decimal909698
Binary101101011000001100010
Octal132140142

Shades and tints

Shades of #5A6062

#5A6062
(90,96,98)
#52585A
(82,88,90)
#4A5052
(74,80,82)
#42484A
(66,72,74)
#3A4042
(58,64,66)
#32383A
(50,56,58)
#2A3032
(42,48,50)
#22282A
(34,40,42)
#1A2022
(26,32,34)
#12181A
(18,24,26)
#0A1012
(10,16,18)
#000000
(0,0,0)

Tints of #5A6062

#5A6062
(90,96,98)
#696E70
(105,110,112)
#787C7E
(120,124,126)
#878A8C
(135,138,140)
#96989A
(150,152,154)
#A5A6A8
(165,166,168)
#B4B4B6
(180,180,182)
#C3C2C4
(195,194,196)
#D2D0D2
(210,208,210)
#E1DEE0
(225,222,224)
#F0ECEE
(240,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A6062; }

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

This text font color is #5A6062.


Background Color

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

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

This div background color is #5A6062.


Border color

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

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

This div border color is #5A6062.


Opacity

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

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

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

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

This text has shadow with #5A6062 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A6062 on black background.


Color preview on white background

This text has color #5A6062 on white background.



Black color preview on #5A6062 background

This text has black color on #5A6062 background.


White color preview on #5A6062 background

This text has white color on #5A6062 background.