COLOR #5D5053

HEX: #5D5053 RGB: (93,80,83)

Color info

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

RGB color model

#5D5053 color RGB value is (93,80,83).

RGB: (93,80,83) (36%, 31%, 33%)

RGB channels and saturation

R 93 of 255 = 36%
G 80 of 255 = 31%
B 83 of 255 = 33%

93
80
83

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

Portions of RGB colors in percentages

R + G + B = 93 + 80 + 83 = 256 (100%)
R 93 of 256 ~ 36.33%
G 80 of 256 ~ 31.25%
B 83 of 256 ~ 32.42'%

%36.33
%31.25
%32.42

CMYK color model

#5D5053 color CMYK value is (0,14,11,64).

  • cyan value is 0.00%
  • magenta value is 13.98%
  • yellow value is 10.75%
  • key color value is 63.53%

CMYK: (0,14,11,64)
C0M14Y11K64 (0%, 14%, 11%, 64%)
(0.00 / 0.14 / 0.11 / 0.64)

CMYK percentages

%0
%13.98
%10.75
%63.53

Codes

Color #5D5053 in popluar color models

5D 50 53
RGB 93 80 83
HSL 346° 7.51% 33.92%
HSB/HSV 346° 13.98% 36.47%
CMYK 0.00% 13.98% 10.75%
63.53%

Color #5D5053 in popluar number systems.

HEX 5D 50 53
Decimal 93 80 83
Binary 1011101 1010000 1010011
Octal 135 120 123

Shades and tints

Shades of #5D5053

#5D5053
(93,80,83)
#55494C
(85,73,76)
#4D4245
(77,66,69)
#453B3E
(69,59,62)
#3D3437
(61,52,55)
#352D30
(53,45,48)
#2D2629
(45,38,41)
#251F22
(37,31,34)
#1D181B
(29,24,27)
#151114
(21,17,20)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #5D5053

#5D5053
(93,80,83)
#6B5F62
(107,95,98)
#796E71
(121,110,113)
#877D80
(135,125,128)
#958C8F
(149,140,143)
#A39B9E
(163,155,158)
#B1AAAD
(177,170,173)
#BFB9BC
(191,185,188)
#CDC8CB
(205,200,203)
#DBD7DA
(219,215,218)
#E9E6E9
(233,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D5053 color. Also use rgb(93,80,83) instead hex code.

Text Font Color

.myTextColor { color: #5D5053; }

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

This text font color is #5D5053.

Background Color

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

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

This div background color is #5D5053.

Border color

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

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

This div border color is #5D5053.

Opacity

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

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

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

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

This text has shadow with #5D5053 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D5053.

Preview

Color preview on black background

This text has color #5D5053 on black background.


Color preview on white background

This text has color #5D5053 on white background.


Black color preview on #5D5053 background

This text has black color on #5D5053 background.


White color preview on #5D5053 background

This text has white color on #5D5053 background.


Related colors

Complementary color

Complementary color for #hex is #A2AFAC.


I love getcolorcode.com

Triadic colors

1 #535D50 and #50535D with #5D5053 are triadic colors.

2 #53505D and #505D53 with #5D5053 are triadic colors.