COLOR #5D6555

HEX: #5D6555
RGB: (93,101,85)

Color info

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

RGB color model

#5D6555 color RGB value is (93,101,85).

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

RGB channels and saturation

R 93 of 255 = 36%
G 101 of 255 = 40%
B 85 of 255 = 33%

93
101
85

R + G + B ~ 36%. #5D6555 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 101 + 85 = 279 (100%)
R 93 of 279 ~ 33.33%
G 101 of 279 ~ 36.2%
B 85 of 279 ~ 30.47%

%33.33
%36.2
%30.47

CMYK color model

#5D6555 color CMYK value is (8,0,16,60).

  • cyan value is 7.92%
  • magenta value is 0.00%
  • yellow value is 15.84%
  • key color value is 60.39%
CMYK:
(8,0,16,60)
C8M0Y16K60 
(8%,0%,16%,60%)
(0.08/0.00/0.16/0.60)	

CMYK percentages

%7.92
%0
%15.84
%60.39

Codes

Color #5D6555 in popluar color models

5D6555
RGB9310185
HSL90°8.60%36.47%
HSB/HSV90°15.84%39.61%
CMYK7.92%0.00%15.84%
60.39%

Color #5D6555 in popluar number systems.

HEX5D6555
Decimal9310185
Binary101110111001011010101
Octal135145125

Shades and tints

Shades of #5D6555

#5D6555
(93,101,85)
#555C4E
(85,92,78)
#4D5347
(77,83,71)
#454A40
(69,74,64)
#3D4139
(61,65,57)
#353832
(53,56,50)
#2D2F2B
(45,47,43)
#252624
(37,38,36)
#1D1D1D
(29,29,29)
#151416
(21,20,22)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #5D6555

#5D6555
(93,101,85)
#6B7364
(107,115,100)
#798173
(121,129,115)
#878F82
(135,143,130)
#959D91
(149,157,145)
#A3ABA0
(163,171,160)
#B1B9AF
(177,185,175)
#BFC7BE
(191,199,190)
#CDD5CD
(205,213,205)
#DBE3DC
(219,227,220)
#E9F1EB
(233,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D6555; }

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

This text font color is #5D6555.


Background Color

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

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

This div background color is #5D6555.


Border color

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

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

This div border color is #5D6555.


Opacity

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

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

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

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

This text has shadow with #5D6555 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D6555 on black background.


Color preview on white background

This text has color #5D6555 on white background.



Black color preview on #5D6555 background

This text has black color on #5D6555 background.


White color preview on #5D6555 background

This text has white color on #5D6555 background.