COLOR #5D605C

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

93
96
92

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

Portions of RGB colors in percentages

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

%33.1
%34.16
%32.74

CMYK color model

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

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

CMYK percentages

%3.12
%0
%4.17
%62.35

Codes

Color #5D605C in popluar color models

5D605C
RGB939692
HSL105°2.13%36.86%
HSB/HSV105°4.17%37.65%
CMYK3.12%0.00%4.17%
62.35%

Color #5D605C in popluar number systems.

HEX5D605C
Decimal939692
Binary101110111000001011100
Octal135140134

Shades and tints

Shades of #5D605C

#5D605C
(93,96,92)
#555854
(85,88,84)
#4D504C
(77,80,76)
#454844
(69,72,68)
#3D403C
(61,64,60)
#353834
(53,56,52)
#2D302C
(45,48,44)
#252824
(37,40,36)
#1D201C
(29,32,28)
#151814
(21,24,20)
#0D100C
(13,16,12)
#000000
(0,0,0)

Tints of #5D605C

#5D605C
(93,96,92)
#6B6E6A
(107,110,106)
#797C78
(121,124,120)
#878A86
(135,138,134)
#959894
(149,152,148)
#A3A6A2
(163,166,162)
#B1B4B0
(177,180,176)
#BFC2BE
(191,194,190)
#CDD0CC
(205,208,204)
#DBDEDA
(219,222,218)
#E9ECE8
(233,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D605C; }

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

This text font color is #5D605C.


Background Color

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

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

This div background color is #5D605C.


Border color

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

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

This div border color is #5D605C.


Opacity

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

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

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

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

This text has shadow with #5D605C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D605C on black background.


Color preview on white background

This text has color #5D605C on white background.



Black color preview on #5D605C background

This text has black color on #5D605C background.


White color preview on #5D605C background

This text has white color on #5D605C background.