COLOR #5D6C6A

HEX: #5D6C6A RGB: (93,108,106)

Color info

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

RGB color model

#5D6C6A color RGB value is (93,108,106).

RGB: (93,108,106) (36%, 42%, 42%)

RGB channels and saturation

R 93 of 255 = 36%
G 108 of 255 = 42%
B 106 of 255 = 42%

93
108
106

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

Portions of RGB colors in percentages

R + G + B = 93 + 108 + 106 = 307 (100%)
R 93 of 307 ~ 30.29%
G 108 of 307 ~ 35.18%
B 106 of 307 ~ 34.53'%

%30.29
%35.18
%34.53

CMYK color model

#5D6C6A color CMYK value is (14,0,2,58).

  • cyan value is 13.89%
  • magenta value is 0.00%
  • yellow value is 1.85%
  • key color value is 57.65%

CMYK: (14,0,2,58)
C14M0Y2K58 (14%, 0%, 2%, 58%)
(0.14 / 0.00 / 0.02 / 0.58)

CMYK percentages

%13.89
%0
%1.85
%57.65

Codes

Color #5D6C6A in popluar color models

5D 6C 6A
RGB 93 108 106
HSL 172° 7.46% 39.41%
HSB/HSV 172° 13.89% 42.35%
CMYK 13.89% 0.00% 1.85%
57.65%

Color #5D6C6A in popluar number systems.

HEX 5D 6C 6A
Decimal 93 108 106
Binary 1011101 1101100 1101010
Octal 135 154 152

Shades and tints

Shades of #5D6C6A

#5D6C6A
(93,108,106)
#556361
(85,99,97)
#4D5A58
(77,90,88)
#45514F
(69,81,79)
#3D4846
(61,72,70)
#353F3D
(53,63,61)
#2D3634
(45,54,52)
#252D2B
(37,45,43)
#1D2422
(29,36,34)
#151B19
(21,27,25)
#0D1210
(13,18,16)
#000000
(0,0,0)

Tints of #5D6C6A

#5D6C6A
(93,108,106)
#6B7977
(107,121,119)
#798684
(121,134,132)
#879391
(135,147,145)
#95A09E
(149,160,158)
#A3ADAB
(163,173,171)
#B1BAB8
(177,186,184)
#BFC7C5
(191,199,197)
#CDD4D2
(205,212,210)
#DBE1DF
(219,225,223)
#E9EEEC
(233,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D6C6A; }

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

This text font color is #5D6C6A.

Background Color

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

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

This div background color is #5D6C6A.

Border color

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

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

This div border color is #5D6C6A.

Opacity

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

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

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

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

This text has shadow with #5D6C6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D6C6A.

Preview

Color preview on black background

This text has color #5D6C6A on black background.


Color preview on white background

This text has color #5D6C6A on white background.


Black color preview on #5D6C6A background

This text has black color on #5D6C6A background.


White color preview on #5D6C6A background

This text has white color on #5D6C6A background.


Related colors

Complementary color

Complementary color for #hex is #A29395.


I love getcolorcode.com

Triadic colors

1 #6A5D6C and #6C6A5D with #5D6C6A are triadic colors.

2 #6A6C5D and #6C5D6A with #5D6C6A are triadic colors.