Color Hex Logo

#5d4959 Color Hex

#5D4959
(93,73,89)
0 Favorites   0 Comments

Color spaces of #5d4959

RGB 937389
HSL0.870.120.33
HSV312°22°36°
CMYK 0.000.220.04   0.64
XYZ8.69997.813510.5008
Yxy7.81350.32200.2892
Hunter Lab27.95266.6387-2.7063
CIE-Lab33.591411.5789-6.2148

#5d4959 color RGB value is (93,73,89).

#5d4959 hex color red value is 93, green value is 73 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #5d4959 hue: 0.87 , saturation: 0.12 and the lightness value of 5d4959 is 0.33.

The process color (four color CMYK) of #5d4959 color hex is 0.00, 0.22, 0.04, 0.64. Web safe color of #5d4959 is #663366. Color #5d4959 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 01001001 01011001
Octal 135 111 131
Decimal 93 73 89
Hex 5D 49 59

RGB Percentages of Color #5d4959

%36.47
%28.63
%34.90

CMYK Percentages of Color #5d4959

%0
%22
%4
%64

Triadic Colors of #5d4959

#5d4959 #595d49 #49595d

Analogous Colors of #5d4959

#5d4959 #5d494f #57495d

Monochromatic Colors of #5d4959

#5d4959

Complementary Color

#5d4959 #495d4d

#5d4959 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d4959 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d4959 Color CSS Codes

.mybgcolor {background-color:#5d4959; } 
.myforecolor {color:#5d4959; }
.mybordercolor {border:3px solid #5d4959; }

#5d4959 Text Font Color

<p style="color:#5d4959">Text here</p>

This sample text font color is #5d4959
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#5d4959 Background Color

<div style="background-color:#5d4959">
Div content here</div>

This div background color is #5d4959


#5d4959 Border Color

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

This div border color is #5d4959


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(93,73,89, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5d4959; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5d4959;
  -webkit-box-shadow: 1px 1px 3px 2px #5d4959;
  box-shadow:         1px 1px 3px 2px #5d4959; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,73,89, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #5d4959">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #5d4959;
  -webkit-box-shadow: 1px 1px 3px 2px #5d4959;
  box-shadow:         1px 1px 3px 2px #5d4959;">
Div content here</div>

This div box has shadow with color #5d4959


Comments

No comments written yet.

Please login to write comment.