Color Hex Logo

#80493d Color Hex

#80493D
(128,73,61)
0 Favorites   0 Comments

Color spaces of #80493d

RGB 1287361
HSL0.030.350.37
HSV11°52°50°
CMYK 0.000.430.52   0.50
XYZ12.12699.69125.6463
Yxy9.69120.44150.3529
Hunter Lab31.130715.055611.0378
CIE-Lab37.282422.048317.2847

#80493d color RGB value is (128,73,61).

#80493d hex color red value is 128, green value is 73 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #80493d hue: 0.03 , saturation: 0.35 and the lightness value of 80493d is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01001001 00111101
Octal 200 111 75
Decimal 128 73 61
Hex 80 49 3D

RGB Percentages of Color #80493d

%48.85
%27.86
%23.28

CMYK Percentages of Color #80493d

%0
%43
%52
%50

Triadic Colors of #80493d

#80493d #3d8049 #493d80

Analogous Colors of #80493d

#80493d #806b3d #803d53

Monochromatic Colors of #80493d

#80493d

Complementary Color

#80493d #3d7480

#80493d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80493d Color Preview on White Background

Lorem ipsum dolor sit amet.

#80493d Color CSS Codes

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

#80493d Text Font Color

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

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


#80493d Background Color

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

This div background color is #80493d


#80493d Border Color

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

This div border color is #80493d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80493d


Comments

No comments written yet.

Please login to write comment.