COLOR #5D4262

HEX: #5D4262
RGB: (93,66,98)

Color info

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

RGB color model

#5D4262 color RGB value is (93,66,98).

  • red value is 93;
  • green value is 66;
  • blue value is 98.
RGB:
(93,66,98)
(36%,26%,38%)

RGB channels and saturation

R 93 of 255 = 36%
G 66 of 255 = 26%
B 98 of 255 = 38%

93
66
98

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

Portions of RGB colors in percentages

R + G + B =
93 + 66 + 98 = 257 (100%)
R 93 of 257 ~ 36.19%
G 66 of 257 ~ 25.68%
B 98 of 257 ~ 38.13%

%36.19
%25.68
%38.13

CMYK color model

#5D4262 color CMYK value is (5,33,0,62).

  • cyan value is 5.10%
  • magenta value is 32.65%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(5,33,0,62)
C5M33Y0K62 
(5%,33%,0%,62%)
(0.05/0.33/0.00/0.62)	

CMYK percentages

%5.1
%32.65
%0
%61.57

Codes

Color #5D4262 in popluar color models

5D4262
RGB936698
HSL291°19.51%32.16%
HSB/HSV291°32.65%38.43%
CMYK5.10%32.65%0.00%
61.57%

Color #5D4262 in popluar number systems.

HEX5D4262
Decimal936698
Binary101110110000101100010
Octal135102142

Shades and tints

Shades of #5D4262

#5D4262
(93,66,98)
#553C5A
(85,60,90)
#4D3652
(77,54,82)
#45304A
(69,48,74)
#3D2A42
(61,42,66)
#35243A
(53,36,58)
#2D1E32
(45,30,50)
#25182A
(37,24,42)
#1D1222
(29,18,34)
#150C1A
(21,12,26)
#0D0612
(13,6,18)
#000000
(0,0,0)

Tints of #5D4262

#5D4262
(93,66,98)
#6B5370
(107,83,112)
#79647E
(121,100,126)
#87758C
(135,117,140)
#95869A
(149,134,154)
#A397A8
(163,151,168)
#B1A8B6
(177,168,182)
#BFB9C4
(191,185,196)
#CDCAD2
(205,202,210)
#DBDBE0
(219,219,224)
#E9ECEE
(233,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D4262; }

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

This text font color is #5D4262.


Background Color

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

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

This div background color is #5D4262.


Border color

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

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

This div border color is #5D4262.


Opacity

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

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

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

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

This text has shadow with #5D4262 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D4262 on black background.


Color preview on white background

This text has color #5D4262 on white background.



Black color preview on #5D4262 background

This text has black color on #5D4262 background.


White color preview on #5D4262 background

This text has white color on #5D4262 background.