COLOR #5D4763

HEX: #5D4763
RGB: (93,71,99)

Color info

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

RGB color model

#5D4763 color RGB value is (93,71,99).

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

RGB channels and saturation

R 93 of 255 = 36%
G 71 of 255 = 28%
B 99 of 255 = 39%

93
71
99

R + G + B ~ 34%. #5D4763 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 71 + 99 = 263 (100%)
R 93 of 263 ~ 35.36%
G 71 of 263 ~ 27%
B 99 of 263 ~ 37.64%

%35.36
%27
%37.64

CMYK color model

#5D4763 color CMYK value is (6,28,0,61).

  • cyan value is 6.06%
  • magenta value is 28.28%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(6,28,0,61)
C6M28Y0K61 
(6%,28%,0%,61%)
(0.06/0.28/0.00/0.61)	

CMYK percentages

%6.06
%28.28
%0
%61.18

Codes

Color #5D4763 in popluar color models

5D4763
RGB937199
HSL287°16.47%33.33%
HSB/HSV287°28.28%38.82%
CMYK6.06%28.28%0.00%
61.18%

Color #5D4763 in popluar number systems.

HEX5D4763
Decimal937199
Binary101110110001111100011
Octal135107143

Shades and tints

Shades of #5D4763

#5D4763
(93,71,99)
#55415A
(85,65,90)
#4D3B51
(77,59,81)
#453548
(69,53,72)
#3D2F3F
(61,47,63)
#352936
(53,41,54)
#2D232D
(45,35,45)
#251D24
(37,29,36)
#1D171B
(29,23,27)
#151112
(21,17,18)
#0D0B09
(13,11,9)
#000000
(0,0,0)

Tints of #5D4763

#5D4763
(93,71,99)
#6B5771
(107,87,113)
#79677F
(121,103,127)
#87778D
(135,119,141)
#95879B
(149,135,155)
#A397A9
(163,151,169)
#B1A7B7
(177,167,183)
#BFB7C5
(191,183,197)
#CDC7D3
(205,199,211)
#DBD7E1
(219,215,225)
#E9E7EF
(233,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D4763; }

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

This text font color is #5D4763.


Background Color

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

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

This div background color is #5D4763.


Border color

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

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

This div border color is #5D4763.


Opacity

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

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

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

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

This text has shadow with #5D4763 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D4763 on black background.


Color preview on white background

This text has color #5D4763 on white background.



Black color preview on #5D4763 background

This text has black color on #5D4763 background.


White color preview on #5D4763 background

This text has white color on #5D4763 background.