COLOR #5D4961

HEX: #5D4961
RGB: (93,73,97)

Color info

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

RGB color model

#5D4961 color RGB value is (93,73,97).

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

RGB channels and saturation

R 93 of 255 = 36%
G 73 of 255 = 29%
B 97 of 255 = 38%

93
73
97

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

Portions of RGB colors in percentages

R + G + B =
93 + 73 + 97 = 263 (100%)
R 93 of 263 ~ 35.36%
G 73 of 263 ~ 27.76%
B 97 of 263 ~ 36.88%

%35.36
%27.76
%36.88

CMYK color model

#5D4961 color CMYK value is (4,25,0,62).

  • cyan value is 4.12%
  • magenta value is 24.74%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(4,25,0,62)
C4M25Y0K62 
(4%,25%,0%,62%)
(0.04/0.25/0.00/0.62)	

CMYK percentages

%4.12
%24.74
%0
%61.96

Codes

Color #5D4961 in popluar color models

5D4961
RGB937397
HSL290°14.12%33.33%
HSB/HSV290°24.74%38.04%
CMYK4.12%24.74%0.00%
61.96%

Color #5D4961 in popluar number systems.

HEX5D4961
Decimal937397
Binary101110110010011100001
Octal135111141

Shades and tints

Shades of #5D4961

#5D4961
(93,73,97)
#554359
(85,67,89)
#4D3D51
(77,61,81)
#453749
(69,55,73)
#3D3141
(61,49,65)
#352B39
(53,43,57)
#2D2531
(45,37,49)
#251F29
(37,31,41)
#1D1921
(29,25,33)
#151319
(21,19,25)
#0D0D11
(13,13,17)
#000000
(0,0,0)

Tints of #5D4961

#5D4961
(93,73,97)
#6B596F
(107,89,111)
#79697D
(121,105,125)
#87798B
(135,121,139)
#958999
(149,137,153)
#A399A7
(163,153,167)
#B1A9B5
(177,169,181)
#BFB9C3
(191,185,195)
#CDC9D1
(205,201,209)
#DBD9DF
(219,217,223)
#E9E9ED
(233,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D4961 color. Also use rgb(93,73,97) instead hex code.

Text Font Color

.myTextColor { color: #5D4961; }

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

This text font color is #5D4961.


Background Color

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

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

This div background color is #5D4961.


Border color

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

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

This div border color is #5D4961.


Opacity

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

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

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

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

This text has shadow with #5D4961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D4961 on black background.


Color preview on white background

This text has color #5D4961 on white background.



Black color preview on #5D4961 background

This text has black color on #5D4961 background.


White color preview on #5D4961 background

This text has white color on #5D4961 background.