COLOR #5D4853

HEX: #5D4853
RGB: (93,72,83)

Color info

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

RGB color model

#5D4853 color RGB value is (93,72,83).

  • red value is 93;
  • green value is 72;
  • blue value is 83.
RGB:
(93,72,83)
(36%,28%,33%)

RGB channels and saturation

R 93 of 255 = 36%
G 72 of 255 = 28%
B 83 of 255 = 33%

93
72
83

R + G + B ~ 32%. #5D4853 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 72 + 83 = 248 (100%)
R 93 of 248 ~ 37.5%
G 72 of 248 ~ 29.03%
B 83 of 248 ~ 33.47%

%37.5
%29.03
%33.47

CMYK color model

#5D4853 color CMYK value is (0,23,11,64).

  • cyan value is 0.00%
  • magenta value is 22.58%
  • yellow value is 10.75%
  • key color value is 63.53%
CMYK:
(0,23,11,64)
C0M23Y11K64 
(0%,23%,11%,64%)
(0.00/0.23/0.11/0.64)	

CMYK percentages

%0
%22.58
%10.75
%63.53

Codes

Color #5D4853 in popluar color models

5D4853
RGB937283
HSL329°12.73%32.35%
HSB/HSV329°22.58%36.47%
CMYK0.00%22.58%10.75%
63.53%

Color #5D4853 in popluar number systems.

HEX5D4853
Decimal937283
Binary101110110010001010011
Octal135110123

Shades and tints

Shades of #5D4853

#5D4853
(93,72,83)
#55424C
(85,66,76)
#4D3C45
(77,60,69)
#45363E
(69,54,62)
#3D3037
(61,48,55)
#352A30
(53,42,48)
#2D2429
(45,36,41)
#251E22
(37,30,34)
#1D181B
(29,24,27)
#151214
(21,18,20)
#0D0C0D
(13,12,13)
#000000
(0,0,0)

Tints of #5D4853

#5D4853
(93,72,83)
#6B5862
(107,88,98)
#796871
(121,104,113)
#877880
(135,120,128)
#95888F
(149,136,143)
#A3989E
(163,152,158)
#B1A8AD
(177,168,173)
#BFB8BC
(191,184,188)
#CDC8CB
(205,200,203)
#DBD8DA
(219,216,218)
#E9E8E9
(233,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D4853 color. Also use rgb(93,72,83) instead hex code.

Text Font Color

.myTextColor { color: #5D4853; }

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

This text font color is #5D4853.


Background Color

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

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

This div background color is #5D4853.


Border color

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

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

This div border color is #5D4853.


Opacity

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

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

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

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

This text has shadow with #5D4853 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D4853 on black background.


Color preview on white background

This text has color #5D4853 on white background.



Black color preview on #5D4853 background

This text has black color on #5D4853 background.


White color preview on #5D4853 background

This text has white color on #5D4853 background.