COLOR #5D5850

HEX: #5D5850
RGB: (93,88,80)

Color info

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

RGB color model

#5D5850 color RGB value is (93,88,80).

  • red value is 93;
  • green value is 88;
  • blue value is 80.
RGB:
(93,88,80)
(36%,35%,31%)

RGB channels and saturation

R 93 of 255 = 36%
G 88 of 255 = 35%
B 80 of 255 = 31%

93
88
80

R + G + B ~ 34%. #5D5850 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 88 + 80 = 261 (100%)
R 93 of 261 ~ 35.63%
G 88 of 261 ~ 33.72%
B 80 of 261 ~ 30.65%

%35.63
%33.72
%30.65

CMYK color model

#5D5850 color CMYK value is (0,5,14,64).

  • cyan value is 0.00%
  • magenta value is 5.38%
  • yellow value is 13.98%
  • key color value is 63.53%
CMYK:
(0,5,14,64)
C0M5Y14K64 
(0%,5%,14%,64%)
(0.00/0.05/0.14/0.64)	

CMYK percentages

%0
%5.38
%13.98
%63.53

Codes

Color #5D5850 in popluar color models

5D5850
RGB938880
HSL37°7.51%33.92%
HSB/HSV37°13.98%36.47%
CMYK0.00%5.38%13.98%
63.53%

Color #5D5850 in popluar number systems.

HEX5D5850
Decimal938880
Binary101110110110001010000
Octal135130120

Shades and tints

Shades of #5D5850

#5D5850
(93,88,80)
#555049
(85,80,73)
#4D4842
(77,72,66)
#45403B
(69,64,59)
#3D3834
(61,56,52)
#35302D
(53,48,45)
#2D2826
(45,40,38)
#25201F
(37,32,31)
#1D1818
(29,24,24)
#151011
(21,16,17)
#0D080A
(13,8,10)
#000000
(0,0,0)

Tints of #5D5850

#5D5850
(93,88,80)
#6B675F
(107,103,95)
#79766E
(121,118,110)
#87857D
(135,133,125)
#95948C
(149,148,140)
#A3A39B
(163,163,155)
#B1B2AA
(177,178,170)
#BFC1B9
(191,193,185)
#CDD0C8
(205,208,200)
#DBDFD7
(219,223,215)
#E9EEE6
(233,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D5850 color. Also use rgb(93,88,80) instead hex code.

Text Font Color

.myTextColor { color: #5D5850; }

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

This text font color is #5D5850.


Background Color

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

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

This div background color is #5D5850.


Border color

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

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

This div border color is #5D5850.


Opacity

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

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

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

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

This text has shadow with #5D5850 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5850 on black background.


Color preview on white background

This text has color #5D5850 on white background.



Black color preview on #5D5850 background

This text has black color on #5D5850 background.


White color preview on #5D5850 background

This text has white color on #5D5850 background.