Color Hex Logo

#80654f Color Hex

#80654F
(128,101,79)
0 Favorites   0 Comments

Color spaces of #80654f

RGB 12810179
HSL0.070.240.41
HSV27°38°50°
CMYK 0.000.210.38   0.50
XYZ14.967114.46119.3996
Yxy14.46110.38550.3724
Hunter Lab38.02783.706111.9643
CIE-Lab44.88717.559416.5857

#80654f color RGB value is (128,101,79).

#80654f hex color red value is 128, green value is 101 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #80654f hue: 0.07 , saturation: 0.24 and the lightness value of 80654f is 0.41.

The process color (four color CMYK) of #80654f color hex is 0.00, 0.21, 0.38, 0.50. Web safe color of #80654f is #996666. Color #80654f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01100101 01001111
Octal 200 145 117
Decimal 128 101 79
Hex 80 65 4F

RGB Percentages of Color #80654f

%41.56
%32.79
%25.65

CMYK Percentages of Color #80654f

%0
%21
%38
%50

Triadic Colors of #80654f

#80654f #4f8065 #654f80

Analogous Colors of #80654f

#80654f #807e4f #804f52

Monochromatic Colors of #80654f

#80654f

Complementary Color

#80654f #4f6a80

#80654f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80654f Color Preview on White Background

Lorem ipsum dolor sit amet.

#80654f Color CSS Codes

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

#80654f Text Font Color

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

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


#80654f Background Color

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

This div background color is #80654f


#80654f Border Color

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

This div border color is #80654f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,101,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80654f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80654f;
  -webkit-box-shadow: 1px 1px 3px 2px #80654f;
  box-shadow:         1px 1px 3px 2px #80654f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80654f


Comments

No comments written yet.

Please login to write comment.