Color Hex Logo

#80412e Color Hex

#80412E
(128,65,46)
0 Favorites   0 Comments

Color spaces of #80412e

RGB 1286546
HSL0.040.470.34
HSV14°64°50°
CMYK 0.000.490.64   0.50
XYZ11.28558.56703.6436
Yxy8.56700.48030.3646
Hunter Lab29.269417.603213.1079
CIE-Lab35.136925.334623.7174

#80412e color RGB value is (128,65,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01000001 00101110
Octal 200 101 56
Decimal 128 65 46
Hex 80 41 2E

RGB Percentages of Color #80412e

%53.56
%27.20
%19.25

CMYK Percentages of Color #80412e

%0
%49
%64
%50

Triadic Colors of #80412e

#80412e #2e8041 #412e80

Analogous Colors of #80412e

#80412e #806a2e #802e44

Monochromatic Colors of #80412e

#80412e

Complementary Color

#80412e #2e6d80

#80412e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80412e Color Preview on White Background

Lorem ipsum dolor sit amet.

#80412e Color CSS Codes

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

#80412e Text Font Color

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

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


#80412e Background Color

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

This div background color is #80412e


#80412e Border Color

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

This div border color is #80412e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80412e


Comments

No comments written yet.

Please login to write comment.