COLOR #5D465F

HEX: #5D465F
RGB: (93,70,95)

Color info

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

RGB color model

#5D465F color RGB value is (93,70,95).

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

RGB channels and saturation

R 93 of 255 = 36%
G 70 of 255 = 27%
B 95 of 255 = 37%

93
70
95

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

Portions of RGB colors in percentages

R + G + B =
93 + 70 + 95 = 258 (100%)
R 93 of 258 ~ 36.05%
G 70 of 258 ~ 27.13%
B 95 of 258 ~ 36.82%

%36.05
%27.13
%36.82

CMYK color model

#5D465F color CMYK value is (2,26,0,63).

  • cyan value is 2.11%
  • magenta value is 26.32%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(2,26,0,63)
C2M26Y0K63 
(2%,26%,0%,63%)
(0.02/0.26/0.00/0.63)	

CMYK percentages

%2.11
%26.32
%0
%62.75

Codes

Color #5D465F in popluar color models

5D465F
RGB937095
HSL295°15.15%32.35%
HSB/HSV295°26.32%37.25%
CMYK2.11%26.32%0.00%
62.75%

Color #5D465F in popluar number systems.

HEX5D465F
Decimal937095
Binary101110110001101011111
Octal135106137

Shades and tints

Shades of #5D465F

#5D465F
(93,70,95)
#554057
(85,64,87)
#4D3A4F
(77,58,79)
#453447
(69,52,71)
#3D2E3F
(61,46,63)
#352837
(53,40,55)
#2D222F
(45,34,47)
#251C27
(37,28,39)
#1D161F
(29,22,31)
#151017
(21,16,23)
#0D0A0F
(13,10,15)
#000000
(0,0,0)

Tints of #5D465F

#5D465F
(93,70,95)
#6B566D
(107,86,109)
#79667B
(121,102,123)
#877689
(135,118,137)
#958697
(149,134,151)
#A396A5
(163,150,165)
#B1A6B3
(177,166,179)
#BFB6C1
(191,182,193)
#CDC6CF
(205,198,207)
#DBD6DD
(219,214,221)
#E9E6EB
(233,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D465F; }

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

This text font color is #5D465F.


Background Color

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

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

This div background color is #5D465F.


Border color

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

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

This div border color is #5D465F.


Opacity

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

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

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

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

This text has shadow with #5D465F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D465F on black background.


Color preview on white background

This text has color #5D465F on white background.



Black color preview on #5D465F background

This text has black color on #5D465F background.


White color preview on #5D465F background

This text has white color on #5D465F background.