COLOR #5A6C65

HEX: #5A6C65
RGB: (90,108,101)

Color info

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

RGB color model

#5A6C65 color RGB value is (90,108,101).

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

RGB channels and saturation

R 90 of 255 = 35%
G 108 of 255 = 42%
B 101 of 255 = 40%

90
108
101

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

Portions of RGB colors in percentages

R + G + B =
90 + 108 + 101 = 299 (100%)
R 90 of 299 ~ 30.1%
G 108 of 299 ~ 36.12%
B 101 of 299 ~ 33.78%

%30.1
%36.12
%33.78

CMYK color model

#5A6C65 color CMYK value is (17,0,6,58).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 6.48%
  • key color value is 57.65%
CMYK:
(17,0,6,58)
C17M0Y6K58 
(17%,0%,6%,58%)
(0.17/0.00/0.06/0.58)	

CMYK percentages

%16.67
%0
%6.48
%57.65

Codes

Color #5A6C65 in popluar color models

5A6C65
RGB90108101
HSL157°9.09%38.82%
HSB/HSV157°16.67%42.35%
CMYK16.67%0.00%6.48%
57.65%

Color #5A6C65 in popluar number systems.

HEX5A6C65
Decimal90108101
Binary101101011011001100101
Octal132154145

Shades and tints

Shades of #5A6C65

#5A6C65
(90,108,101)
#52635C
(82,99,92)
#4A5A53
(74,90,83)
#42514A
(66,81,74)
#3A4841
(58,72,65)
#323F38
(50,63,56)
#2A362F
(42,54,47)
#222D26
(34,45,38)
#1A241D
(26,36,29)
#121B14
(18,27,20)
#0A120B
(10,18,11)
#000000
(0,0,0)

Tints of #5A6C65

#5A6C65
(90,108,101)
#697973
(105,121,115)
#788681
(120,134,129)
#87938F
(135,147,143)
#96A09D
(150,160,157)
#A5ADAB
(165,173,171)
#B4BAB9
(180,186,185)
#C3C7C7
(195,199,199)
#D2D4D5
(210,212,213)
#E1E1E3
(225,225,227)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A6C65; }

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

This text font color is #5A6C65.


Background Color

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

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

This div background color is #5A6C65.


Border color

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

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

This div border color is #5A6C65.


Opacity

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

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

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

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

This text has shadow with #5A6C65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A6C65 on black background.


Color preview on white background

This text has color #5A6C65 on white background.



Black color preview on #5A6C65 background

This text has black color on #5A6C65 background.


White color preview on #5A6C65 background

This text has white color on #5A6C65 background.