COLOR #5D696B

HEX: #5D696B
RGB: (93,105,107)

Color info

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

RGB color model

#5D696B color RGB value is (93,105,107).

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

RGB channels and saturation

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

93
105
107

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

Portions of RGB colors in percentages

R + G + B =
93 + 105 + 107 = 305 (100%)
R 93 of 305 ~ 30.49%
G 105 of 305 ~ 34.43%
B 107 of 305 ~ 35.08%

%30.49
%34.43
%35.08

CMYK color model

#5D696B color CMYK value is (13,2,0,58).

  • cyan value is 13.08%
  • magenta value is 1.87%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(13,2,0,58)
C13M2Y0K58 
(13%,2%,0%,58%)
(0.13/0.02/0.00/0.58)	

CMYK percentages

%13.08
%1.87
%0
%58.04

Codes

Color #5D696B in popluar color models

5D696B
RGB93105107
HSL189°7.00%39.22%
HSB/HSV189°13.08%41.96%
CMYK13.08%1.87%0.00%
58.04%

Color #5D696B in popluar number systems.

HEX5D696B
Decimal93105107
Binary101110111010011101011
Octal135151153

Shades and tints

Shades of #5D696B

#5D696B
(93,105,107)
#556062
(85,96,98)
#4D5759
(77,87,89)
#454E50
(69,78,80)
#3D4547
(61,69,71)
#353C3E
(53,60,62)
#2D3335
(45,51,53)
#252A2C
(37,42,44)
#1D2123
(29,33,35)
#15181A
(21,24,26)
#0D0F11
(13,15,17)
#000000
(0,0,0)

Tints of #5D696B

#5D696B
(93,105,107)
#6B7678
(107,118,120)
#798385
(121,131,133)
#879092
(135,144,146)
#959D9F
(149,157,159)
#A3AAAC
(163,170,172)
#B1B7B9
(177,183,185)
#BFC4C6
(191,196,198)
#CDD1D3
(205,209,211)
#DBDEE0
(219,222,224)
#E9EBED
(233,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D696B; }

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

This text font color is #5D696B.


Background Color

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

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

This div background color is #5D696B.


Border color

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

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

This div border color is #5D696B.


Opacity

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

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

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

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

This text has shadow with #5D696B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D696B on black background.


Color preview on white background

This text has color #5D696B on white background.



Black color preview on #5D696B background

This text has black color on #5D696B background.


White color preview on #5D696B background

This text has white color on #5D696B background.