COLOR #5A6E68

HEX: #5A6E68
RGB: (90,110,104)

Color info

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

RGB color model

#5A6E68 color RGB value is (90,110,104).

  • red value is 90;
  • green value is 110;
  • blue value is 104.
RGB:
(90,110,104)
(35%,43%,41%)

RGB channels and saturation

R 90 of 255 = 35%
G 110 of 255 = 43%
B 104 of 255 = 41%

90
110
104

R + G + B ~ 40%. #5A6E68 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
90 + 110 + 104 = 304 (100%)
R 90 of 304 ~ 29.61%
G 110 of 304 ~ 36.18%
B 104 of 304 ~ 34.21%

%29.61
%36.18
%34.21

CMYK color model

#5A6E68 color CMYK value is (18,0,5,57).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 5.45%
  • key color value is 56.86%
CMYK:
(18,0,5,57)
C18M0Y5K57 
(18%,0%,5%,57%)
(0.18/0.00/0.05/0.57)	

CMYK percentages

%18.18
%0
%5.45
%56.86

Codes

Color #5A6E68 in popluar color models

5A6E68
RGB90110104
HSL162°10.00%39.22%
HSB/HSV162°18.18%43.14%
CMYK18.18%0.00%5.45%
56.86%

Color #5A6E68 in popluar number systems.

HEX5A6E68
Decimal90110104
Binary101101011011101101000
Octal132156150

Shades and tints

Shades of #5A6E68

#5A6E68
(90,110,104)
#52645F
(82,100,95)
#4A5A56
(74,90,86)
#42504D
(66,80,77)
#3A4644
(58,70,68)
#323C3B
(50,60,59)
#2A3232
(42,50,50)
#222829
(34,40,41)
#1A1E20
(26,30,32)
#121417
(18,20,23)
#0A0A0E
(10,10,14)
#000000
(0,0,0)

Tints of #5A6E68

#5A6E68
(90,110,104)
#697B75
(105,123,117)
#788882
(120,136,130)
#87958F
(135,149,143)
#96A29C
(150,162,156)
#A5AFA9
(165,175,169)
#B4BCB6
(180,188,182)
#C3C9C3
(195,201,195)
#D2D6D0
(210,214,208)
#E1E3DD
(225,227,221)
#F0F0EA
(240,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A6E68 color. Also use rgb(90,110,104) instead hex code.

Text Font Color

.myTextColor { color: #5A6E68; }

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

This text font color is #5A6E68.


Background Color

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

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

This div background color is #5A6E68.


Border color

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

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

This div border color is #5A6E68.


Opacity

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

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

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

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

This text has shadow with #5A6E68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A6E68 on black background.


Color preview on white background

This text has color #5A6E68 on white background.



Black color preview on #5A6E68 background

This text has black color on #5A6E68 background.


White color preview on #5A6E68 background

This text has white color on #5A6E68 background.