COLOR #5D6559

HEX: #5D6559
RGB: (93,101,89)

Color info

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

RGB color model

#5D6559 color RGB value is (93,101,89).

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

RGB channels and saturation

R 93 of 255 = 36%
G 101 of 255 = 40%
B 89 of 255 = 35%

93
101
89

R + G + B ~ 37%. #5D6559 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 101 + 89 = 283 (100%)
R 93 of 283 ~ 32.86%
G 101 of 283 ~ 35.69%
B 89 of 283 ~ 31.45%

%32.86
%35.69
%31.45

CMYK color model

#5D6559 color CMYK value is (8,0,12,60).

  • cyan value is 7.92%
  • magenta value is 0.00%
  • yellow value is 11.88%
  • key color value is 60.39%
CMYK:
(8,0,12,60)
C8M0Y12K60 
(8%,0%,12%,60%)
(0.08/0.00/0.12/0.60)	

CMYK percentages

%7.92
%0
%11.88
%60.39

Codes

Color #5D6559 in popluar color models

5D6559
RGB9310189
HSL100°6.32%37.25%
HSB/HSV100°11.88%39.61%
CMYK7.92%0.00%11.88%
60.39%

Color #5D6559 in popluar number systems.

HEX5D6559
Decimal9310189
Binary101110111001011011001
Octal135145131

Shades and tints

Shades of #5D6559

#5D6559
(93,101,89)
#555C51
(85,92,81)
#4D5349
(77,83,73)
#454A41
(69,74,65)
#3D4139
(61,65,57)
#353831
(53,56,49)
#2D2F29
(45,47,41)
#252621
(37,38,33)
#1D1D19
(29,29,25)
#151411
(21,20,17)
#0D0B09
(13,11,9)
#000000
(0,0,0)

Tints of #5D6559

#5D6559
(93,101,89)
#6B7368
(107,115,104)
#798177
(121,129,119)
#878F86
(135,143,134)
#959D95
(149,157,149)
#A3ABA4
(163,171,164)
#B1B9B3
(177,185,179)
#BFC7C2
(191,199,194)
#CDD5D1
(205,213,209)
#DBE3E0
(219,227,224)
#E9F1EF
(233,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D6559; }

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

This text font color is #5D6559.


Background Color

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

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

This div background color is #5D6559.


Border color

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

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

This div border color is #5D6559.


Opacity

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

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

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

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

This text has shadow with #5D6559 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D6559 on black background.


Color preview on white background

This text has color #5D6559 on white background.



Black color preview on #5D6559 background

This text has black color on #5D6559 background.


White color preview on #5D6559 background

This text has white color on #5D6559 background.