COLOR #5D485D

HEX: #5D485D
RGB: (93,72,93)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

93
72
93

R + G + B ~ 33%. #5D485D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 72 + 93 = 258 (100%)
R 93 of 258 ~ 36.05%
G 72 of 258 ~ 27.91%
B 93 of 258 ~ 36.05%

%36.05
%27.91
%36.05

CMYK color model

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

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

CMYK percentages

%0
%22.58
%0
%63.53

Codes

Color #5D485D in popluar color models

5D485D
RGB937293
HSL300°12.73%32.35%
HSB/HSV300°22.58%36.47%
CMYK0.00%22.58%0.00%
63.53%

Color #5D485D in popluar number systems.

HEX5D485D
Decimal937293
Binary101110110010001011101
Octal135110135

Shades and tints

Shades of #5D485D

#5D485D
(93,72,93)
#554255
(85,66,85)
#4D3C4D
(77,60,77)
#453645
(69,54,69)
#3D303D
(61,48,61)
#352A35
(53,42,53)
#2D242D
(45,36,45)
#251E25
(37,30,37)
#1D181D
(29,24,29)
#151215
(21,18,21)
#0D0C0D
(13,12,13)
#000000
(0,0,0)

Tints of #5D485D

#5D485D
(93,72,93)
#6B586B
(107,88,107)
#796879
(121,104,121)
#877887
(135,120,135)
#958895
(149,136,149)
#A398A3
(163,152,163)
#B1A8B1
(177,168,177)
#BFB8BF
(191,184,191)
#CDC8CD
(205,200,205)
#DBD8DB
(219,216,219)
#E9E8E9
(233,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D485D; }

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

This text font color is #5D485D.


Background Color

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

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

This div background color is #5D485D.


Border color

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

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

This div border color is #5D485D.


Opacity

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

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

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

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

This text has shadow with #5D485D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D485D on black background.


Color preview on white background

This text has color #5D485D on white background.



Black color preview on #5D485D background

This text has black color on #5D485D background.


White color preview on #5D485D background

This text has white color on #5D485D background.