COLOR #5D775F

HEX: #5D775F RGB: (93,119,95)

Color info

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

RGB color model

#5D775F color RGB value is (93,119,95).

RGB: (93,119,95) (36%, 47%, 37%)

RGB channels and saturation

R 93 of 255 = 36%
G 119 of 255 = 47%
B 95 of 255 = 37%

93
119
95

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

Portions of RGB colors in percentages

R + G + B = 93 + 119 + 95 = 307 (100%)
R 93 of 307 ~ 30.29%
G 119 of 307 ~ 38.76%
B 95 of 307 ~ 30.94'%

%30.29
%38.76
%30.94

CMYK color model

#5D775F color CMYK value is (22,0,20,53).

  • cyan value is 21.85%
  • magenta value is 0.00%
  • yellow value is 20.17%
  • key color value is 53.33%
CMYK: (22,0,20,53) C22M0Y20K53 (22%,0%,20%,53%) (0.22/0.00/0.20/0.53) 

CMYK percentages

%21.85
%0
%20.17
%53.33

Codes

Color #5D775F in popluar color models

5D 77 5F
RGB 93 119 95
HSL 125° 12.26% 41.57%
HSB/HSV 125° 21.85% 46.67%
CMYK 21.85% 0.00% 20.17%
53.33%

Color #5D775F in popluar number systems.

HEX 5D 77 5F
Decimal 93 119 95
Binary 1011101 1110111 1011111
Octal 135 167 137

Shades and tints

Shades of #5D775F

#5D775F
(93,119,95)
#556D57
(85,109,87)
#4D634F
(77,99,79)
#455947
(69,89,71)
#3D4F3F
(61,79,63)
#354537
(53,69,55)
#2D3B2F
(45,59,47)
#253127
(37,49,39)
#1D271F
(29,39,31)
#151D17
(21,29,23)
#0D130F
(13,19,15)
#000000
(0,0,0)

Tints of #5D775F

#5D775F
(93,119,95)
#6B836D
(107,131,109)
#798F7B
(121,143,123)
#879B89
(135,155,137)
#95A797
(149,167,151)
#A3B3A5
(163,179,165)
#B1BFB3
(177,191,179)
#BFCBC1
(191,203,193)
#CDD7CF
(205,215,207)
#DBE3DD
(219,227,221)
#E9EFEB
(233,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D775F; }

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

This text font color is #5D775F.

Background Color

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

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

This div background color is #5D775F.

Border color

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

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

This div border color is #5D775F.

Opacity

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

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

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

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

This text has shadow with #5D775F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D775F.

Preview

Color preview on black background

This text has color #5D775F on black background.


Color preview on white background

This text has color #5D775F on white background.


Black color preview on #5D775F background

This text has black color on #5D775F background.


White color preview on #5D775F background

This text has white color on #5D775F background.


Related colors

Complementary color

Complementary color for #hex is #A288A0.


I love getcolorcode.com

Triadic colors

1 #5F5D77 and #775F5D with #5D775F are triadic colors.

2 #5F775D and #775D5F with #5D775F are triadic colors.