COLOR #5D3656

HEX: #5D3656
RGB: (93,54,86)

Color info

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

RGB color model

#5D3656 color RGB value is (93,54,86).

  • red value is 93;
  • green value is 54;
  • blue value is 86.
RGB:
(93,54,86)
(36%,21%,34%)

RGB channels and saturation

R 93 of 255 = 36%
G 54 of 255 = 21%
B 86 of 255 = 34%

93
54
86

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

Portions of RGB colors in percentages

R + G + B =
93 + 54 + 86 = 233 (100%)
R 93 of 233 ~ 39.91%
G 54 of 233 ~ 23.18%
B 86 of 233 ~ 36.91%

%39.91
%23.18
%36.91

CMYK color model

#5D3656 color CMYK value is (0,42,8,64).

  • cyan value is 0.00%
  • magenta value is 41.94%
  • yellow value is 7.53%
  • key color value is 63.53%
CMYK:
(0,42,8,64)
C0M42Y8K64 
(0%,42%,8%,64%)
(0.00/0.42/0.08/0.64)	

CMYK percentages

%0
%41.94
%7.53
%63.53

Codes

Color #5D3656 in popluar color models

5D3656
RGB935486
HSL311°26.53%28.82%
HSB/HSV311°41.94%36.47%
CMYK0.00%41.94%7.53%
63.53%

Color #5D3656 in popluar number systems.

HEX5D3656
Decimal935486
Binary10111011101101010110
Octal13566126

Shades and tints

Shades of #5D3656

#5D3656
(93,54,86)
#55324F
(85,50,79)
#4D2E48
(77,46,72)
#452A41
(69,42,65)
#3D263A
(61,38,58)
#352233
(53,34,51)
#2D1E2C
(45,30,44)
#251A25
(37,26,37)
#1D161E
(29,22,30)
#151217
(21,18,23)
#0D0E10
(13,14,16)
#000000
(0,0,0)

Tints of #5D3656

#5D3656
(93,54,86)
#6B4865
(107,72,101)
#795A74
(121,90,116)
#876C83
(135,108,131)
#957E92
(149,126,146)
#A390A1
(163,144,161)
#B1A2B0
(177,162,176)
#BFB4BF
(191,180,191)
#CDC6CE
(205,198,206)
#DBD8DD
(219,216,221)
#E9EAEC
(233,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D3656 color. Also use rgb(93,54,86) instead hex code.

Text Font Color

.myTextColor { color: #5D3656; }

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

This text font color is #5D3656.


Background Color

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

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

This div background color is #5D3656.


Border color

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

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

This div border color is #5D3656.


Opacity

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

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

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

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

This text has shadow with #5D3656 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D3656 on black background.


Color preview on white background

This text has color #5D3656 on white background.



Black color preview on #5D3656 background

This text has black color on #5D3656 background.


White color preview on #5D3656 background

This text has white color on #5D3656 background.