COLOR #5D5A55

HEX: #5D5A55 RGB: (93,90,85)

Color info

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

RGB color model

#5D5A55 color RGB value is (93,90,85).

RGB: (93,90,85) (36%, 35%, 33%)

RGB channels and saturation

R 93 of 255 = 36%
G 90 of 255 = 35%
B 85 of 255 = 33%

93
90
85

R + G + B ~ 35%. #5D5A55 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 90 + 85 = 268 (100%)
R 93 of 268 ~ 34.7%
G 90 of 268 ~ 33.58%
B 85 of 268 ~ 31.72'%

%34.7
%33.58
%31.72

CMYK color model

#5D5A55 color CMYK value is (0,3,9,64).

  • cyan value is 0.00%
  • magenta value is 3.23%
  • yellow value is 8.60%
  • key color value is 63.53%

CMYK: (0,3,9,64)
C0M3Y9K64 (0%, 3%, 9%, 64%)
(0.00 / 0.03 / 0.09 / 0.64)

CMYK percentages

%0
%3.23
%8.6
%63.53

Codes

Color #5D5A55 in popluar color models

5D 5A 55
RGB 93 90 85
HSL 38° 4.49% 34.90%
HSB/HSV 38° 8.60% 36.47%
CMYK 0.00% 3.23% 8.60%
63.53%

Color #5D5A55 in popluar number systems.

HEX 5D 5A 55
Decimal 93 90 85
Binary 1011101 1011010 1010101
Octal 135 132 125

Shades and tints

Shades of #5D5A55

#5D5A55
(93,90,85)
#55524E
(85,82,78)
#4D4A47
(77,74,71)
#454240
(69,66,64)
#3D3A39
(61,58,57)
#353232
(53,50,50)
#2D2A2B
(45,42,43)
#252224
(37,34,36)
#1D1A1D
(29,26,29)
#151216
(21,18,22)
#0D0A0F
(13,10,15)
#000000
(0,0,0)

Tints of #5D5A55

#5D5A55
(93,90,85)
#6B6964
(107,105,100)
#797873
(121,120,115)
#878782
(135,135,130)
#959691
(149,150,145)
#A3A5A0
(163,165,160)
#B1B4AF
(177,180,175)
#BFC3BE
(191,195,190)
#CDD2CD
(205,210,205)
#DBE1DC
(219,225,220)
#E9F0EB
(233,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D5A55 color. Also use rgb(93,90,85) instead hex code.

Text Font Color

.myTextColor { color: #5D5A55; }

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

This text font color is #5D5A55.

Background Color

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

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

This div background color is #5D5A55.

Border color

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

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

This div border color is #5D5A55.

Opacity

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

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

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

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

This text has shadow with #5D5A55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D5A55.

Preview

Color preview on black background

This text has color #5D5A55 on black background.


Color preview on white background

This text has color #5D5A55 on white background.


Black color preview on #5D5A55 background

This text has black color on #5D5A55 background.


White color preview on #5D5A55 background

This text has white color on #5D5A55 background.


Related colors

Complementary color

Complementary color for #hex is #A2A5AA.


I love getcolorcode.com

Triadic colors

1 #555D5A and #5A555D with #5D5A55 are triadic colors.

2 #555A5D and #5A5D55 with #5D5A55 are triadic colors.