Color Hex Logo

#80492b Color Hex

#80492B
(128,73,43)
0 Favorites   0 Comments

Color spaces of #80492b

RGB 1287343
HSL0.060.500.34
HSV21°66°50°
CMYK 0.000.430.66   0.50
XYZ11.72079.52873.5070
Yxy9.52870.47340.3849
Hunter Lab30.868613.755814.8720
CIE-Lab36.982920.496827.7160

#80492b color RGB value is (128,73,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01001001 00101011
Octal 200 111 53
Decimal 128 73 43
Hex 80 49 2B

RGB Percentages of Color #80492b

%52.46
%29.92
%17.62

CMYK Percentages of Color #80492b

%0
%43
%66
%50

Triadic Colors of #80492b

#80492b #2b8049 #492b80

Analogous Colors of #80492b

#80492b #80742b #802b38

Monochromatic Colors of #80492b

#80492b

Complementary Color

#80492b #2b6280

#80492b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80492b Color Preview on White Background

Lorem ipsum dolor sit amet.

#80492b Color CSS Codes

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

#80492b Text Font Color

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

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


#80492b Background Color

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

This div background color is #80492b


#80492b Border Color

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

This div border color is #80492b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80492b


Comments

No comments written yet.

Please login to write comment.