Color Hex Logo

#5d4710 Color Hex

#5D4710
(93,71,16)
0 Favorites   0 Comments

Color spaces of #5d4710

RGB 937116
HSL0.120.710.21
HSV43°83°36°
CMYK 0.000.240.83   0.64
XYZ6.86106.87101.4548
Yxy6.87100.45180.4524
Hunter Lab26.21260.849315.0582
CIE-Lab31.51143.396134.4581

#5d4710 color RGB value is (93,71,16).

#5d4710 hex color red value is 93, green value is 71 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #5d4710 hue: 0.12 , saturation: 0.71 and the lightness value of 5d4710 is 0.21.

The process color (four color CMYK) of #5d4710 color hex is 0.00, 0.24, 0.83, 0.64. Web safe color of #5d4710 is #663300. Color #5d4710 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 01000111 00010000
Octal 135 107 20
Decimal 93 71 16
Hex 5D 47 10

RGB Percentages of Color #5d4710

%51.67
%39.44
%8.89

CMYK Percentages of Color #5d4710

%0
%24
%83
%64

Triadic Colors of #5d4710

#5d4710 #105d47 #47105d

Analogous Colors of #5d4710

#5d4710 #4d5d10 #5d2110

Monochromatic Colors of #5d4710

#5d4710

Complementary Color

#5d4710 #10265d

#5d4710 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d4710 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d4710 Color CSS Codes

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

#5d4710 Text Font Color

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

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


#5d4710 Background Color

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

This div background color is #5d4710


#5d4710 Border Color

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

This div border color is #5d4710


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d4710


Comments

No comments written yet.

Please login to write comment.