COLOR #5D7760

HEX: #5D7760 RGB: (93,119,96)

Color info

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

RGB color model

#5D7760 color RGB value is (93,119,96).

RGB: (93,119,96) (36%, 47%, 38%)

RGB channels and saturation

R 93 of 255 = 36%
G 119 of 255 = 47%
B 96 of 255 = 38%

93
119
96

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

Portions of RGB colors in percentages

R + G + B = 93 + 119 + 96 = 308 (100%)
R 93 of 308 ~ 30.19%
G 119 of 308 ~ 38.64%
B 96 of 308 ~ 31.17'%

%30.19
%38.64
%31.17

CMYK color model

#5D7760 color CMYK value is (22,0,19,53).

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

CMYK: (22,0,19,53)
C22M0Y19K53 (22%, 0%, 19%, 53%)
(0.22 / 0.00 / 0.19 / 0.53)

CMYK percentages

%21.85
%0
%19.33
%53.33

Codes

Color #5D7760 in popluar color models

5D 77 60
RGB 93 119 96
HSL 127° 12.26% 41.57%
HSB/HSV 127° 21.85% 46.67%
CMYK 21.85% 0.00% 19.33%
53.33%

Color #5D7760 in popluar number systems.

HEX 5D 77 60
Decimal 93 119 96
Binary 1011101 1110111 1100000
Octal 135 167 140

Shades and tints

Shades of #5D7760

#5D7760
(93,119,96)
#556D58
(85,109,88)
#4D6350
(77,99,80)
#455948
(69,89,72)
#3D4F40
(61,79,64)
#354538
(53,69,56)
#2D3B30
(45,59,48)
#253128
(37,49,40)
#1D2720
(29,39,32)
#151D18
(21,29,24)
#0D1310
(13,19,16)
#000000
(0,0,0)

Tints of #5D7760

#5D7760
(93,119,96)
#6B836E
(107,131,110)
#798F7C
(121,143,124)
#879B8A
(135,155,138)
#95A798
(149,167,152)
#A3B3A6
(163,179,166)
#B1BFB4
(177,191,180)
#BFCBC2
(191,203,194)
#CDD7D0
(205,215,208)
#DBE3DE
(219,227,222)
#E9EFEC
(233,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D7760; }

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

This text font color is #5D7760.

Background Color

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

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

This div background color is #5D7760.

Border color

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

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

This div border color is #5D7760.

Opacity

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

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

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

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

This text has shadow with #5D7760 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D7760.

Preview

Color preview on black background

This text has color #5D7760 on black background.


Color preview on white background

This text has color #5D7760 on white background.


Black color preview on #5D7760 background

This text has black color on #5D7760 background.


White color preview on #5D7760 background

This text has white color on #5D7760 background.


Related colors

Complementary color

Complementary color for #hex is #A2889F.


I love getcolorcode.com

Triadic colors

1 #605D77 and #77605D with #5D7760 are triadic colors.

2 #60775D and #775D60 with #5D7760 are triadic colors.