Color Hex Logo

#80342e Color Hex

#80342E
(128,52,46)
0 Favorites   0 Comments

Color spaces of #80342e

RGB 1285246
HSL0.010.470.34
HSV64°50°
CMYK 0.000.590.64   0.50
XYZ10.62327.24243.4228
Yxy7.24240.49900.3402
Hunter Lab26.911723.366111.2973
CIE-Lab32.352532.431720.2459

#80342e color RGB value is (128,52,46).

#80342e hex color red value is 128, green value is 52 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #80342e hue: 0.01 , saturation: 0.47 and the lightness value of 80342e is 0.34.

The process color (four color CMYK) of #80342e color hex is 0.00, 0.59, 0.64, 0.50. Web safe color of #80342e is #993333. Color #80342e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00110100 00101110
Octal 200 64 56
Decimal 128 52 46
Hex 80 34 2E

RGB Percentages of Color #80342e

%56.64
%23.01
%20.35

CMYK Percentages of Color #80342e

%0
%59
%64
%50

Triadic Colors of #80342e

#80342e #2e8034 #342e80

Analogous Colors of #80342e

#80342e #805d2e #802e51

Monochromatic Colors of #80342e

#80342e

Complementary Color

#80342e #2e7a80

#80342e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80342e Color Preview on White Background

Lorem ipsum dolor sit amet.

#80342e Color CSS Codes

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

#80342e Text Font Color

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

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


#80342e Background Color

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

This div background color is #80342e


#80342e Border Color

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

This div border color is #80342e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80342e


Comments

No comments written yet.

Please login to write comment.