COLOR #5D496A

HEX: #5D496A
RGB: (93,73,106)

Color info

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

RGB color model

#5D496A color RGB value is (93,73,106).

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

RGB channels and saturation

R 93 of 255 = 36%
G 73 of 255 = 29%
B 106 of 255 = 42%

93
73
106

R + G + B ~ 36%. #5D496A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 73 + 106 = 272 (100%)
R 93 of 272 ~ 34.19%
G 73 of 272 ~ 26.84%
B 106 of 272 ~ 38.97%

%34.19
%26.84
%38.97

CMYK color model

#5D496A color CMYK value is (12,31,0,58).

  • cyan value is 12.26%
  • magenta value is 31.13%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(12,31,0,58)
C12M31Y0K58 
(12%,31%,0%,58%)
(0.12/0.31/0.00/0.58)	

CMYK percentages

%12.26
%31.13
%0
%58.43

Codes

Color #5D496A in popluar color models

5D496A
RGB9373106
HSL276°18.44%35.10%
HSB/HSV276°31.13%41.57%
CMYK12.26%31.13%0.00%
58.43%

Color #5D496A in popluar number systems.

HEX5D496A
Decimal9373106
Binary101110110010011101010
Octal135111152

Shades and tints

Shades of #5D496A

#5D496A
(93,73,106)
#554361
(85,67,97)
#4D3D58
(77,61,88)
#45374F
(69,55,79)
#3D3146
(61,49,70)
#352B3D
(53,43,61)
#2D2534
(45,37,52)
#251F2B
(37,31,43)
#1D1922
(29,25,34)
#151319
(21,19,25)
#0D0D10
(13,13,16)
#000000
(0,0,0)

Tints of #5D496A

#5D496A
(93,73,106)
#6B5977
(107,89,119)
#796984
(121,105,132)
#877991
(135,121,145)
#95899E
(149,137,158)
#A399AB
(163,153,171)
#B1A9B8
(177,169,184)
#BFB9C5
(191,185,197)
#CDC9D2
(205,201,210)
#DBD9DF
(219,217,223)
#E9E9EC
(233,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D496A; }

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

This text font color is #5D496A.


Background Color

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

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

This div background color is #5D496A.


Border color

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

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

This div border color is #5D496A.


Opacity

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

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

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

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

This text has shadow with #5D496A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D496A on black background.


Color preview on white background

This text has color #5D496A on white background.



Black color preview on #5D496A background

This text has black color on #5D496A background.


White color preview on #5D496A background

This text has white color on #5D496A background.