Color Hex Logo

#8d5637 Color Hex

#8D5637
(141,86,55)
0 Favorites   0 Comments

Color spaces of #8d5637

RGB 1418655
HSL0.060.440.38
HSV22°61°55°
CMYK 0.000.390.61   0.45
XYZ15.001912.59415.2547
Yxy12.59410.45670.3834
Hunter Lab35.488213.352916.0627
CIE-Lab42.145219.587127.4345

#8d5637 color RGB value is (141,86,55).

#8d5637 hex color red value is 141, green value is 86 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #8d5637 hue: 0.06 , saturation: 0.44 and the lightness value of 8d5637 is 0.38.

The process color (four color CMYK) of #8d5637 color hex is 0.00, 0.39, 0.61, 0.45. Web safe color of #8d5637 is #996633. Color #8d5637 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 01010110 00110111
Octal 215 126 67
Decimal 141 86 55
Hex 8D 56 37

RGB Percentages of Color #8d5637

%50.00
%30.50
%19.50

CMYK Percentages of Color #8d5637

%0
%39
%61
%45

Triadic Colors of #8d5637

#8d5637 #378d56 #56378d

Analogous Colors of #8d5637

#8d5637 #8d8137 #8d3743

Monochromatic Colors of #8d5637

#8d5637

Complementary Color

#8d5637 #376e8d

#8d5637 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d5637 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d5637 Color CSS Codes

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

#8d5637 Text Font Color

<p style="color:#8d5637">Text here</p>

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


#8d5637 Background Color

<div style="background-color:#8d5637">
Div content here</div>

This div background color is #8d5637


#8d5637 Border Color

<div style="border:3px solid #8d5637">
Div here</div>

This div border color is #8d5637


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(141,86,55, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8d5637; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8d5637;
  -webkit-box-shadow: 1px 1px 3px 2px #8d5637;
  box-shadow:         1px 1px 3px 2px #8d5637; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,86,55, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d5637


Comments

No comments written yet.

Please login to write comment.