COLOR #5D7666

HEX: #5D7666 RGB: (93,118,102)

Color info

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

RGB color model

#5D7666 color RGB value is (93,118,102).

RGB: (93,118,102) (36%, 46%, 40%)

RGB channels and saturation

R 93 of 255 = 36%
G 118 of 255 = 46%
B 102 of 255 = 40%

93
118
102

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

Portions of RGB colors in percentages

R + G + B = 93 + 118 + 102 = 313 (100%)
R 93 of 313 ~ 29.71%
G 118 of 313 ~ 37.7%
B 102 of 313 ~ 32.59'%

%29.71
%37.7
%32.59

CMYK color model

#5D7666 color CMYK value is (21,0,14,54).

  • cyan value is 21.19%
  • magenta value is 0.00%
  • yellow value is 13.56%
  • key color value is 53.73%
CMYK: (21,0,14,54) C21M0Y14K54 (21%,0%,14%,54%) (0.21/0.00/0.14/0.54) 

CMYK percentages

%21.19
%0
%13.56
%53.73

Codes

Color #5D7666 in popluar color models

5D 76 66
RGB 93 118 102
HSL 142° 11.85% 41.37%
HSB/HSV 142° 21.19% 46.27%
CMYK 21.19% 0.00% 13.56%
53.73%

Color #5D7666 in popluar number systems.

HEX 5D 76 66
Decimal 93 118 102
Binary 1011101 1110110 1100110
Octal 135 166 146

Shades and tints

Shades of #5D7666

#5D7666
(93,118,102)
#556C5D
(85,108,93)
#4D6254
(77,98,84)
#45584B
(69,88,75)
#3D4E42
(61,78,66)
#354439
(53,68,57)
#2D3A30
(45,58,48)
#253027
(37,48,39)
#1D261E
(29,38,30)
#151C15
(21,28,21)
#0D120C
(13,18,12)
#000000
(0,0,0)

Tints of #5D7666

#5D7666
(93,118,102)
#6B8273
(107,130,115)
#798E80
(121,142,128)
#879A8D
(135,154,141)
#95A69A
(149,166,154)
#A3B2A7
(163,178,167)
#B1BEB4
(177,190,180)
#BFCAC1
(191,202,193)
#CDD6CE
(205,214,206)
#DBE2DB
(219,226,219)
#E9EEE8
(233,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D7666 color. Also use rgb(93,118,102) instead hex code.

Text Font Color

.myTextColor { color: #5D7666; }

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

This text font color is #5D7666.

Background Color

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

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

This div background color is #5D7666.

Border color

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

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

This div border color is #5D7666.

Opacity

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

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

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

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

This text has shadow with #5D7666 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D7666.

Preview

Color preview on black background

This text has color #5D7666 on black background.


Color preview on white background

This text has color #5D7666 on white background.


Black color preview on #5D7666 background

This text has black color on #5D7666 background.


White color preview on #5D7666 background

This text has white color on #5D7666 background.


Related colors

Complementary color

Complementary color for #hex is #A28999.


I love getcolorcode.com

Triadic colors

1 #665D76 and #76665D with #5D7666 are triadic colors.

2 #66765D and #765D66 with #5D7666 are triadic colors.