COLOR #5A6A68

HEX: #5A6A68
RGB: (90,106,104)

Color info

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

RGB color model

#5A6A68 color RGB value is (90,106,104).

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

RGB channels and saturation

R 90 of 255 = 35%
G 106 of 255 = 42%
B 104 of 255 = 41%

90
106
104

R + G + B ~ 39%. #5A6A68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 106 + 104 = 300 (100%)
R 90 of 300 ~ 30%
G 106 of 300 ~ 35.33%
B 104 of 300 ~ 34.67%

%30
%35.33
%34.67

CMYK color model

#5A6A68 color CMYK value is (15,0,2,58).

  • cyan value is 15.09%
  • magenta value is 0.00%
  • yellow value is 1.89%
  • key color value is 58.43%
CMYK:
(15,0,2,58)
C15M0Y2K58 
(15%,0%,2%,58%)
(0.15/0.00/0.02/0.58)	

CMYK percentages

%15.09
%0
%1.89
%58.43

Codes

Color #5A6A68 in popluar color models

5A6A68
RGB90106104
HSL173°8.16%38.43%
HSB/HSV173°15.09%41.57%
CMYK15.09%0.00%1.89%
58.43%

Color #5A6A68 in popluar number systems.

HEX5A6A68
Decimal90106104
Binary101101011010101101000
Octal132152150

Shades and tints

Shades of #5A6A68

#5A6A68
(90,106,104)
#52615F
(82,97,95)
#4A5856
(74,88,86)
#424F4D
(66,79,77)
#3A4644
(58,70,68)
#323D3B
(50,61,59)
#2A3432
(42,52,50)
#222B29
(34,43,41)
#1A2220
(26,34,32)
#121917
(18,25,23)
#0A100E
(10,16,14)
#000000
(0,0,0)

Tints of #5A6A68

#5A6A68
(90,106,104)
#697775
(105,119,117)
#788482
(120,132,130)
#87918F
(135,145,143)
#969E9C
(150,158,156)
#A5ABA9
(165,171,169)
#B4B8B6
(180,184,182)
#C3C5C3
(195,197,195)
#D2D2D0
(210,210,208)
#E1DFDD
(225,223,221)
#F0ECEA
(240,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A6A68; }

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

This text font color is #5A6A68.


Background Color

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

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

This div background color is #5A6A68.


Border color

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

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

This div border color is #5A6A68.


Opacity

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

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

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

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

This text has shadow with #5A6A68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A6A68 on black background.


Color preview on white background

This text has color #5A6A68 on white background.



Black color preview on #5A6A68 background

This text has black color on #5A6A68 background.


White color preview on #5A6A68 background

This text has white color on #5A6A68 background.