COLOR #5D7755

HEX: #5D7755 RGB: (93,119,85)

Color info

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

RGB color model

#5D7755 color RGB value is (93,119,85).

RGB: (93,119,85) (36%, 47%, 33%)

RGB channels and saturation

R 93 of 255 = 36%
G 119 of 255 = 47%
B 85 of 255 = 33%

93
119
85

R + G + B ~ 39%. #5D7755 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 119 + 85 = 297 (100%)
R 93 of 297 ~ 31.31%
G 119 of 297 ~ 40.07%
B 85 of 297 ~ 28.62'%

%31.31
%40.07
%28.62

CMYK color model

#5D7755 color CMYK value is (22,0,29,53).

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

CMYK: (22,0,29,53)
C22M0Y29K53 (22%, 0%, 29%, 53%)
(0.22 / 0.00 / 0.29 / 0.53)

CMYK percentages

%21.85
%0
%28.57
%53.33

Codes

Color #5D7755 in popluar color models

5D 77 55
RGB 93 119 85
HSL 106° 16.67% 40.00%
HSB/HSV 106° 28.57% 46.67%
CMYK 21.85% 0.00% 28.57%
53.33%

Color #5D7755 in popluar number systems.

HEX 5D 77 55
Decimal 93 119 85
Binary 1011101 1110111 1010101
Octal 135 167 125

Shades and tints

Shades of #5D7755

#5D7755
(93,119,85)
#556D4E
(85,109,78)
#4D6347
(77,99,71)
#455940
(69,89,64)
#3D4F39
(61,79,57)
#354532
(53,69,50)
#2D3B2B
(45,59,43)
#253124
(37,49,36)
#1D271D
(29,39,29)
#151D16
(21,29,22)
#0D130F
(13,19,15)
#000000
(0,0,0)

Tints of #5D7755

#5D7755
(93,119,85)
#6B8364
(107,131,100)
#798F73
(121,143,115)
#879B82
(135,155,130)
#95A791
(149,167,145)
#A3B3A0
(163,179,160)
#B1BFAF
(177,191,175)
#BFCBBE
(191,203,190)
#CDD7CD
(205,215,205)
#DBE3DC
(219,227,220)
#E9EFEB
(233,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D7755; }

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

This text font color is #5D7755.

Background Color

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

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

This div background color is #5D7755.

Border color

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

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

This div border color is #5D7755.

Opacity

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

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

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

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

This text has shadow with #5D7755 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D7755.

Preview

Color preview on black background

This text has color #5D7755 on black background.


Color preview on white background

This text has color #5D7755 on white background.


Black color preview on #5D7755 background

This text has black color on #5D7755 background.


White color preview on #5D7755 background

This text has white color on #5D7755 background.


Related colors

Complementary color

Complementary color for #hex is #A288AA.


I love getcolorcode.com

Triadic colors

1 #555D77 and #77555D with #5D7755 are triadic colors.

2 #55775D and #775D55 with #5D7755 are triadic colors.