COLOR #5D5250

HEX: #5D5250
RGB: (93,82,80)

Color info

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

RGB color model

#5D5250 color RGB value is (93,82,80).

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

RGB channels and saturation

R 93 of 255 = 36%
G 82 of 255 = 32%
B 80 of 255 = 31%

93
82
80

R + G + B ~ 33%. #5D5250 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 82 + 80 = 255 (100%)
R 93 of 255 ~ 36.47%
G 82 of 255 ~ 32.16%
B 80 of 255 ~ 31.37%

%36.47
%32.16
%31.37

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.83%
  • yellow value is 13.98%
  • key color value is 63.53%
CMYK:
(0,12,14,64)
C0M12Y14K64 
(0%,12%,14%,64%)
(0.00/0.12/0.14/0.64)	

CMYK percentages

%0
%11.83
%13.98
%63.53

Codes

Color #5D5250 in popluar color models

5D5250
RGB938280
HSL7.51%33.92%
HSB/HSV13.98%36.47%
CMYK0.00%11.83%13.98%
63.53%

Color #5D5250 in popluar number systems.

HEX5D5250
Decimal938280
Binary101110110100101010000
Octal135122120

Shades and tints

Shades of #5D5250

#5D5250
(93,82,80)
#554B49
(85,75,73)
#4D4442
(77,68,66)
#453D3B
(69,61,59)
#3D3634
(61,54,52)
#352F2D
(53,47,45)
#2D2826
(45,40,38)
#25211F
(37,33,31)
#1D1A18
(29,26,24)
#151311
(21,19,17)
#0D0C0A
(13,12,10)
#000000
(0,0,0)

Tints of #5D5250

#5D5250
(93,82,80)
#6B615F
(107,97,95)
#79706E
(121,112,110)
#877F7D
(135,127,125)
#958E8C
(149,142,140)
#A39D9B
(163,157,155)
#B1ACAA
(177,172,170)
#BFBBB9
(191,187,185)
#CDCAC8
(205,202,200)
#DBD9D7
(219,217,215)
#E9E8E6
(233,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5250; }

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

This text font color is #5D5250.


Background Color

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

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

This div background color is #5D5250.


Border color

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

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

This div border color is #5D5250.


Opacity

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

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

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

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

This text has shadow with #5D5250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5250 on black background.


Color preview on white background

This text has color #5D5250 on white background.



Black color preview on #5D5250 background

This text has black color on #5D5250 background.


White color preview on #5D5250 background

This text has white color on #5D5250 background.