COLOR #5D744C

HEX: #5D744C
RGB: (93,116,76)

Color info

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

RGB color model

#5D744C color RGB value is (93,116,76).

  • red value is 93;
  • green value is 116;
  • blue value is 76.
RGB:
(93,116,76)
(36%,45%,30%)

RGB channels and saturation

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

93
116
76

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

Portions of RGB colors in percentages

R + G + B =
93 + 116 + 76 = 285 (100%)
R 93 of 285 ~ 32.63%
G 116 of 285 ~ 40.7%
B 76 of 285 ~ 26.67%

%32.63
%40.7
%26.67

CMYK color model

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

  • cyan value is 19.83%
  • magenta value is 0.00%
  • yellow value is 34.48%
  • 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
%34.48
%54.51

Codes

Color #5D744C in popluar color models

5D744C
RGB9311676
HSL95°20.83%37.65%
HSB/HSV95°34.48%45.49%
CMYK19.83%0.00%34.48%
54.51%

Color #5D744C in popluar number systems.

HEX5D744C
Decimal9311676
Binary101110111101001001100
Octal135164114

Shades and tints

Shades of #5D744C

#5D744C
(93,116,76)
#556A46
(85,106,70)
#4D6040
(77,96,64)
#45563A
(69,86,58)
#3D4C34
(61,76,52)
#35422E
(53,66,46)
#2D3828
(45,56,40)
#252E22
(37,46,34)
#1D241C
(29,36,28)
#151A16
(21,26,22)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #5D744C

#5D744C
(93,116,76)
#6B805C
(107,128,92)
#798C6C
(121,140,108)
#87987C
(135,152,124)
#95A48C
(149,164,140)
#A3B09C
(163,176,156)
#B1BCAC
(177,188,172)
#BFC8BC
(191,200,188)
#CDD4CC
(205,212,204)
#DBE0DC
(219,224,220)
#E9ECEC
(233,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D744C; }

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

This text font color is #5D744C.


Background Color

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

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

This div background color is #5D744C.


Border color

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

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

This div border color is #5D744C.


Opacity

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

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

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

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

This text has shadow with #5D744C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D744C on black background.


Color preview on white background

This text has color #5D744C on white background.



Black color preview on #5D744C background

This text has black color on #5D744C background.


White color preview on #5D744C background

This text has white color on #5D744C background.