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).

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

5D 69 6B
RGB 93 105 107
HSL 189° 7.00% 39.22%
HSB/HSV 189° 13.08% 41.96%
CMYK 13.08% 1.87% 0.00%
58.04%

Color #5D696B in popluar number systems.

HEX 5D 69 6B
Decimal 93 105 107
Binary 1011101 1101001 1101011
Octal 135 151 153

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.


Related colors

Complementary color

Complementary color for #hex is #A29694.


I love getcolorcode.com

Triadic colors

1 #6B5D69 and #696B5D with #5D696B are triadic colors.

2 #6B695D and #695D6B with #5D696B are triadic colors.