COLOR #5D4950

HEX: #5D4950
RGB: (93,73,80)

Color info

#5D4950 contains red, green and blue colors in about the same proportion. Web safe color of #5D4950 is #663366 (or #636).

RGB color model

#5D4950 color RGB value is (93,73,80).

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

RGB channels and saturation

R 93 of 255 = 36%
G 73 of 255 = 29%
B 80 of 255 = 31%

93
73
80

R + G + B ~ 32%. #5D4950 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 73 + 80 = 246 (100%)
R 93 of 246 ~ 37.8%
G 73 of 246 ~ 29.67%
B 80 of 246 ~ 32.52%

%37.8
%29.67
%32.52

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.51%
  • yellow value is 13.98%
  • key color value is 63.53%
CMYK:
(0,22,14,64)
C0M22Y14K64 
(0%,22%,14%,64%)
(0.00/0.22/0.14/0.64)	

CMYK percentages

%0
%21.51
%13.98
%63.53

Codes

Color #5D4950 in popluar color models

5D4950
RGB937380
HSL339°12.05%32.55%
HSB/HSV339°21.51%36.47%
CMYK0.00%21.51%13.98%
63.53%

Color #5D4950 in popluar number systems.

HEX5D4950
Decimal937380
Binary101110110010011010000
Octal135111120

Shades and tints

Shades of #5D4950

#5D4950
(93,73,80)
#554349
(85,67,73)
#4D3D42
(77,61,66)
#45373B
(69,55,59)
#3D3134
(61,49,52)
#352B2D
(53,43,45)
#2D2526
(45,37,38)
#251F1F
(37,31,31)
#1D1918
(29,25,24)
#151311
(21,19,17)
#0D0D0A
(13,13,10)
#000000
(0,0,0)

Tints of #5D4950

#5D4950
(93,73,80)
#6B595F
(107,89,95)
#79696E
(121,105,110)
#87797D
(135,121,125)
#95898C
(149,137,140)
#A3999B
(163,153,155)
#B1A9AA
(177,169,170)
#BFB9B9
(191,185,185)
#CDC9C8
(205,201,200)
#DBD9D7
(219,217,215)
#E9E9E6
(233,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D4950; }

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

This text font color is #5D4950.


Background Color

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

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

This div background color is #5D4950.


Border color

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

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

This div border color is #5D4950.


Opacity

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

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

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

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

This text has shadow with #5D4950 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D4950 on black background.


Color preview on white background

This text has color #5D4950 on white background.



Black color preview on #5D4950 background

This text has black color on #5D4950 background.


White color preview on #5D4950 background

This text has white color on #5D4950 background.