COLOR #5D696F

HEX: #5D696F RGB: (93,105,111)

Color info

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

RGB color model

#5D696F color RGB value is (93,105,111).

RGB: (93,105,111) (36%, 41%, 44%)

RGB channels and saturation

R 93 of 255 = 36%
G 105 of 255 = 41%
B 111 of 255 = 44%

93
105
111

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

Portions of RGB colors in percentages

R + G + B = 93 + 105 + 111 = 309 (100%)
R 93 of 309 ~ 30.1%
G 105 of 309 ~ 33.98%
B 111 of 309 ~ 35.92'%

%30.1
%33.98
%35.92

CMYK color model

#5D696F color CMYK value is (16,5,0,56).

  • cyan value is 16.22%
  • magenta value is 5.41%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK: (16,5,0,56) C16M5Y0K56 (16%,5%,0%,56%) (0.16/0.05/0.00/0.56) 

CMYK percentages

%16.22
%5.41
%0
%56.47

Codes

Color #5D696F in popluar color models

5D 69 6F
RGB 93 105 111
HSL 200° 8.82% 40.00%
HSB/HSV 200° 16.22% 43.53%
CMYK 16.22% 5.41% 0.00%
56.47%

Color #5D696F in popluar number systems.

HEX 5D 69 6F
Decimal 93 105 111
Binary 1011101 1101001 1101111
Octal 135 151 157

Shades and tints

Shades of #5D696F

#5D696F
(93,105,111)
#556065
(85,96,101)
#4D575B
(77,87,91)
#454E51
(69,78,81)
#3D4547
(61,69,71)
#353C3D
(53,60,61)
#2D3333
(45,51,51)
#252A29
(37,42,41)
#1D211F
(29,33,31)
#151815
(21,24,21)
#0D0F0B
(13,15,11)
#000000
(0,0,0)

Tints of #5D696F

#5D696F
(93,105,111)
#6B767C
(107,118,124)
#798389
(121,131,137)
#879096
(135,144,150)
#959DA3
(149,157,163)
#A3AAB0
(163,170,176)
#B1B7BD
(177,183,189)
#BFC4CA
(191,196,202)
#CDD1D7
(205,209,215)
#DBDEE4
(219,222,228)
#E9EBF1
(233,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D696F; }

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

This text font color is #5D696F.

Background Color

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

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

This div background color is #5D696F.

Border color

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

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

This div border color is #5D696F.

Opacity

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

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

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

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

This text has shadow with #5D696F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D696F.

Preview

Color preview on black background

This text has color #5D696F on black background.


Color preview on white background

This text has color #5D696F on white background.


Black color preview on #5D696F background

This text has black color on #5D696F background.


White color preview on #5D696F background

This text has white color on #5D696F background.


Related colors

Complementary color

Complementary color for #hex is #A29690.


I love getcolorcode.com

Triadic colors

1 #6F5D69 and #696F5D with #5D696F are triadic colors.

2 #6F695D and #695D6F with #5D696F are triadic colors.