Color Hex Logo

#80851e Color Hex

#80851E
(128,133,30)
0 Favorites   0 Comments

Color spaces of #80851e

RGB 12813330
HSL0.170.630.32
HSV63°77°52°
CMYK 0.040.000.77   0.48
XYZ17.524021.45804.4465
Yxy21.45800.40350.4941
Hunter Lab46.3228-13.538026.7347
CIE-Lab53.4471-14.763050.8634

#80851e color RGB value is (128,133,30).

#80851e hex color red value is 128, green value is 133 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #80851e hue: 0.17 , saturation: 0.63 and the lightness value of 80851e is 0.32.

The process color (four color CMYK) of #80851e color hex is 0.04, 0.00, 0.77, 0.48. Web safe color of #80851e is #999933. Color #80851e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10000101 00011110
Octal 200 205 36
Decimal 128 133 30
Hex 80 85 1E

RGB Percentages of Color #80851e

%43.99
%45.70
%10.31

CMYK Percentages of Color #80851e

%4
%0
%77
%48

Triadic Colors of #80851e

#80851e #1e8085 #851e80

Analogous Colors of #80851e

#80851e #4d851e #85571e

Monochromatic Colors of #80851e

#80851e

Complementary Color

#80851e #231e85

#80851e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80851e Color Preview on White Background

Lorem ipsum dolor sit amet.

#80851e Color CSS Codes

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

#80851e Text Font Color

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

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


#80851e Background Color

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

This div background color is #80851e


#80851e Border Color

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

This div border color is #80851e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,133,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80851e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80851e;
  -webkit-box-shadow: 1px 1px 3px 2px #80851e;
  box-shadow:         1px 1px 3px 2px #80851e; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80851e


Comments

No comments written yet.

Please login to write comment.