COLOR #5D774D

HEX: #5D774D RGB: (93,119,77)

Color info

#5D774D contains red, green and blue colors in about the same proportion. Web safe color of #5D774D is #666633 (or #663).

RGB color model

#5D774D color RGB value is (93,119,77).

RGB: (93,119,77) (36%, 47%, 30%)

RGB channels and saturation

R 93 of 255 = 36%
G 119 of 255 = 47%
B 77 of 255 = 30%

93
119
77

R + G + B ~ 38%. #5D774D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 119 + 77 = 289 (100%)
R 93 of 289 ~ 32.18%
G 119 of 289 ~ 41.18%
B 77 of 289 ~ 26.64'%

%32.18
%41.18
%26.64

CMYK color model

#5D774D color CMYK value is (22,0,35,53).

  • cyan value is 21.85%
  • magenta value is 0.00%
  • yellow value is 35.29%
  • key color value is 53.33%
CMYK: (22,0,35,53) C22M0Y35K53 (22%,0%,35%,53%) (0.22/0.00/0.35/0.53) 

CMYK percentages

%21.85
%0
%35.29
%53.33

Codes

Color #5D774D in popluar color models

5D 77 4D
RGB 93 119 77
HSL 97° 21.43% 38.43%
HSB/HSV 97° 35.29% 46.67%
CMYK 21.85% 0.00% 35.29%
53.33%

Color #5D774D in popluar number systems.

HEX 5D 77 4D
Decimal 93 119 77
Binary 1011101 1110111 1001101
Octal 135 167 115

Shades and tints

Shades of #5D774D

#5D774D
(93,119,77)
#556D46
(85,109,70)
#4D633F
(77,99,63)
#455938
(69,89,56)
#3D4F31
(61,79,49)
#35452A
(53,69,42)
#2D3B23
(45,59,35)
#25311C
(37,49,28)
#1D2715
(29,39,21)
#151D0E
(21,29,14)
#0D1307
(13,19,7)
#000000
(0,0,0)

Tints of #5D774D

#5D774D
(93,119,77)
#6B835D
(107,131,93)
#798F6D
(121,143,109)
#879B7D
(135,155,125)
#95A78D
(149,167,141)
#A3B39D
(163,179,157)
#B1BFAD
(177,191,173)
#BFCBBD
(191,203,189)
#CDD7CD
(205,215,205)
#DBE3DD
(219,227,221)
#E9EFED
(233,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D774D; }

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

This text font color is #5D774D.

Background Color

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

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

This div background color is #5D774D.

Border color

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

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

This div border color is #5D774D.

Opacity

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

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

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

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

This text has shadow with #5D774D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D774D.

Preview

Color preview on black background

This text has color #5D774D on black background.


Color preview on white background

This text has color #5D774D on white background.


Black color preview on #5D774D background

This text has black color on #5D774D background.


White color preview on #5D774D background

This text has white color on #5D774D background.


Related colors

Complementary color

Complementary color for #hex is #A288B2.


I love getcolorcode.com

Triadic colors

1 #4D5D77 and #774D5D with #5D774D are triadic colors.

2 #4D775D and #775D4D with #5D774D are triadic colors.