COLOR #5D696C

HEX: #5D696C
RGB: (93,105,108)

Color info

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

RGB color model

#5D696C color RGB value is (93,105,108).

  • red value is 93;
  • green value is 105;
  • blue value is 108.
RGB:
(93,105,108)
(36%,41%,42%)

RGB channels and saturation

R 93 of 255 = 36%
G 105 of 255 = 41%
B 108 of 255 = 42%

93
105
108

R + G + B ~ 40%. #5D696C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
93 + 105 + 108 = 306 (100%)
R 93 of 306 ~ 30.39%
G 105 of 306 ~ 34.31%
B 108 of 306 ~ 35.29%

%30.39
%34.31
%35.29

CMYK color model

#5D696C color CMYK value is (14,3,0,58).

  • cyan value is 13.89%
  • magenta value is 2.78%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(14,3,0,58)
C14M3Y0K58 
(14%,3%,0%,58%)
(0.14/0.03/0.00/0.58)	

CMYK percentages

%13.89
%2.78
%0
%57.65

Codes

Color #5D696C in popluar color models

5D696C
RGB93105108
HSL192°7.46%39.41%
HSB/HSV192°13.89%42.35%
CMYK13.89%2.78%0.00%
57.65%

Color #5D696C in popluar number systems.

HEX5D696C
Decimal93105108
Binary101110111010011101100
Octal135151154

Shades and tints

Shades of #5D696C

#5D696C
(93,105,108)
#556063
(85,96,99)
#4D575A
(77,87,90)
#454E51
(69,78,81)
#3D4548
(61,69,72)
#353C3F
(53,60,63)
#2D3336
(45,51,54)
#252A2D
(37,42,45)
#1D2124
(29,33,36)
#15181B
(21,24,27)
#0D0F12
(13,15,18)
#000000
(0,0,0)

Tints of #5D696C

#5D696C
(93,105,108)
#6B7679
(107,118,121)
#798386
(121,131,134)
#879093
(135,144,147)
#959DA0
(149,157,160)
#A3AAAD
(163,170,173)
#B1B7BA
(177,183,186)
#BFC4C7
(191,196,199)
#CDD1D4
(205,209,212)
#DBDEE1
(219,222,225)
#E9EBEE
(233,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D696C color. Also use rgb(93,105,108) instead hex code.

Text Font Color

.myTextColor { color: #5D696C; }

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

This text font color is #5D696C.


Background Color

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

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

This div background color is #5D696C.


Border color

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

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

This div border color is #5D696C.


Opacity

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

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

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

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

This text has shadow with #5D696C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D696C on black background.


Color preview on white background

This text has color #5D696C on white background.



Black color preview on #5D696C background

This text has black color on #5D696C background.


White color preview on #5D696C background

This text has white color on #5D696C background.