Color Hex Logo

#80864f Color Hex

#80864F
(128,134,79)
0 Favorites   0 Comments

Color spaces of #80864f

RGB 12813479
HSL0.180.260.42
HSV67°41°53°
CMYK 0.040.000.41   0.47
XYZ18.838522.203910.6900
Yxy22.20390.36420.4292
Hunter Lab47.1210-11.099319.5340
CIE-Lab54.2427-11.247328.8433

#80864f color RGB value is (128,134,79).

#80864f hex color red value is 128, green value is 134 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #80864f hue: 0.18 , saturation: 0.26 and the lightness value of 80864f is 0.42.

The process color (four color CMYK) of #80864f color hex is 0.04, 0.00, 0.41, 0.47. Web safe color of #80864f is #999966. Color #80864f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10000110 01001111
Octal 200 206 117
Decimal 128 134 79
Hex 80 86 4F

RGB Percentages of Color #80864f

%37.54
%39.30
%23.17

CMYK Percentages of Color #80864f

%4
%0
%41
%47

Triadic Colors of #80864f

#80864f #4f8086 #864f80

Analogous Colors of #80864f

#80864f #65864f #86714f

Monochromatic Colors of #80864f

#80864f

Complementary Color

#80864f #554f86

#80864f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80864f Color Preview on White Background

Lorem ipsum dolor sit amet.

#80864f Color CSS Codes

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

#80864f Text Font Color

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

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


#80864f Background Color

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

This div background color is #80864f


#80864f Border Color

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

This div border color is #80864f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,134,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 #80864f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80864f


Comments

No comments written yet.

Please login to write comment.