COLOR #5D776A

HEX: #5D776A RGB: (93,119,106)

Color info

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

RGB color model

#5D776A color RGB value is (93,119,106).

RGB: (93,119,106) (36%, 47%, 42%)

RGB channels and saturation

R 93 of 255 = 36%
G 119 of 255 = 47%
B 106 of 255 = 42%

93
119
106

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

Portions of RGB colors in percentages

R + G + B = 93 + 119 + 106 = 318 (100%)
R 93 of 318 ~ 29.25%
G 119 of 318 ~ 37.42%
B 106 of 318 ~ 33.33'%

%29.25
%37.42
%33.33

CMYK color model

#5D776A color CMYK value is (22,0,11,53).

  • cyan value is 21.85%
  • magenta value is 0.00%
  • yellow value is 10.92%
  • key color value is 53.33%

CMYK: (22,0,11,53)
C22M0Y11K53 (22%, 0%, 11%, 53%)
(0.22 / 0.00 / 0.11 / 0.53)

CMYK percentages

%21.85
%0
%10.92
%53.33

Codes

Color #5D776A in popluar color models

5D 77 6A
RGB 93 119 106
HSL 150° 12.26% 41.57%
HSB/HSV 150° 21.85% 46.67%
CMYK 21.85% 0.00% 10.92%
53.33%

Color #5D776A in popluar number systems.

HEX 5D 77 6A
Decimal 93 119 106
Binary 1011101 1110111 1101010
Octal 135 167 152

Shades and tints

Shades of #5D776A

#5D776A
(93,119,106)
#556D61
(85,109,97)
#4D6358
(77,99,88)
#45594F
(69,89,79)
#3D4F46
(61,79,70)
#35453D
(53,69,61)
#2D3B34
(45,59,52)
#25312B
(37,49,43)
#1D2722
(29,39,34)
#151D19
(21,29,25)
#0D1310
(13,19,16)
#000000
(0,0,0)

Tints of #5D776A

#5D776A
(93,119,106)
#6B8377
(107,131,119)
#798F84
(121,143,132)
#879B91
(135,155,145)
#95A79E
(149,167,158)
#A3B3AB
(163,179,171)
#B1BFB8
(177,191,184)
#BFCBC5
(191,203,197)
#CDD7D2
(205,215,210)
#DBE3DF
(219,227,223)
#E9EFEC
(233,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D776A; }

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

This text font color is #5D776A.

Background Color

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

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

This div background color is #5D776A.

Border color

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

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

This div border color is #5D776A.

Opacity

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

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

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

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

This text has shadow with #5D776A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D776A.

Preview

Color preview on black background

This text has color #5D776A on black background.


Color preview on white background

This text has color #5D776A on white background.


Black color preview on #5D776A background

This text has black color on #5D776A background.


White color preview on #5D776A background

This text has white color on #5D776A background.


Related colors

Complementary color

Complementary color for #hex is #A28895.


I love getcolorcode.com

Triadic colors

1 #6A5D77 and #776A5D with #5D776A are triadic colors.

2 #6A775D and #775D6A with #5D776A are triadic colors.