Color Hex Logo

#80360e Color Hex

#80360E
(128,54,14)
0 Favorites   0 Comments

Color spaces of #80360e

RGB 1285414
HSL0.060.800.28
HSV21°89°50°
CMYK 0.000.580.89   0.50
XYZ10.30057.25921.2737
Yxy7.25920.54690.3854
Hunter Lab26.942921.092016.0572
CIE-Lab32.389829.806838.0297

#80360e color RGB value is (128,54,14).

#80360e hex color red value is 128, green value is 54 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #80360e hue: 0.06 , saturation: 0.80 and the lightness value of 80360e is 0.28.

The process color (four color CMYK) of #80360e color hex is 0.00, 0.58, 0.89, 0.50. Web safe color of #80360e is #993300. Color #80360e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00110110 00001110
Octal 200 66 16
Decimal 128 54 14
Hex 80 36 E

RGB Percentages of Color #80360e

%65.31
%27.55
%7.14

CMYK Percentages of Color #80360e

%0
%58
%89
%50

Triadic Colors of #80360e

#80360e #0e8036 #360e80

Analogous Colors of #80360e

#80360e #806f0e #800e1f

Monochromatic Colors of #80360e

#80360e

Complementary Color

#80360e #0e5880

#80360e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80360e Color Preview on White Background

Lorem ipsum dolor sit amet.

#80360e Color CSS Codes

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

#80360e Text Font Color

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

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


#80360e Background Color

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

This div background color is #80360e


#80360e Border Color

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

This div border color is #80360e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80360e


Comments

No comments written yet.

Please login to write comment.