COLOR #5D2C59

HEX: #5D2C59
RGB: (93,44,89)

Color info

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

RGB color model

#5D2C59 color RGB value is (93,44,89).

  • red value is 93;
  • green value is 44;
  • blue value is 89.
RGB:
(93,44,89)
(36%,17%,35%)

RGB channels and saturation

R 93 of 255 = 36%
G 44 of 255 = 17%
B 89 of 255 = 35%

93
44
89

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

Portions of RGB colors in percentages

R + G + B =
93 + 44 + 89 = 226 (100%)
R 93 of 226 ~ 41.15%
G 44 of 226 ~ 19.47%
B 89 of 226 ~ 39.38%

%41.15
%19.47
%39.38

CMYK color model

#5D2C59 color CMYK value is (0,53,4,64).

  • cyan value is 0.00%
  • magenta value is 52.69%
  • yellow value is 4.30%
  • key color value is 63.53%
CMYK:
(0,53,4,64)
C0M53Y4K64 
(0%,53%,4%,64%)
(0.00/0.53/0.04/0.64)	

CMYK percentages

%0
%52.69
%4.3
%63.53

Codes

Color #5D2C59 in popluar color models

5D2C59
RGB934489
HSL305°35.77%26.86%
HSB/HSV305°52.69%36.47%
CMYK0.00%52.69%4.30%
63.53%

Color #5D2C59 in popluar number systems.

HEX5D2C59
Decimal934489
Binary10111011011001011001
Octal13554131

Shades and tints

Shades of #5D2C59

#5D2C59
(93,44,89)
#552851
(85,40,81)
#4D2449
(77,36,73)
#452041
(69,32,65)
#3D1C39
(61,28,57)
#351831
(53,24,49)
#2D1429
(45,20,41)
#251021
(37,16,33)
#1D0C19
(29,12,25)
#150811
(21,8,17)
#0D0409
(13,4,9)
#000000
(0,0,0)

Tints of #5D2C59

#5D2C59
(93,44,89)
#6B3F68
(107,63,104)
#795277
(121,82,119)
#876586
(135,101,134)
#957895
(149,120,149)
#A38BA4
(163,139,164)
#B19EB3
(177,158,179)
#BFB1C2
(191,177,194)
#CDC4D1
(205,196,209)
#DBD7E0
(219,215,224)
#E9EAEF
(233,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D2C59 color. Also use rgb(93,44,89) instead hex code.

Text Font Color

.myTextColor { color: #5D2C59; }

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

This text font color is #5D2C59.


Background Color

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

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

This div background color is #5D2C59.


Border color

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

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

This div border color is #5D2C59.


Opacity

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

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

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

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

This text has shadow with #5D2C59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D2C59 on black background.


Color preview on white background

This text has color #5D2C59 on white background.



Black color preview on #5D2C59 background

This text has black color on #5D2C59 background.


White color preview on #5D2C59 background

This text has white color on #5D2C59 background.