COLOR #5D375F

HEX: #5D375F
RGB: (93,55,95)

Color info

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

RGB color model

#5D375F color RGB value is (93,55,95).

  • red value is 93;
  • green value is 55;
  • blue value is 95.
RGB:
(93,55,95)
(36%,22%,37%)

RGB channels and saturation

R 93 of 255 = 36%
G 55 of 255 = 22%
B 95 of 255 = 37%

93
55
95

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

Portions of RGB colors in percentages

R + G + B =
93 + 55 + 95 = 243 (100%)
R 93 of 243 ~ 38.27%
G 55 of 243 ~ 22.63%
B 95 of 243 ~ 39.09%

%38.27
%22.63
%39.09

CMYK color model

#5D375F color CMYK value is (2,42,0,63).

  • cyan value is 2.11%
  • magenta value is 42.11%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(2,42,0,63)
C2M42Y0K63 
(2%,42%,0%,63%)
(0.02/0.42/0.00/0.63)	

CMYK percentages

%2.11
%42.11
%0
%62.75

Codes

Color #5D375F in popluar color models

5D375F
RGB935595
HSL297°26.67%29.41%
HSB/HSV297°42.11%37.25%
CMYK2.11%42.11%0.00%
62.75%

Color #5D375F in popluar number systems.

HEX5D375F
Decimal935595
Binary10111011101111011111
Octal13567137

Shades and tints

Shades of #5D375F

#5D375F
(93,55,95)
#553257
(85,50,87)
#4D2D4F
(77,45,79)
#452847
(69,40,71)
#3D233F
(61,35,63)
#351E37
(53,30,55)
#2D192F
(45,25,47)
#251427
(37,20,39)
#1D0F1F
(29,15,31)
#150A17
(21,10,23)
#0D050F
(13,5,15)
#000000
(0,0,0)

Tints of #5D375F

#5D375F
(93,55,95)
#6B496D
(107,73,109)
#795B7B
(121,91,123)
#876D89
(135,109,137)
#957F97
(149,127,151)
#A391A5
(163,145,165)
#B1A3B3
(177,163,179)
#BFB5C1
(191,181,193)
#CDC7CF
(205,199,207)
#DBD9DD
(219,217,221)
#E9EBEB
(233,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D375F color. Also use rgb(93,55,95) instead hex code.

Text Font Color

.myTextColor { color: #5D375F; }

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

This text font color is #5D375F.


Background Color

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

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

This div background color is #5D375F.


Border color

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

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

This div border color is #5D375F.


Opacity

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

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

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

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

This text has shadow with #5D375F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D375F on black background.


Color preview on white background

This text has color #5D375F on white background.



Black color preview on #5D375F background

This text has black color on #5D375F background.


White color preview on #5D375F background

This text has white color on #5D375F background.