COLOR #5D7464

HEX: #5D7464 RGB: (93,116,100)

Color info

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

RGB color model

#5D7464 color RGB value is (93,116,100).

RGB: (93,116,100) (36%, 45%, 39%)

RGB channels and saturation

R 93 of 255 = 36%
G 116 of 255 = 45%
B 100 of 255 = 39%

93
116
100

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

Portions of RGB colors in percentages

R + G + B = 93 + 116 + 100 = 309 (100%)
R 93 of 309 ~ 30.1%
G 116 of 309 ~ 37.54%
B 100 of 309 ~ 32.36'%

%30.1
%37.54
%32.36

CMYK color model

#5D7464 color CMYK value is (20,0,14,55).

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

CMYK: (20,0,14,55)
C20M0Y14K55 (20%, 0%, 14%, 55%)
(0.20 / 0.00 / 0.14 / 0.55)

CMYK percentages

%19.83
%0
%13.79
%54.51

Codes

Color #5D7464 in popluar color models

5D 74 64
RGB 93 116 100
HSL 138° 11.00% 40.98%
HSB/HSV 138° 19.83% 45.49%
CMYK 19.83% 0.00% 13.79%
54.51%

Color #5D7464 in popluar number systems.

HEX 5D 74 64
Decimal 93 116 100
Binary 1011101 1110100 1100100
Octal 135 164 144

Shades and tints

Shades of #5D7464

#5D7464
(93,116,100)
#556A5B
(85,106,91)
#4D6052
(77,96,82)
#455649
(69,86,73)
#3D4C40
(61,76,64)
#354237
(53,66,55)
#2D382E
(45,56,46)
#252E25
(37,46,37)
#1D241C
(29,36,28)
#151A13
(21,26,19)
#0D100A
(13,16,10)
#000000
(0,0,0)

Tints of #5D7464

#5D7464
(93,116,100)
#6B8072
(107,128,114)
#798C80
(121,140,128)
#87988E
(135,152,142)
#95A49C
(149,164,156)
#A3B0AA
(163,176,170)
#B1BCB8
(177,188,184)
#BFC8C6
(191,200,198)
#CDD4D4
(205,212,212)
#DBE0E2
(219,224,226)
#E9ECF0
(233,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D7464; }

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

This text font color is #5D7464.

Background Color

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

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

This div background color is #5D7464.

Border color

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

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

This div border color is #5D7464.

Opacity

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

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

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

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

This text has shadow with #5D7464 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D7464.

Preview

Color preview on black background

This text has color #5D7464 on black background.


Color preview on white background

This text has color #5D7464 on white background.


Black color preview on #5D7464 background

This text has black color on #5D7464 background.


White color preview on #5D7464 background

This text has white color on #5D7464 background.


Related colors

Complementary color

Complementary color for #hex is #A28B9B.


I love getcolorcode.com

Triadic colors

1 #645D74 and #74645D with #5D7464 are triadic colors.

2 #64745D and #745D64 with #5D7464 are triadic colors.