COLOR #5D5E55

HEX: #5D5E55
RGB: (93,94,85)

Color info

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

RGB color model

#5D5E55 color RGB value is (93,94,85).

  • red value is 93;
  • green value is 94;
  • blue value is 85.
RGB: (93,94,85) (36%,37%,33%)

RGB channels and saturation

R 93 of 255 = 36%
G 94 of 255 = 37%
B 85 of 255 = 33%

93
94
85

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

Portions of RGB colors in percentages

R + G + B =
93 + 94 + 85 = 272 (100%)
R 93 of 272 ~ 34.19%
G 94 of 272 ~ 34.56%
B 85 of 272 ~ 31.25%

%34.19
%34.56
%31.25

CMYK color model

#5D5E55 color CMYK value is (1,0,10,63).

  • cyan value is 1.06%
  • magenta value is 0.00%
  • yellow value is 9.57%
  • key color value is 63.14%
CMYK: (1,0,10,63) C1M0Y10K63 (1%,0%,10%,63%) (0.01/0.00/0.10/0.63)

CMYK percentages

%1.06
%0
%9.57
%63.14

Codes

Color #5D5E55 in popluar color models

5D5E55
RGB939485
HSL67°5.03%35.10%
HSB/HSV67°9.57%36.86%
CMYK1.06%0.00%9.57%
63.14%

Color #5D5E55 in popluar number systems.

HEX5D5E55
Decimal939485
Binary101110110111101010101
Octal135136125

Shades and tints

Shades of #5D5E55

#5D5E55
(93,94,85)
#55564E
(85,86,78)
#4D4E47
(77,78,71)
#454640
(69,70,64)
#3D3E39
(61,62,57)
#353632
(53,54,50)
#2D2E2B
(45,46,43)
#252624
(37,38,36)
#1D1E1D
(29,30,29)
#151616
(21,22,22)
#0D0E0F
(13,14,15)
#000000
(0,0,0)

Tints of #5D5E55

#5D5E55
(93,94,85)
#6B6C64
(107,108,100)
#797A73
(121,122,115)
#878882
(135,136,130)
#959691
(149,150,145)
#A3A4A0
(163,164,160)
#B1B2AF
(177,178,175)
#BFC0BE
(191,192,190)
#CDCECD
(205,206,205)
#DBDCDC
(219,220,220)
#E9EAEB
(233,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5E55; }

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

This text font color is #5D5E55.


Background Color

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

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

This div background color is #5D5E55.


Border color

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

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

This div border color is #5D5E55.


Opacity

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

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

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

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

This text has shadow with #5D5E55 color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #5D5E55; -webkit-box-shadow:	1px 1px 3px 2px #5D5E55; box-shadow:	1px 1px 3px 2px #5D5E55; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #5D5E55; -webkit-box-shadow: 1px 1px 3px 2px #5D5E55; box-shadow:1px 1px 3px 2px #5D5E55;">
Div content here</div>
This div box has shadow with color #5D5E55.

Preview

Color preview on black background

This text has color #5D5E55 on black background.


Color preview on white background

This text has color #5D5E55 on white background.



Black color preview on #5D5E55 background

This text has black color on #5D5E55 background.


White color preview on #5D5E55 background

This text has white color on #5D5E55 background.