Color Hex Logo

#5d411e Color Hex

#5D411E
(93,65,30)
0 Favorites   0 Comments

Color spaces of #5d411e

RGB 936530
HSL0.090.510.24
HSV33°68°36°
CMYK 0.000.300.68   0.64
XYZ6.63886.20152.0754
Yxy6.20150.44510.4158
Hunter Lab24.90284.006112.4907
CIE-Lab29.91528.004025.7393

#5d411e color RGB value is (93,65,30).

#5d411e hex color red value is 93, green value is 65 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #5d411e hue: 0.09 , saturation: 0.51 and the lightness value of 5d411e is 0.24.

The process color (four color CMYK) of #5d411e color hex is 0.00, 0.30, 0.68, 0.64. Web safe color of #5d411e is #663333. Color #5d411e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 01000001 00011110
Octal 135 101 36
Decimal 93 65 30
Hex 5D 41 1E

RGB Percentages of Color #5d411e

%49.47
%34.57
%15.96

CMYK Percentages of Color #5d411e

%0
%30
%68
%64

Triadic Colors of #5d411e

#5d411e #1e5d41 #411e5d

Analogous Colors of #5d411e

#5d411e #5a5d1e #5d221e

Monochromatic Colors of #5d411e

#5d411e

Complementary Color

#5d411e #1e3a5d

#5d411e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d411e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d411e Color CSS Codes

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

#5d411e Text Font Color

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

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


#5d411e Background Color

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

This div background color is #5d411e


#5d411e Border Color

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

This div border color is #5d411e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d411e


Comments

No comments written yet.

Please login to write comment.