COLOR #5D3A50

HEX: #5D3A50
RGB: (93,58,80)

Color info

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

RGB color model

#5D3A50 color RGB value is (93,58,80).

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

RGB channels and saturation

R 93 of 255 = 36%
G 58 of 255 = 23%
B 80 of 255 = 31%

93
58
80

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

Portions of RGB colors in percentages

R + G + B =
93 + 58 + 80 = 231 (100%)
R 93 of 231 ~ 40.26%
G 58 of 231 ~ 25.11%
B 80 of 231 ~ 34.63%

%40.26
%25.11
%34.63

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 37.63%
  • yellow value is 13.98%
  • key color value is 63.53%
CMYK:
(0,38,14,64)
C0M38Y14K64 
(0%,38%,14%,64%)
(0.00/0.38/0.14/0.64)	

CMYK percentages

%0
%37.63
%13.98
%63.53

Codes

Color #5D3A50 in popluar color models

5D3A50
RGB935880
HSL322°23.18%29.61%
HSB/HSV322°37.63%36.47%
CMYK0.00%37.63%13.98%
63.53%

Color #5D3A50 in popluar number systems.

HEX5D3A50
Decimal935880
Binary10111011110101010000
Octal13572120

Shades and tints

Shades of #5D3A50

#5D3A50
(93,58,80)
#553549
(85,53,73)
#4D3042
(77,48,66)
#452B3B
(69,43,59)
#3D2634
(61,38,52)
#35212D
(53,33,45)
#2D1C26
(45,28,38)
#25171F
(37,23,31)
#1D1218
(29,18,24)
#150D11
(21,13,17)
#0D080A
(13,8,10)
#000000
(0,0,0)

Tints of #5D3A50

#5D3A50
(93,58,80)
#6B4B5F
(107,75,95)
#795C6E
(121,92,110)
#876D7D
(135,109,125)
#957E8C
(149,126,140)
#A38F9B
(163,143,155)
#B1A0AA
(177,160,170)
#BFB1B9
(191,177,185)
#CDC2C8
(205,194,200)
#DBD3D7
(219,211,215)
#E9E4E6
(233,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D3A50; }

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

This text font color is #5D3A50.


Background Color

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

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

This div background color is #5D3A50.


Border color

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

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

This div border color is #5D3A50.


Opacity

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

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

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

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

This text has shadow with #5D3A50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D3A50 on black background.


Color preview on white background

This text has color #5D3A50 on white background.



Black color preview on #5D3A50 background

This text has black color on #5D3A50 background.


White color preview on #5D3A50 background

This text has white color on #5D3A50 background.