COLOR #5D4F5A

HEX: #5D4F5A
RGB: (93,79,90)

Color info

#5D4F5A contains red, green and blue colors in about the same proportion. Web safe color of #5D4F5A is #666666 (or #666).

RGB color model

#5D4F5A color RGB value is (93,79,90).

  • red value is 93;
  • green value is 79;
  • blue value is 90.
RGB:
(93,79,90)
(36%,31%,35%)

RGB channels and saturation

R 93 of 255 = 36%
G 79 of 255 = 31%
B 90 of 255 = 35%

93
79
90

R + G + B ~ 34%. #5D4F5A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 79 + 90 = 262 (100%)
R 93 of 262 ~ 35.5%
G 79 of 262 ~ 30.15%
B 90 of 262 ~ 34.35%

%35.5
%30.15
%34.35

CMYK color model

#5D4F5A color CMYK value is (0,15,3,64).

  • cyan value is 0.00%
  • magenta value is 15.05%
  • yellow value is 3.23%
  • key color value is 63.53%
CMYK:
(0,15,3,64)
C0M15Y3K64 
(0%,15%,3%,64%)
(0.00/0.15/0.03/0.64)	

CMYK percentages

%0
%15.05
%3.23
%63.53

Codes

Color #5D4F5A in popluar color models

5D4F5A
RGB937990
HSL313°8.14%33.73%
HSB/HSV313°15.05%36.47%
CMYK0.00%15.05%3.23%
63.53%

Color #5D4F5A in popluar number systems.

HEX5D4F5A
Decimal937990
Binary101110110011111011010
Octal135117132

Shades and tints

Shades of #5D4F5A

#5D4F5A
(93,79,90)
#554852
(85,72,82)
#4D414A
(77,65,74)
#453A42
(69,58,66)
#3D333A
(61,51,58)
#352C32
(53,44,50)
#2D252A
(45,37,42)
#251E22
(37,30,34)
#1D171A
(29,23,26)
#151012
(21,16,18)
#0D090A
(13,9,10)
#000000
(0,0,0)

Tints of #5D4F5A

#5D4F5A
(93,79,90)
#6B5F69
(107,95,105)
#796F78
(121,111,120)
#877F87
(135,127,135)
#958F96
(149,143,150)
#A39FA5
(163,159,165)
#B1AFB4
(177,175,180)
#BFBFC3
(191,191,195)
#CDCFD2
(205,207,210)
#DBDFE1
(219,223,225)
#E9EFF0
(233,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D4F5A; }

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

This text font color is #5D4F5A.


Background Color

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

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

This div background color is #5D4F5A.


Border color

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

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

This div border color is #5D4F5A.


Opacity

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

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

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

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

This text has shadow with #5D4F5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D4F5A on black background.


Color preview on white background

This text has color #5D4F5A on white background.



Black color preview on #5D4F5A background

This text has black color on #5D4F5A background.


White color preview on #5D4F5A background

This text has white color on #5D4F5A background.