Color Hex Logo

#5d573e Color Hex

#5D573E
(93,87,62)
0 Favorites   0 Comments

Color spaces of #5d573e

RGB 938762
HSL0.130.200.30
HSV48°33°36°
CMYK 0.000.060.33   0.64
XYZ8.79199.49135.9261
Yxy9.49130.36320.3921
Hunter Lab30.8080-2.974010.1608
CIE-Lab36.9135-1.949015.4365

#5d573e color RGB value is (93,87,62).

#5d573e hex color red value is 93, green value is 87 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #5d573e hue: 0.13 , saturation: 0.20 and the lightness value of 5d573e is 0.30.

The process color (four color CMYK) of #5d573e color hex is 0.00, 0.06, 0.33, 0.64. Web safe color of #5d573e is #666633. Color #5d573e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 01010111 00111110
Octal 135 127 76
Decimal 93 87 62
Hex 5D 57 3E

RGB Percentages of Color #5d573e

%38.43
%35.95
%25.62

CMYK Percentages of Color #5d573e

%0
%6
%33
%64

Triadic Colors of #5d573e

#5d573e #3e5d57 #573e5d

Analogous Colors of #5d573e

#5d573e #545d3e #5d483e

Monochromatic Colors of #5d573e

#5d573e

Complementary Color

#5d573e #3e445d

#5d573e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d573e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d573e Color CSS Codes

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

#5d573e Text Font Color

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

This sample text font color is #5d573e
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.


#5d573e Background Color

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

This div background color is #5d573e


#5d573e Border Color

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

This div border color is #5d573e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d573e


Comments

No comments written yet.

Please login to write comment.