COLOR #5D3E50

HEX: #5D3E50
RGB: (93,62,80)

Color info

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

RGB color model

#5D3E50 color RGB value is (93,62,80).

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

RGB channels and saturation

R 93 of 255 = 36%
G 62 of 255 = 24%
B 80 of 255 = 31%

93
62
80

R + G + B ~ 30%. #5D3E50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 62 + 80 = 235 (100%)
R 93 of 235 ~ 39.57%
G 62 of 235 ~ 26.38%
B 80 of 235 ~ 34.04%

%39.57
%26.38
%34.04

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 13.98%
  • key color value is 63.53%
CMYK:
(0,33,14,64)
C0M33Y14K64 
(0%,33%,14%,64%)
(0.00/0.33/0.14/0.64)	

CMYK percentages

%0
%33.33
%13.98
%63.53

Codes

Color #5D3E50 in popluar color models

5D3E50
RGB936280
HSL325°20.00%30.39%
HSB/HSV325°33.33%36.47%
CMYK0.00%33.33%13.98%
63.53%

Color #5D3E50 in popluar number systems.

HEX5D3E50
Decimal936280
Binary10111011111101010000
Octal13576120

Shades and tints

Shades of #5D3E50

#5D3E50
(93,62,80)
#553949
(85,57,73)
#4D3442
(77,52,66)
#452F3B
(69,47,59)
#3D2A34
(61,42,52)
#35252D
(53,37,45)
#2D2026
(45,32,38)
#251B1F
(37,27,31)
#1D1618
(29,22,24)
#151111
(21,17,17)
#0D0C0A
(13,12,10)
#000000
(0,0,0)

Tints of #5D3E50

#5D3E50
(93,62,80)
#6B4F5F
(107,79,95)
#79606E
(121,96,110)
#87717D
(135,113,125)
#95828C
(149,130,140)
#A3939B
(163,147,155)
#B1A4AA
(177,164,170)
#BFB5B9
(191,181,185)
#CDC6C8
(205,198,200)
#DBD7D7
(219,215,215)
#E9E8E6
(233,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D3E50; }

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

This text font color is #5D3E50.


Background Color

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

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

This div background color is #5D3E50.


Border color

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

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

This div border color is #5D3E50.


Opacity

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

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

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

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

This text has shadow with #5D3E50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D3E50 on black background.


Color preview on white background

This text has color #5D3E50 on white background.



Black color preview on #5D3E50 background

This text has black color on #5D3E50 background.


White color preview on #5D3E50 background

This text has white color on #5D3E50 background.