COLOR #5D4C62

HEX: #5D4C62
RGB: (93,76,98)

Color info

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

RGB color model

#5D4C62 color RGB value is (93,76,98).

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

RGB channels and saturation

R 93 of 255 = 36%
G 76 of 255 = 30%
B 98 of 255 = 38%

93
76
98

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

Portions of RGB colors in percentages

R + G + B =
93 + 76 + 98 = 267 (100%)
R 93 of 267 ~ 34.83%
G 76 of 267 ~ 28.46%
B 98 of 267 ~ 36.7%

%34.83
%28.46
%36.7

CMYK color model

#5D4C62 color CMYK value is (5,22,0,62).

  • cyan value is 5.10%
  • magenta value is 22.45%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(5,22,0,62)
C5M22Y0K62 
(5%,22%,0%,62%)
(0.05/0.22/0.00/0.62)	

CMYK percentages

%5.1
%22.45
%0
%61.57

Codes

Color #5D4C62 in popluar color models

5D4C62
RGB937698
HSL286°12.64%34.12%
HSB/HSV286°22.45%38.43%
CMYK5.10%22.45%0.00%
61.57%

Color #5D4C62 in popluar number systems.

HEX5D4C62
Decimal937698
Binary101110110011001100010
Octal135114142

Shades and tints

Shades of #5D4C62

#5D4C62
(93,76,98)
#55465A
(85,70,90)
#4D4052
(77,64,82)
#453A4A
(69,58,74)
#3D3442
(61,52,66)
#352E3A
(53,46,58)
#2D2832
(45,40,50)
#25222A
(37,34,42)
#1D1C22
(29,28,34)
#15161A
(21,22,26)
#0D1012
(13,16,18)
#000000
(0,0,0)

Tints of #5D4C62

#5D4C62
(93,76,98)
#6B5C70
(107,92,112)
#796C7E
(121,108,126)
#877C8C
(135,124,140)
#958C9A
(149,140,154)
#A39CA8
(163,156,168)
#B1ACB6
(177,172,182)
#BFBCC4
(191,188,196)
#CDCCD2
(205,204,210)
#DBDCE0
(219,220,224)
#E9ECEE
(233,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D4C62; }

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

This text font color is #5D4C62.


Background Color

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

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

This div background color is #5D4C62.


Border color

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

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

This div border color is #5D4C62.


Opacity

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

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

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

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

This text has shadow with #5D4C62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D4C62 on black background.


Color preview on white background

This text has color #5D4C62 on white background.



Black color preview on #5D4C62 background

This text has black color on #5D4C62 background.


White color preview on #5D4C62 background

This text has white color on #5D4C62 background.