COLOR #5D3253

HEX: #5D3253
RGB: (93,50,83)

Color info

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

RGB color model

#5D3253 color RGB value is (93,50,83).

  • red value is 93;
  • green value is 50;
  • blue value is 83.
RGB:
(93,50,83)
(36%,20%,33%)

RGB channels and saturation

R 93 of 255 = 36%
G 50 of 255 = 20%
B 83 of 255 = 33%

93
50
83

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

Portions of RGB colors in percentages

R + G + B =
93 + 50 + 83 = 226 (100%)
R 93 of 226 ~ 41.15%
G 50 of 226 ~ 22.12%
B 83 of 226 ~ 36.73%

%41.15
%22.12
%36.73

CMYK color model

#5D3253 color CMYK value is (0,46,11,64).

  • cyan value is 0.00%
  • magenta value is 46.24%
  • yellow value is 10.75%
  • key color value is 63.53%
CMYK:
(0,46,11,64)
C0M46Y11K64 
(0%,46%,11%,64%)
(0.00/0.46/0.11/0.64)	

CMYK percentages

%0
%46.24
%10.75
%63.53

Codes

Color #5D3253 in popluar color models

5D3253
RGB935083
HSL314°30.07%28.04%
HSB/HSV314°46.24%36.47%
CMYK0.00%46.24%10.75%
63.53%

Color #5D3253 in popluar number systems.

HEX5D3253
Decimal935083
Binary10111011100101010011
Octal13562123

Shades and tints

Shades of #5D3253

#5D3253
(93,50,83)
#552E4C
(85,46,76)
#4D2A45
(77,42,69)
#45263E
(69,38,62)
#3D2237
(61,34,55)
#351E30
(53,30,48)
#2D1A29
(45,26,41)
#251622
(37,22,34)
#1D121B
(29,18,27)
#150E14
(21,14,20)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #5D3253

#5D3253
(93,50,83)
#6B4462
(107,68,98)
#795671
(121,86,113)
#876880
(135,104,128)
#957A8F
(149,122,143)
#A38C9E
(163,140,158)
#B19EAD
(177,158,173)
#BFB0BC
(191,176,188)
#CDC2CB
(205,194,203)
#DBD4DA
(219,212,218)
#E9E6E9
(233,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D3253 color. Also use rgb(93,50,83) instead hex code.

Text Font Color

.myTextColor { color: #5D3253; }

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

This text font color is #5D3253.


Background Color

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

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

This div background color is #5D3253.


Border color

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

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

This div border color is #5D3253.


Opacity

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

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

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

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

This text has shadow with #5D3253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D3253 on black background.


Color preview on white background

This text has color #5D3253 on white background.



Black color preview on #5D3253 background

This text has black color on #5D3253 background.


White color preview on #5D3253 background

This text has white color on #5D3253 background.