Color Hex Logo

#5d4047 Color Hex

#5D4047
(93,64,71)
0 Favorites   0 Comments

Color spaces of #5d4047

RGB 936471
HSL0.960.180.31
HSV346°31°36°
CMYK 0.000.310.24   0.64
XYZ7.48496.44896.8115
Yxy6.44890.36080.3109
Hunter Lab25.39478.17091.8732
CIE-Lab30.517913.80690.8086

#5d4047 color RGB value is (93,64,71).

#5d4047 hex color red value is 93, green value is 64 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #5d4047 hue: 0.96 , saturation: 0.18 and the lightness value of 5d4047 is 0.31.

The process color (four color CMYK) of #5d4047 color hex is 0.00, 0.31, 0.24, 0.64. Web safe color of #5d4047 is #663333. Color #5d4047 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 01000000 01000111
Octal 135 100 107
Decimal 93 64 71
Hex 5D 40 47

RGB Percentages of Color #5d4047

%40.79
%28.07
%31.14

CMYK Percentages of Color #5d4047

%0
%31
%24
%64

Triadic Colors of #5d4047

#5d4047 #475d40 #40475d

Analogous Colors of #5d4047

#5d4047 #5d4840 #5d4056

Monochromatic Colors of #5d4047

#5d4047

Complementary Color

#5d4047 #405d56

#5d4047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d4047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d4047 Color CSS Codes

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

#5d4047 Text Font Color

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

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


#5d4047 Background Color

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

This div background color is #5d4047


#5d4047 Border Color

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

This div border color is #5d4047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d4047


Comments

No comments written yet.

Please login to write comment.