COLOR #5D3353

HEX: #5D3353 RGB: (93,51,83)

Color info

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

RGB color model

#5D3353 color RGB value is (93,51,83).

RGB: (93,51,83) (36%, 20%, 33%)

RGB channels and saturation

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

93
51
83

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

Portions of RGB colors in percentages

R + G + B = 93 + 51 + 83 = 227 (100%)
R 93 of 227 ~ 40.97%
G 51 of 227 ~ 22.47%
B 83 of 227 ~ 36.56'%

%40.97
%22.47
%36.56

CMYK color model

#5D3353 color CMYK value is (0,45,11,64).

  • cyan value is 0.00%
  • magenta value is 45.16%
  • yellow value is 10.75%
  • key color value is 63.53%

CMYK: (0,45,11,64)
C0M45Y11K64 (0%, 45%, 11%, 64%)
(0.00 / 0.45 / 0.11 / 0.64)

CMYK percentages

%0
%45.16
%10.75
%63.53

Codes

Color #5D3353 in popluar color models

5D 33 53
RGB 93 51 83
HSL 314° 29.17% 28.24%
HSB/HSV 314° 45.16% 36.47%
CMYK 0.00% 45.16% 10.75%
63.53%

Color #5D3353 in popluar number systems.

HEX 5D 33 53
Decimal 93 51 83
Binary 1011101 110011 1010011
Octal 135 63 123

Shades and tints

Shades of #5D3353

#5D3353
(93,51,83)
#552F4C
(85,47,76)
#4D2B45
(77,43,69)
#45273E
(69,39,62)
#3D2337
(61,35,55)
#351F30
(53,31,48)
#2D1B29
(45,27,41)
#251722
(37,23,34)
#1D131B
(29,19,27)
#150F14
(21,15,20)
#0D0B0D
(13,11,13)
#000000
(0,0,0)

Tints of #5D3353

#5D3353
(93,51,83)
#6B4562
(107,69,98)
#795771
(121,87,113)
#876980
(135,105,128)
#957B8F
(149,123,143)
#A38D9E
(163,141,158)
#B19FAD
(177,159,173)
#BFB1BC
(191,177,188)
#CDC3CB
(205,195,203)
#DBD5DA
(219,213,218)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D3353; }

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

This text font color is #5D3353.

Background Color

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

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

This div background color is #5D3353.

Border color

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

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

This div border color is #5D3353.

Opacity

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

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

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

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

This text has shadow with #5D3353 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D3353.

Preview

Color preview on black background

This text has color #5D3353 on black background.


Color preview on white background

This text has color #5D3353 on white background.


Black color preview on #5D3353 background

This text has black color on #5D3353 background.


White color preview on #5D3353 background

This text has white color on #5D3353 background.


Related colors

Complementary color

Complementary color for #hex is #A2CCAC.


I love getcolorcode.com

Triadic colors

1 #535D33 and #33535D with #5D3353 are triadic colors.

2 #53335D and #335D53 with #5D3353 are triadic colors.