COLOR #605E5A

HEX: #605E5A
RGB: (96,94,90)

Color info

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

RGB color model

#605E5A color RGB value is (96,94,90).

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

RGB channels and saturation

R 96 of 255 = 38%
G 94 of 255 = 37%
B 90 of 255 = 35%

96
94
90

R + G + B ~ 37%. #605E5A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 94 + 90 = 280 (100%)
R 96 of 280 ~ 34.29%
G 94 of 280 ~ 33.57%
B 90 of 280 ~ 32.14%

%34.29
%33.57
%32.14

CMYK color model

#605E5A color CMYK value is (0,2,6,62).

  • cyan value is 0.00%
  • magenta value is 2.08%
  • yellow value is 6.25%
  • key color value is 62.35%
CMYK:
(0,2,6,62)
C0M2Y6K62 
(0%,2%,6%,62%)
(0.00/0.02/0.06/0.62)	

CMYK percentages

%0
%2.08
%6.25
%62.35

Codes

Color #605E5A in popluar color models

605E5A
RGB969490
HSL40°3.23%36.47%
HSB/HSV40°6.25%37.65%
CMYK0.00%2.08%6.25%
62.35%

Color #605E5A in popluar number systems.

HEX605E5A
Decimal969490
Binary110000010111101011010
Octal140136132

Shades and tints

Shades of #605E5A

#605E5A
(96,94,90)
#585652
(88,86,82)
#504E4A
(80,78,74)
#484642
(72,70,66)
#403E3A
(64,62,58)
#383632
(56,54,50)
#302E2A
(48,46,42)
#282622
(40,38,34)
#201E1A
(32,30,26)
#181612
(24,22,18)
#100E0A
(16,14,10)
#000000
(0,0,0)

Tints of #605E5A

#605E5A
(96,94,90)
#6E6C69
(110,108,105)
#7C7A78
(124,122,120)
#8A8887
(138,136,135)
#989696
(152,150,150)
#A6A4A5
(166,164,165)
#B4B2B4
(180,178,180)
#C2C0C3
(194,192,195)
#D0CED2
(208,206,210)
#DEDCE1
(222,220,225)
#ECEAF0
(236,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #605E5A color. Also use rgb(96,94,90) instead hex code.

Text Font Color

.myTextColor { color: #605E5A; }

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

This text font color is #605E5A.


Background Color

.myBgColor { background-color: #605E5A; }

<div style="background-color:#605E5A">Inner text</div>

This div background color is #605E5A.


Border color

.myBorderColor { border: 1px solid #605E5A; }

<div style="border:3px solid #605E5A">Div</div>

This div border color is #605E5A.


Opacity

.myOpacity80 { color: #605E5A; opacity: 0.8; }

<p style="color:#605E5A;opacity:0.8;">80%</p>

Text with #605E5A 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 #605E5A;}

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

This text has shadow with #605E5A color.

.textShadow {text-shadow: 3px 3px 1px #605E5A, 3px 3px 1px red;}

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

This text has shadow with #605E5A primary color and red secondary color.


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

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

This text has shadow with #605E5A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #605E5A on black background.


Color preview on white background

This text has color #605E5A on white background.



Black color preview on #605E5A background

This text has black color on #605E5A background.


White color preview on #605E5A background

This text has white color on #605E5A background.