Color Hex Logo

#5d573a Color Hex

#5D573A
(93,87,58)
0 Favorites   0 Comments

Color spaces of #5d573a

RGB 938758
HSL0.140.230.30
HSV50°38°36°
CMYK 0.000.060.38   0.64
XYZ8.68619.44905.3690
Yxy9.44900.36960.4020
Hunter Lab30.7392-3.354211.1617
CIE-Lab36.8348-2.520417.7544

#5d573a color RGB value is (93,87,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 01010111 00111010
Octal 135 127 72
Decimal 93 87 58
Hex 5D 57 3A

RGB Percentages of Color #5d573a

%39.08
%36.55
%24.37

CMYK Percentages of Color #5d573a

%0
%6
%38
%64

Triadic Colors of #5d573a

#5d573a #3a5d57 #573a5d

Analogous Colors of #5d573a

#5d573a #525d3a #5d463a

Monochromatic Colors of #5d573a

#5d573a

Complementary Color

#5d573a #3a405d

#5d573a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d573a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d573a Color CSS Codes

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

#5d573a Text Font Color

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

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


#5d573a Background Color

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

This div background color is #5d573a


#5d573a Border Color

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

This div border color is #5d573a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d573a


Comments

No comments written yet.

Please login to write comment.