Color Hex Logo

#805140 Color Hex

#805140
(128,81,64)
0 Favorites   0 Comments

Color spaces of #805140

RGB 1288164
HSL0.040.330.38
HSV16°50°50°
CMYK 0.000.370.50   0.50
XYZ12.769910.84426.2706
Yxy10.84420.42730.3629
Hunter Lab32.930511.590811.7614
CIE-Lab39.316817.651818.1390

#805140 color RGB value is (128,81,64).

#805140 hex color red value is 128, green value is 81 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #805140 hue: 0.04 , saturation: 0.33 and the lightness value of 805140 is 0.38.

The process color (four color CMYK) of #805140 color hex is 0.00, 0.37, 0.50, 0.50. Web safe color of #805140 is #996633. Color #805140 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010001 01000000
Octal 200 121 100
Decimal 128 81 64
Hex 80 51 40

RGB Percentages of Color #805140

%46.89
%29.67
%23.44

CMYK Percentages of Color #805140

%0
%37
%50
%50

Triadic Colors of #805140

#805140 #408051 #514080

Analogous Colors of #805140

#805140 #807140 #80404f

Monochromatic Colors of #805140

#805140

Complementary Color

#805140 #406f80

#805140 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805140 Color Preview on White Background

Lorem ipsum dolor sit amet.

#805140 Color CSS Codes

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

#805140 Text Font Color

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

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


#805140 Background Color

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

This div background color is #805140


#805140 Border Color

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

This div border color is #805140


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,81,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #805140; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #805140;
  -webkit-box-shadow: 1px 1px 3px 2px #805140;
  box-shadow:         1px 1px 3px 2px #805140; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805140


Comments

No comments written yet.

Please login to write comment.