COLOR #5D4154

HEX: #5D4154
RGB: (93,65,84)

Color info

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

RGB color model

#5D4154 color RGB value is (93,65,84).

  • red value is 93;
  • green value is 65;
  • blue value is 84.
RGB:
(93,65,84)
(36%,25%,33%)

RGB channels and saturation

R 93 of 255 = 36%
G 65 of 255 = 25%
B 84 of 255 = 33%

93
65
84

R + G + B ~ 31%. #5D4154 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 65 + 84 = 242 (100%)
R 93 of 242 ~ 38.43%
G 65 of 242 ~ 26.86%
B 84 of 242 ~ 34.71%

%38.43
%26.86
%34.71

CMYK color model

#5D4154 color CMYK value is (0,30,10,64).

  • cyan value is 0.00%
  • magenta value is 30.11%
  • yellow value is 9.68%
  • key color value is 63.53%
CMYK:
(0,30,10,64)
C0M30Y10K64 
(0%,30%,10%,64%)
(0.00/0.30/0.10/0.64)	

CMYK percentages

%0
%30.11
%9.68
%63.53

Codes

Color #5D4154 in popluar color models

5D4154
RGB936584
HSL319°17.72%30.98%
HSB/HSV319°30.11%36.47%
CMYK0.00%30.11%9.68%
63.53%

Color #5D4154 in popluar number systems.

HEX5D4154
Decimal936584
Binary101110110000011010100
Octal135101124

Shades and tints

Shades of #5D4154

#5D4154
(93,65,84)
#553C4D
(85,60,77)
#4D3746
(77,55,70)
#45323F
(69,50,63)
#3D2D38
(61,45,56)
#352831
(53,40,49)
#2D232A
(45,35,42)
#251E23
(37,30,35)
#1D191C
(29,25,28)
#151415
(21,20,21)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #5D4154

#5D4154
(93,65,84)
#6B5263
(107,82,99)
#796372
(121,99,114)
#877481
(135,116,129)
#958590
(149,133,144)
#A3969F
(163,150,159)
#B1A7AE
(177,167,174)
#BFB8BD
(191,184,189)
#CDC9CC
(205,201,204)
#DBDADB
(219,218,219)
#E9EBEA
(233,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D4154 color. Also use rgb(93,65,84) instead hex code.

Text Font Color

.myTextColor { color: #5D4154; }

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

This text font color is #5D4154.


Background Color

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

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

This div background color is #5D4154.


Border color

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

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

This div border color is #5D4154.


Opacity

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

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

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

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

This text has shadow with #5D4154 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D4154 on black background.


Color preview on white background

This text has color #5D4154 on white background.



Black color preview on #5D4154 background

This text has black color on #5D4154 background.


White color preview on #5D4154 background

This text has white color on #5D4154 background.