COLOR #5D676D

HEX: #5D676D RGB: (93,103,109)

Color info

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

RGB color model

#5D676D color RGB value is (93,103,109).

RGB: (93,103,109) (36%, 40%, 43%)

RGB channels and saturation

R 93 of 255 = 36%
G 103 of 255 = 40%
B 109 of 255 = 43%

93
103
109

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

Portions of RGB colors in percentages

R + G + B = 93 + 103 + 109 = 305 (100%)
R 93 of 305 ~ 30.49%
G 103 of 305 ~ 33.77%
B 109 of 305 ~ 35.74'%

%30.49
%33.77
%35.74

CMYK color model

#5D676D color CMYK value is (15,6,0,57).

  • cyan value is 14.68%
  • magenta value is 5.50%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK: (15,6,0,57) C15M6Y0K57 (15%,6%,0%,57%) (0.15/0.06/0.00/0.57) 

CMYK percentages

%14.68
%5.5
%0
%57.25

Codes

Color #5D676D in popluar color models

5D 67 6D
RGB 93 103 109
HSL 203° 7.92% 39.61%
HSB/HSV 203° 14.68% 42.75%
CMYK 14.68% 5.50% 0.00%
57.25%

Color #5D676D in popluar number systems.

HEX 5D 67 6D
Decimal 93 103 109
Binary 1011101 1100111 1101101
Octal 135 147 155

Shades and tints

Shades of #5D676D

#5D676D
(93,103,109)
#555E64
(85,94,100)
#4D555B
(77,85,91)
#454C52
(69,76,82)
#3D4349
(61,67,73)
#353A40
(53,58,64)
#2D3137
(45,49,55)
#25282E
(37,40,46)
#1D1F25
(29,31,37)
#15161C
(21,22,28)
#0D0D13
(13,13,19)
#000000
(0,0,0)

Tints of #5D676D

#5D676D
(93,103,109)
#6B747A
(107,116,122)
#798187
(121,129,135)
#878E94
(135,142,148)
#959BA1
(149,155,161)
#A3A8AE
(163,168,174)
#B1B5BB
(177,181,187)
#BFC2C8
(191,194,200)
#CDCFD5
(205,207,213)
#DBDCE2
(219,220,226)
#E9E9EF
(233,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D676D color. Also use rgb(93,103,109) instead hex code.

Text Font Color

.myTextColor { color: #5D676D; }

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

This text font color is #5D676D.

Background Color

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

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

This div background color is #5D676D.

Border color

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

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

This div border color is #5D676D.

Opacity

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

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

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

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

This text has shadow with #5D676D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D676D.

Preview

Color preview on black background

This text has color #5D676D on black background.


Color preview on white background

This text has color #5D676D on white background.


Black color preview on #5D676D background

This text has black color on #5D676D background.


White color preview on #5D676D background

This text has white color on #5D676D background.


Related colors

Complementary color

Complementary color for #hex is #A29892.


I love getcolorcode.com

Triadic colors

1 #6D5D67 and #676D5D with #5D676D are triadic colors.

2 #6D675D and #675D6D with #5D676D are triadic colors.