COLOR #5D6655

HEX: #5D6655
RGB: (93,102,85)

Color info

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

RGB color model

#5D6655 color RGB value is (93,102,85).

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

RGB channels and saturation

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

93
102
85

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

Portions of RGB colors in percentages

R + G + B =
93 + 102 + 85 = 280 (100%)
R 93 of 280 ~ 33.21%
G 102 of 280 ~ 36.43%
B 85 of 280 ~ 30.36%

%33.21
%36.43
%30.36

CMYK color model

#5D6655 color CMYK value is (9,0,17,60).

  • cyan value is 8.82%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 60.00%
CMYK:
(9,0,17,60)
C9M0Y17K60 
(9%,0%,17%,60%)
(0.09/0.00/0.17/0.60)	

CMYK percentages

%8.82
%0
%16.67
%60

Codes

Color #5D6655 in popluar color models

5D6655
RGB9310285
HSL92°9.09%36.67%
HSB/HSV92°16.67%40.00%
CMYK8.82%0.00%16.67%
60.00%

Color #5D6655 in popluar number systems.

HEX5D6655
Decimal9310285
Binary101110111001101010101
Octal135146125

Shades and tints

Shades of #5D6655

#5D6655
(93,102,85)
#555D4E
(85,93,78)
#4D5447
(77,84,71)
#454B40
(69,75,64)
#3D4239
(61,66,57)
#353932
(53,57,50)
#2D302B
(45,48,43)
#252724
(37,39,36)
#1D1E1D
(29,30,29)
#151516
(21,21,22)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #5D6655

#5D6655
(93,102,85)
#6B7364
(107,115,100)
#798073
(121,128,115)
#878D82
(135,141,130)
#959A91
(149,154,145)
#A3A7A0
(163,167,160)
#B1B4AF
(177,180,175)
#BFC1BE
(191,193,190)
#CDCECD
(205,206,205)
#DBDBDC
(219,219,220)
#E9E8EB
(233,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D6655; }

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

This text font color is #5D6655.


Background Color

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

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

This div background color is #5D6655.


Border color

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

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

This div border color is #5D6655.


Opacity

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

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

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

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

This text has shadow with #5D6655 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D6655 on black background.


Color preview on white background

This text has color #5D6655 on white background.



Black color preview on #5D6655 background

This text has black color on #5D6655 background.


White color preview on #5D6655 background

This text has white color on #5D6655 background.