COLOR #5D414D

HEX: #5D414D RGB: (93,65,77)

Color info

#5D414D contains red, green and blue colors in about the same proportion. Web safe color of #5D414D is #663333 (or #633).

RGB color model

#5D414D color RGB value is (93,65,77).

RGB: (93,65,77) (36%, 25%, 30%)

RGB channels and saturation

R 93 of 255 = 36%
G 65 of 255 = 25%
B 77 of 255 = 30%

93
65
77

R + G + B ~ 30%. #5D414D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 65 + 77 = 235 (100%)
R 93 of 235 ~ 39.57%
G 65 of 235 ~ 27.66%
B 77 of 235 ~ 32.77'%

%39.57
%27.66
%32.77

CMYK color model

#5D414D color CMYK value is (0,30,17,64).

  • cyan value is 0.00%
  • magenta value is 30.11%
  • yellow value is 17.20%
  • key color value is 63.53%
CMYK: (0,30,17,64) C0M30Y17K64 (0%,30%,17%,64%) (0.00/0.30/0.17/0.64) 

CMYK percentages

%0
%30.11
%17.2
%63.53

Codes

Color #5D414D in popluar color models

5D 41 4D
RGB 93 65 77
HSL 334° 17.72% 30.98%
HSB/HSV 334° 30.11% 36.47%
CMYK 0.00% 30.11% 17.20%
63.53%

Color #5D414D in popluar number systems.

HEX 5D 41 4D
Decimal 93 65 77
Binary 1011101 1000001 1001101
Octal 135 101 115

Shades and tints

Shades of #5D414D

#5D414D
(93,65,77)
#553C46
(85,60,70)
#4D373F
(77,55,63)
#453238
(69,50,56)
#3D2D31
(61,45,49)
#35282A
(53,40,42)
#2D2323
(45,35,35)
#251E1C
(37,30,28)
#1D1915
(29,25,21)
#15140E
(21,20,14)
#0D0F07
(13,15,7)
#000000
(0,0,0)

Tints of #5D414D

#5D414D
(93,65,77)
#6B525D
(107,82,93)
#79636D
(121,99,109)
#87747D
(135,116,125)
#95858D
(149,133,141)
#A3969D
(163,150,157)
#B1A7AD
(177,167,173)
#BFB8BD
(191,184,189)
#CDC9CD
(205,201,205)
#DBDADD
(219,218,221)
#E9EBED
(233,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D414D; }

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

This text font color is #5D414D.

Background Color

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

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

This div background color is #5D414D.

Border color

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

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

This div border color is #5D414D.

Opacity

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

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

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

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

This text has shadow with #5D414D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D414D.

Preview

Color preview on black background

This text has color #5D414D on black background.


Color preview on white background

This text has color #5D414D on white background.


Black color preview on #5D414D background

This text has black color on #5D414D background.


White color preview on #5D414D background

This text has white color on #5D414D background.


Related colors

Complementary color

Complementary color for #hex is #A2BEB2.


I love getcolorcode.com

Triadic colors

1 #4D5D41 and #414D5D with #5D414D are triadic colors.

2 #4D415D and #415D4D with #5D414D are triadic colors.