COLOR #5D514F

HEX: #5D514F RGB: (93,81,79)

Color info

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

RGB color model

#5D514F color RGB value is (93,81,79).

RGB: (93,81,79) (36%, 32%, 31%)

RGB channels and saturation

R 93 of 255 = 36%
G 81 of 255 = 32%
B 79 of 255 = 31%

93
81
79

R + G + B ~ 33%. #5D514F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 81 + 79 = 253 (100%)
R 93 of 253 ~ 36.76%
G 81 of 253 ~ 32.02%
B 79 of 253 ~ 31.23'%

%36.76
%32.02
%31.23

CMYK color model

#5D514F color CMYK value is (0,13,15,64).

  • cyan value is 0.00%
  • magenta value is 12.90%
  • yellow value is 15.05%
  • key color value is 63.53%

CMYK: (0,13,15,64)
C0M13Y15K64 (0%, 13%, 15%, 64%)
(0.00 / 0.13 / 0.15 / 0.64)

CMYK percentages

%0
%12.9
%15.05
%63.53

Codes

Color #5D514F in popluar color models

5D 51 4F
RGB 93 81 79
HSL 8.14% 33.73%
HSB/HSV 15.05% 36.47%
CMYK 0.00% 12.90% 15.05%
63.53%

Color #5D514F in popluar number systems.

HEX 5D 51 4F
Decimal 93 81 79
Binary 1011101 1010001 1001111
Octal 135 121 117

Shades and tints

Shades of #5D514F

#5D514F
(93,81,79)
#554A48
(85,74,72)
#4D4341
(77,67,65)
#453C3A
(69,60,58)
#3D3533
(61,53,51)
#352E2C
(53,46,44)
#2D2725
(45,39,37)
#25201E
(37,32,30)
#1D1917
(29,25,23)
#151210
(21,18,16)
#0D0B09
(13,11,9)
#000000
(0,0,0)

Tints of #5D514F

#5D514F
(93,81,79)
#6B605F
(107,96,95)
#796F6F
(121,111,111)
#877E7F
(135,126,127)
#958D8F
(149,141,143)
#A39C9F
(163,156,159)
#B1ABAF
(177,171,175)
#BFBABF
(191,186,191)
#CDC9CF
(205,201,207)
#DBD8DF
(219,216,223)
#E9E7EF
(233,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D514F color. Also use rgb(93,81,79) instead hex code.

Text Font Color

.myTextColor { color: #5D514F; }

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

This text font color is #5D514F.

Background Color

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

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

This div background color is #5D514F.

Border color

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

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

This div border color is #5D514F.

Opacity

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

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

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

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

This text has shadow with #5D514F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D514F.

Preview

Color preview on black background

This text has color #5D514F on black background.


Color preview on white background

This text has color #5D514F on white background.


Black color preview on #5D514F background

This text has black color on #5D514F background.


White color preview on #5D514F background

This text has white color on #5D514F background.


Related colors

Complementary color

Complementary color for #hex is #A2AEB0.


I love getcolorcode.com

Triadic colors

1 #4F5D51 and #514F5D with #5D514F are triadic colors.

2 #4F515D and #515D4F with #5D514F are triadic colors.