COLOR #5D4B62

HEX: #5D4B62
RGB: (93,75,98)

Color info

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

RGB color model

#5D4B62 color RGB value is (93,75,98).

  • red value is 93;
  • green value is 75;
  • blue value is 98.
RGB:
(93,75,98)
(36%,29%,38%)

RGB channels and saturation

R 93 of 255 = 36%
G 75 of 255 = 29%
B 98 of 255 = 38%

93
75
98

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

Portions of RGB colors in percentages

R + G + B =
93 + 75 + 98 = 266 (100%)
R 93 of 266 ~ 34.96%
G 75 of 266 ~ 28.2%
B 98 of 266 ~ 36.84%

%34.96
%28.2
%36.84

CMYK color model

#5D4B62 color CMYK value is (5,23,0,62).

  • cyan value is 5.10%
  • magenta value is 23.47%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(5,23,0,62)
C5M23Y0K62 
(5%,23%,0%,62%)
(0.05/0.23/0.00/0.62)	

CMYK percentages

%5.1
%23.47
%0
%61.57

Codes

Color #5D4B62 in popluar color models

5D4B62
RGB937598
HSL287°13.29%33.92%
HSB/HSV287°23.47%38.43%
CMYK5.10%23.47%0.00%
61.57%

Color #5D4B62 in popluar number systems.

HEX5D4B62
Decimal937598
Binary101110110010111100010
Octal135113142

Shades and tints

Shades of #5D4B62

#5D4B62
(93,75,98)
#55455A
(85,69,90)
#4D3F52
(77,63,82)
#45394A
(69,57,74)
#3D3342
(61,51,66)
#352D3A
(53,45,58)
#2D2732
(45,39,50)
#25212A
(37,33,42)
#1D1B22
(29,27,34)
#15151A
(21,21,26)
#0D0F12
(13,15,18)
#000000
(0,0,0)

Tints of #5D4B62

#5D4B62
(93,75,98)
#6B5B70
(107,91,112)
#796B7E
(121,107,126)
#877B8C
(135,123,140)
#958B9A
(149,139,154)
#A39BA8
(163,155,168)
#B1ABB6
(177,171,182)
#BFBBC4
(191,187,196)
#CDCBD2
(205,203,210)
#DBDBE0
(219,219,224)
#E9EBEE
(233,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D4B62 color. Also use rgb(93,75,98) instead hex code.

Text Font Color

.myTextColor { color: #5D4B62; }

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

This text font color is #5D4B62.


Background Color

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

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

This div background color is #5D4B62.


Border color

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

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

This div border color is #5D4B62.


Opacity

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

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

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

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

This text has shadow with #5D4B62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D4B62 on black background.


Color preview on white background

This text has color #5D4B62 on white background.



Black color preview on #5D4B62 background

This text has black color on #5D4B62 background.


White color preview on #5D4B62 background

This text has white color on #5D4B62 background.