Color Hex Logo

#80492d Color Hex

#80492D
(128,73,45)
0 Favorites   0 Comments

Color spaces of #80492d

RGB 1287345
HSL0.060.480.34
HSV20°65°50°
CMYK 0.000.430.65   0.50
XYZ11.75839.54373.7050
Yxy9.54370.47020.3816
Hunter Lab30.892913.877314.5143
CIE-Lab37.010720.642926.5882

#80492d color RGB value is (128,73,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01001001 00101101
Octal 200 111 55
Decimal 128 73 45
Hex 80 49 2D

RGB Percentages of Color #80492d

%52.03
%29.67
%18.29

CMYK Percentages of Color #80492d

%0
%43
%65
%50

Triadic Colors of #80492d

#80492d #2d8049 #492d80

Analogous Colors of #80492d

#80492d #80732d #802d3b

Monochromatic Colors of #80492d

#80492d

Complementary Color

#80492d #2d6480

#80492d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80492d Color Preview on White Background

Lorem ipsum dolor sit amet.

#80492d Color CSS Codes

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

#80492d Text Font Color

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

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


#80492d Background Color

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

This div background color is #80492d


#80492d Border Color

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

This div border color is #80492d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80492d


Comments

No comments written yet.

Please login to write comment.