COLOR #5D776D

HEX: #5D776D
RGB: (93,119,109)

Color info

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

RGB color model

#5D776D color RGB value is (93,119,109).

  • red value is 93;
  • green value is 119;
  • blue value is 109.
RGB:
(93,119,109)
(36%,47%,43%)

RGB channels and saturation

R 93 of 255 = 36%
G 119 of 255 = 47%
B 109 of 255 = 43%

93
119
109

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

Portions of RGB colors in percentages

R + G + B =
93 + 119 + 109 = 321 (100%)
R 93 of 321 ~ 28.97%
G 119 of 321 ~ 37.07%
B 109 of 321 ~ 33.96%

%28.97
%37.07
%33.96

CMYK color model

#5D776D color CMYK value is (22,0,8,53).

  • cyan value is 21.85%
  • magenta value is 0.00%
  • yellow value is 8.40%
  • key color value is 53.33%
CMYK:
(22,0,8,53)
C22M0Y8K53 
(22%,0%,8%,53%)
(0.22/0.00/0.08/0.53)	

CMYK percentages

%21.85
%0
%8.4
%53.33

Codes

Color #5D776D in popluar color models

5D776D
RGB93119109
HSL157°12.26%41.57%
HSB/HSV157°21.85%46.67%
CMYK21.85%0.00%8.40%
53.33%

Color #5D776D in popluar number systems.

HEX5D776D
Decimal93119109
Binary101110111101111101101
Octal135167155

Shades and tints

Shades of #5D776D

#5D776D
(93,119,109)
#556D64
(85,109,100)
#4D635B
(77,99,91)
#455952
(69,89,82)
#3D4F49
(61,79,73)
#354540
(53,69,64)
#2D3B37
(45,59,55)
#25312E
(37,49,46)
#1D2725
(29,39,37)
#151D1C
(21,29,28)
#0D1313
(13,19,19)
#000000
(0,0,0)

Tints of #5D776D

#5D776D
(93,119,109)
#6B837A
(107,131,122)
#798F87
(121,143,135)
#879B94
(135,155,148)
#95A7A1
(149,167,161)
#A3B3AE
(163,179,174)
#B1BFBB
(177,191,187)
#BFCBC8
(191,203,200)
#CDD7D5
(205,215,213)
#DBE3E2
(219,227,226)
#E9EFEF
(233,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D776D; }

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

This text font color is #5D776D.


Background Color

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

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

This div background color is #5D776D.


Border color

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

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

This div border color is #5D776D.


Opacity

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

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

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

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

This text has shadow with #5D776D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D776D on black background.


Color preview on white background

This text has color #5D776D on white background.



Black color preview on #5D776D background

This text has black color on #5D776D background.


White color preview on #5D776D background

This text has white color on #5D776D background.