COLOR #5D766F

HEX: #5D766F RGB: (93,118,111)

Color info

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

RGB color model

#5D766F color RGB value is (93,118,111).

RGB: (93,118,111) (36%, 46%, 44%)

RGB channels and saturation

R 93 of 255 = 36%
G 118 of 255 = 46%
B 111 of 255 = 44%

93
118
111

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

Portions of RGB colors in percentages

R + G + B = 93 + 118 + 111 = 322 (100%)
R 93 of 322 ~ 28.88%
G 118 of 322 ~ 36.65%
B 111 of 322 ~ 34.47'%

%28.88
%36.65
%34.47

CMYK color model

#5D766F color CMYK value is (21,0,6,54).

  • cyan value is 21.19%
  • magenta value is 0.00%
  • yellow value is 5.93%
  • key color value is 53.73%
CMYK: (21,0,6,54) C21M0Y6K54 (21%,0%,6%,54%) (0.21/0.00/0.06/0.54) 

CMYK percentages

%21.19
%0
%5.93
%53.73

Codes

Color #5D766F in popluar color models

5D 76 6F
RGB 93 118 111
HSL 163° 11.85% 41.37%
HSB/HSV 163° 21.19% 46.27%
CMYK 21.19% 0.00% 5.93%
53.73%

Color #5D766F in popluar number systems.

HEX 5D 76 6F
Decimal 93 118 111
Binary 1011101 1110110 1101111
Octal 135 166 157

Shades and tints

Shades of #5D766F

#5D766F
(93,118,111)
#556C65
(85,108,101)
#4D625B
(77,98,91)
#455851
(69,88,81)
#3D4E47
(61,78,71)
#35443D
(53,68,61)
#2D3A33
(45,58,51)
#253029
(37,48,41)
#1D261F
(29,38,31)
#151C15
(21,28,21)
#0D120B
(13,18,11)
#000000
(0,0,0)

Tints of #5D766F

#5D766F
(93,118,111)
#6B827C
(107,130,124)
#798E89
(121,142,137)
#879A96
(135,154,150)
#95A6A3
(149,166,163)
#A3B2B0
(163,178,176)
#B1BEBD
(177,190,189)
#BFCACA
(191,202,202)
#CDD6D7
(205,214,215)
#DBE2E4
(219,226,228)
#E9EEF1
(233,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D766F; }

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

This text font color is #5D766F.

Background Color

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

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

This div background color is #5D766F.

Border color

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

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

This div border color is #5D766F.

Opacity

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

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

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

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

This text has shadow with #5D766F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D766F.

Preview

Color preview on black background

This text has color #5D766F on black background.


Color preview on white background

This text has color #5D766F on white background.


Black color preview on #5D766F background

This text has black color on #5D766F background.


White color preview on #5D766F background

This text has white color on #5D766F background.


Related colors

Complementary color

Complementary color for #hex is #A28990.


I love getcolorcode.com

Triadic colors

1 #6F5D76 and #766F5D with #5D766F are triadic colors.

2 #6F765D and #765D6F with #5D766F are triadic colors.