Color Hex Logo

#80492e Color Hex

#80492E
(128,73,46)
0 Favorites   0 Comments

Color spaces of #80492e

RGB 1287346
HSL0.050.470.34
HSV20°64°50°
CMYK 0.000.430.64   0.50
XYZ11.77789.55153.8076
Yxy9.55150.46850.3800
Hunter Lab30.905513.940114.3292
CIE-Lab37.025120.718326.0203

#80492e color RGB value is (128,73,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01001001 00101110
Octal 200 111 56
Decimal 128 73 46
Hex 80 49 2E

RGB Percentages of Color #80492e

%51.82
%29.55
%18.62

CMYK Percentages of Color #80492e

%0
%43
%64
%50

Triadic Colors of #80492e

#80492e #2e8049 #492e80

Analogous Colors of #80492e

#80492e #80722e #802e3c

Monochromatic Colors of #80492e

#80492e

Complementary Color

#80492e #2e6580

#80492e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80492e Color Preview on White Background

Lorem ipsum dolor sit amet.

#80492e Color CSS Codes

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

#80492e Text Font Color

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

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


#80492e Background Color

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

This div background color is #80492e


#80492e Border Color

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

This div border color is #80492e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80492e


Comments

No comments written yet.

Please login to write comment.