COLOR #5C605D

HEX: #5C605D
RGB: (92,96,93)

Color info

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

RGB color model

#5C605D color RGB value is (92,96,93).

  • red value is 92;
  • green value is 96;
  • blue value is 93.
RGB:
(92,96,93)
(36%,38%,36%)

RGB channels and saturation

R 92 of 255 = 36%
G 96 of 255 = 38%
B 93 of 255 = 36%

92
96
93

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

Portions of RGB colors in percentages

R + G + B =
92 + 96 + 93 = 281 (100%)
R 92 of 281 ~ 32.74%
G 96 of 281 ~ 34.16%
B 93 of 281 ~ 33.1%

%32.74
%34.16
%33.1

CMYK color model

#5C605D color CMYK value is (4,0,3,62).

  • cyan value is 4.17%
  • magenta value is 0.00%
  • yellow value is 3.12%
  • key color value is 62.35%
CMYK:
(4,0,3,62)
C4M0Y3K62 
(4%,0%,3%,62%)
(0.04/0.00/0.03/0.62)	

CMYK percentages

%4.17
%0
%3.12
%62.35

Codes

Color #5C605D in popluar color models

5C605D
RGB929693
HSL135°2.13%36.86%
HSB/HSV135°4.17%37.65%
CMYK4.17%0.00%3.12%
62.35%

Color #5C605D in popluar number systems.

HEX5C605D
Decimal929693
Binary101110011000001011101
Octal134140135

Shades and tints

Shades of #5C605D

#5C605D
(92,96,93)
#545855
(84,88,85)
#4C504D
(76,80,77)
#444845
(68,72,69)
#3C403D
(60,64,61)
#343835
(52,56,53)
#2C302D
(44,48,45)
#242825
(36,40,37)
#1C201D
(28,32,29)
#141815
(20,24,21)
#0C100D
(12,16,13)
#000000
(0,0,0)

Tints of #5C605D

#5C605D
(92,96,93)
#6A6E6B
(106,110,107)
#787C79
(120,124,121)
#868A87
(134,138,135)
#949895
(148,152,149)
#A2A6A3
(162,166,163)
#B0B4B1
(176,180,177)
#BEC2BF
(190,194,191)
#CCD0CD
(204,208,205)
#DADEDB
(218,222,219)
#E8ECE9
(232,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C605D color. Also use rgb(92,96,93) instead hex code.

Text Font Color

.myTextColor { color: #5C605D; }

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

This text font color is #5C605D.


Background Color

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

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

This div background color is #5C605D.


Border color

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

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

This div border color is #5C605D.


Opacity

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

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

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

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

This text has shadow with #5C605D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C605D on black background.


Color preview on white background

This text has color #5C605D on white background.



Black color preview on #5C605D background

This text has black color on #5C605D background.


White color preview on #5C605D background

This text has white color on #5C605D background.