COLOR #5D4765

HEX: #5D4765
RGB: (93,71,101)

Color info

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

RGB color model

#5D4765 color RGB value is (93,71,101).

  • red value is 93;
  • green value is 71;
  • blue value is 101.
RGB:
(93,71,101)
(36%,28%,40%)

RGB channels and saturation

R 93 of 255 = 36%
G 71 of 255 = 28%
B 101 of 255 = 40%

93
71
101

R + G + B ~ 35%. #5D4765 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 71 + 101 = 265 (100%)
R 93 of 265 ~ 35.09%
G 71 of 265 ~ 26.79%
B 101 of 265 ~ 38.11%

%35.09
%26.79
%38.11

CMYK color model

#5D4765 color CMYK value is (8,30,0,60).

  • cyan value is 7.92%
  • magenta value is 29.70%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(8,30,0,60)
C8M30Y0K60 
(8%,30%,0%,60%)
(0.08/0.30/0.00/0.60)	

CMYK percentages

%7.92
%29.7
%0
%60.39

Codes

Color #5D4765 in popluar color models

5D4765
RGB9371101
HSL284°17.44%33.73%
HSB/HSV284°29.70%39.61%
CMYK7.92%29.70%0.00%
60.39%

Color #5D4765 in popluar number systems.

HEX5D4765
Decimal9371101
Binary101110110001111100101
Octal135107145

Shades and tints

Shades of #5D4765

#5D4765
(93,71,101)
#55415C
(85,65,92)
#4D3B53
(77,59,83)
#45354A
(69,53,74)
#3D2F41
(61,47,65)
#352938
(53,41,56)
#2D232F
(45,35,47)
#251D26
(37,29,38)
#1D171D
(29,23,29)
#151114
(21,17,20)
#0D0B0B
(13,11,11)
#000000
(0,0,0)

Tints of #5D4765

#5D4765
(93,71,101)
#6B5773
(107,87,115)
#796781
(121,103,129)
#87778F
(135,119,143)
#95879D
(149,135,157)
#A397AB
(163,151,171)
#B1A7B9
(177,167,185)
#BFB7C7
(191,183,199)
#CDC7D5
(205,199,213)
#DBD7E3
(219,215,227)
#E9E7F1
(233,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D4765 color. Also use rgb(93,71,101) instead hex code.

Text Font Color

.myTextColor { color: #5D4765; }

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

This text font color is #5D4765.


Background Color

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

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

This div background color is #5D4765.


Border color

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

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

This div border color is #5D4765.


Opacity

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

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

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

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

This text has shadow with #5D4765 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D4765 on black background.


Color preview on white background

This text has color #5D4765 on white background.



Black color preview on #5D4765 background

This text has black color on #5D4765 background.


White color preview on #5D4765 background

This text has white color on #5D4765 background.