COLOR #5D2247

HEX: #5D2247
RGB: (93,34,71)

Color info

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

RGB color model

#5D2247 color RGB value is (93,34,71).

  • red value is 93;
  • green value is 34;
  • blue value is 71.
RGB:
(93,34,71)
(36%,13%,28%)

RGB channels and saturation

R 93 of 255 = 36%
G 34 of 255 = 13%
B 71 of 255 = 28%

93
34
71

R + G + B ~ 26%. #5D2247 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 34 + 71 = 198 (100%)
R 93 of 198 ~ 46.97%
G 34 of 198 ~ 17.17%
B 71 of 198 ~ 35.86%

%46.97
%17.17
%35.86

CMYK color model

#5D2247 color CMYK value is (0,63,24,64).

  • cyan value is 0.00%
  • magenta value is 63.44%
  • yellow value is 23.66%
  • key color value is 63.53%
CMYK:
(0,63,24,64)
C0M63Y24K64 
(0%,63%,24%,64%)
(0.00/0.63/0.24/0.64)	

CMYK percentages

%0
%63.44
%23.66
%63.53

Codes

Color #5D2247 in popluar color models

5D2247
RGB933471
HSL322°46.46%24.90%
HSB/HSV322°63.44%36.47%
CMYK0.00%63.44%23.66%
63.53%

Color #5D2247 in popluar number systems.

HEX5D2247
Decimal933471
Binary10111011000101000111
Octal13542107

Shades and tints

Shades of #5D2247

#5D2247
(93,34,71)
#551F41
(85,31,65)
#4D1C3B
(77,28,59)
#451935
(69,25,53)
#3D162F
(61,22,47)
#351329
(53,19,41)
#2D1023
(45,16,35)
#250D1D
(37,13,29)
#1D0A17
(29,10,23)
#150711
(21,7,17)
#0D040B
(13,4,11)
#000000
(0,0,0)

Tints of #5D2247

#5D2247
(93,34,71)
#6B3657
(107,54,87)
#794A67
(121,74,103)
#875E77
(135,94,119)
#957287
(149,114,135)
#A38697
(163,134,151)
#B19AA7
(177,154,167)
#BFAEB7
(191,174,183)
#CDC2C7
(205,194,199)
#DBD6D7
(219,214,215)
#E9EAE7
(233,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D2247 color. Also use rgb(93,34,71) instead hex code.

Text Font Color

.myTextColor { color: #5D2247; }

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

This text font color is #5D2247.


Background Color

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

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

This div background color is #5D2247.


Border color

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

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

This div border color is #5D2247.


Opacity

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

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

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

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

This text has shadow with #5D2247 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D2247 on black background.


Color preview on white background

This text has color #5D2247 on white background.



Black color preview on #5D2247 background

This text has black color on #5D2247 background.


White color preview on #5D2247 background

This text has white color on #5D2247 background.