COLOR #5D384C

HEX: #5D384C
RGB: (93,56,76)

Color info

#5D384C contains red, green and blue colors in about the same proportion. Web safe color of #5D384C is #663333 (or #633).

RGB color model

#5D384C color RGB value is (93,56,76).

  • red value is 93;
  • green value is 56;
  • blue value is 76.
RGB:
(93,56,76)
(36%,22%,30%)

RGB channels and saturation

R 93 of 255 = 36%
G 56 of 255 = 22%
B 76 of 255 = 30%

93
56
76

R + G + B ~ 29%. #5D384C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 56 + 76 = 225 (100%)
R 93 of 225 ~ 41.33%
G 56 of 225 ~ 24.89%
B 76 of 225 ~ 33.78%

%41.33
%24.89
%33.78

CMYK color model

#5D384C color CMYK value is (0,40,18,64).

  • cyan value is 0.00%
  • magenta value is 39.78%
  • yellow value is 18.28%
  • key color value is 63.53%
CMYK:
(0,40,18,64)
C0M40Y18K64 
(0%,40%,18%,64%)
(0.00/0.40/0.18/0.64)	

CMYK percentages

%0
%39.78
%18.28
%63.53

Codes

Color #5D384C in popluar color models

5D384C
RGB935676
HSL328°24.83%29.22%
HSB/HSV328°39.78%36.47%
CMYK0.00%39.78%18.28%
63.53%

Color #5D384C in popluar number systems.

HEX5D384C
Decimal935676
Binary10111011110001001100
Octal13570114

Shades and tints

Shades of #5D384C

#5D384C
(93,56,76)
#553346
(85,51,70)
#4D2E40
(77,46,64)
#45293A
(69,41,58)
#3D2434
(61,36,52)
#351F2E
(53,31,46)
#2D1A28
(45,26,40)
#251522
(37,21,34)
#1D101C
(29,16,28)
#150B16
(21,11,22)
#0D0610
(13,6,16)
#000000
(0,0,0)

Tints of #5D384C

#5D384C
(93,56,76)
#6B4A5C
(107,74,92)
#795C6C
(121,92,108)
#876E7C
(135,110,124)
#95808C
(149,128,140)
#A3929C
(163,146,156)
#B1A4AC
(177,164,172)
#BFB6BC
(191,182,188)
#CDC8CC
(205,200,204)
#DBDADC
(219,218,220)
#E9ECEC
(233,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D384C color. Also use rgb(93,56,76) instead hex code.

Text Font Color

.myTextColor { color: #5D384C; }

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

This text font color is #5D384C.


Background Color

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

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

This div background color is #5D384C.


Border color

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

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

This div border color is #5D384C.


Opacity

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

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

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

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

This text has shadow with #5D384C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D384C on black background.


Color preview on white background

This text has color #5D384C on white background.



Black color preview on #5D384C background

This text has black color on #5D384C background.


White color preview on #5D384C background

This text has white color on #5D384C background.