COLOR #5D465B

HEX: #5D465B
RGB: (93,70,91)

Color info

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

RGB color model

#5D465B color RGB value is (93,70,91).

  • red value is 93;
  • green value is 70;
  • blue value is 91.
RGB:
(93,70,91)
(36%,27%,36%)

RGB channels and saturation

R 93 of 255 = 36%
G 70 of 255 = 27%
B 91 of 255 = 36%

93
70
91

R + G + B ~ 33%. #5D465B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 70 + 91 = 254 (100%)
R 93 of 254 ~ 36.61%
G 70 of 254 ~ 27.56%
B 91 of 254 ~ 35.83%

%36.61
%27.56
%35.83

CMYK color model

#5D465B color CMYK value is (0,25,2,64).

  • cyan value is 0.00%
  • magenta value is 24.73%
  • yellow value is 2.15%
  • key color value is 63.53%
CMYK:
(0,25,2,64)
C0M25Y2K64 
(0%,25%,2%,64%)
(0.00/0.25/0.02/0.64)	

CMYK percentages

%0
%24.73
%2.15
%63.53

Codes

Color #5D465B in popluar color models

5D465B
RGB937091
HSL305°14.11%31.96%
HSB/HSV305°24.73%36.47%
CMYK0.00%24.73%2.15%
63.53%

Color #5D465B in popluar number systems.

HEX5D465B
Decimal937091
Binary101110110001101011011
Octal135106133

Shades and tints

Shades of #5D465B

#5D465B
(93,70,91)
#554053
(85,64,83)
#4D3A4B
(77,58,75)
#453443
(69,52,67)
#3D2E3B
(61,46,59)
#352833
(53,40,51)
#2D222B
(45,34,43)
#251C23
(37,28,35)
#1D161B
(29,22,27)
#151013
(21,16,19)
#0D0A0B
(13,10,11)
#000000
(0,0,0)

Tints of #5D465B

#5D465B
(93,70,91)
#6B5669
(107,86,105)
#796677
(121,102,119)
#877685
(135,118,133)
#958693
(149,134,147)
#A396A1
(163,150,161)
#B1A6AF
(177,166,175)
#BFB6BD
(191,182,189)
#CDC6CB
(205,198,203)
#DBD6D9
(219,214,217)
#E9E6E7
(233,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D465B color. Also use rgb(93,70,91) instead hex code.

Text Font Color

.myTextColor { color: #5D465B; }

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

This text font color is #5D465B.


Background Color

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

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

This div background color is #5D465B.


Border color

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

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

This div border color is #5D465B.


Opacity

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

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

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

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

This text has shadow with #5D465B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D465B on black background.


Color preview on white background

This text has color #5D465B on white background.



Black color preview on #5D465B background

This text has black color on #5D465B background.


White color preview on #5D465B background

This text has white color on #5D465B background.