COLOR #5D744D

HEX: #5D744D RGB: (93,116,77)

Color info

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

RGB color model

#5D744D color RGB value is (93,116,77).

RGB: (93,116,77) (36%, 45%, 30%)

RGB channels and saturation

R 93 of 255 = 36%
G 116 of 255 = 45%
B 77 of 255 = 30%

93
116
77

R + G + B ~ 37%. #5D744D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 116 + 77 = 286 (100%)
R 93 of 286 ~ 32.52%
G 116 of 286 ~ 40.56%
B 77 of 286 ~ 26.92'%

%32.52
%40.56
%26.92

CMYK color model

#5D744D color CMYK value is (20,0,34,55).

  • cyan value is 19.83%
  • magenta value is 0.00%
  • yellow value is 33.62%
  • key color value is 54.51%

CMYK: (20,0,34,55)
C20M0Y34K55 (20%, 0%, 34%, 55%)
(0.20 / 0.00 / 0.34 / 0.55)

CMYK percentages

%19.83
%0
%33.62
%54.51

Codes

Color #5D744D in popluar color models

5D 74 4D
RGB 93 116 77
HSL 95° 20.21% 37.84%
HSB/HSV 95° 33.62% 45.49%
CMYK 19.83% 0.00% 33.62%
54.51%

Color #5D744D in popluar number systems.

HEX 5D 74 4D
Decimal 93 116 77
Binary 1011101 1110100 1001101
Octal 135 164 115

Shades and tints

Shades of #5D744D

#5D744D
(93,116,77)
#556A46
(85,106,70)
#4D603F
(77,96,63)
#455638
(69,86,56)
#3D4C31
(61,76,49)
#35422A
(53,66,42)
#2D3823
(45,56,35)
#252E1C
(37,46,28)
#1D2415
(29,36,21)
#151A0E
(21,26,14)
#0D1007
(13,16,7)
#000000
(0,0,0)

Tints of #5D744D

#5D744D
(93,116,77)
#6B805D
(107,128,93)
#798C6D
(121,140,109)
#87987D
(135,152,125)
#95A48D
(149,164,141)
#A3B09D
(163,176,157)
#B1BCAD
(177,188,173)
#BFC8BD
(191,200,189)
#CDD4CD
(205,212,205)
#DBE0DD
(219,224,221)
#E9ECED
(233,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D744D; }

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

This text font color is #5D744D.

Background Color

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

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

This div background color is #5D744D.

Border color

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

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

This div border color is #5D744D.

Opacity

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

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

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

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

This text has shadow with #5D744D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D744D.

Preview

Color preview on black background

This text has color #5D744D on black background.


Color preview on white background

This text has color #5D744D on white background.


Black color preview on #5D744D background

This text has black color on #5D744D background.


White color preview on #5D744D background

This text has white color on #5D744D background.


Related colors

Complementary color

Complementary color for #hex is #A28BB2.


I love getcolorcode.com

Triadic colors

1 #4D5D74 and #744D5D with #5D744D are triadic colors.

2 #4D745D and #745D4D with #5D744D are triadic colors.