COLOR #5D766C

HEX: #5D766C
RGB: (93,118,108)

Color info

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

RGB color model

#5D766C color RGB value is (93,118,108).

  • red value is 93;
  • green value is 118;
  • blue value is 108.
RGB:
(93,118,108)
(36%,46%,42%)

RGB channels and saturation

R 93 of 255 = 36%
G 118 of 255 = 46%
B 108 of 255 = 42%

93
118
108

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

Portions of RGB colors in percentages

R + G + B =
93 + 118 + 108 = 319 (100%)
R 93 of 319 ~ 29.15%
G 118 of 319 ~ 36.99%
B 108 of 319 ~ 33.86%

%29.15
%36.99
%33.86

CMYK color model

#5D766C color CMYK value is (21,0,8,54).

  • cyan value is 21.19%
  • magenta value is 0.00%
  • yellow value is 8.47%
  • key color value is 53.73%
CMYK:
(21,0,8,54)
C21M0Y8K54 
(21%,0%,8%,54%)
(0.21/0.00/0.08/0.54)	

CMYK percentages

%21.19
%0
%8.47
%53.73

Codes

Color #5D766C in popluar color models

5D766C
RGB93118108
HSL156°11.85%41.37%
HSB/HSV156°21.19%46.27%
CMYK21.19%0.00%8.47%
53.73%

Color #5D766C in popluar number systems.

HEX5D766C
Decimal93118108
Binary101110111101101101100
Octal135166154

Shades and tints

Shades of #5D766C

#5D766C
(93,118,108)
#556C63
(85,108,99)
#4D625A
(77,98,90)
#455851
(69,88,81)
#3D4E48
(61,78,72)
#35443F
(53,68,63)
#2D3A36
(45,58,54)
#25302D
(37,48,45)
#1D2624
(29,38,36)
#151C1B
(21,28,27)
#0D1212
(13,18,18)
#000000
(0,0,0)

Tints of #5D766C

#5D766C
(93,118,108)
#6B8279
(107,130,121)
#798E86
(121,142,134)
#879A93
(135,154,147)
#95A6A0
(149,166,160)
#A3B2AD
(163,178,173)
#B1BEBA
(177,190,186)
#BFCAC7
(191,202,199)
#CDD6D4
(205,214,212)
#DBE2E1
(219,226,225)
#E9EEEE
(233,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D766C; }

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

This text font color is #5D766C.


Background Color

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

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

This div background color is #5D766C.


Border color

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

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

This div border color is #5D766C.


Opacity

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

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

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

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

This text has shadow with #5D766C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D766C on black background.


Color preview on white background

This text has color #5D766C on white background.



Black color preview on #5D766C background

This text has black color on #5D766C background.


White color preview on #5D766C background

This text has white color on #5D766C background.