Color Hex Logo

#80480f Color Hex

#80480F
(128,72,15)
0 Favorites   0 Comments

Color spaces of #80480f

RGB 1287215
HSL0.080.790.28
HSV30°88°50°
CMYK 0.000.440.88   0.50
XYZ11.30579.25841.6431
Yxy9.25840.50910.4169
Hunter Lab30.427613.075218.0977
CIE-Lab36.477119.704341.0545

#80480f color RGB value is (128,72,15).

#80480f hex color red value is 128, green value is 72 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #80480f hue: 0.08 , saturation: 0.79 and the lightness value of 80480f is 0.28.

The process color (four color CMYK) of #80480f color hex is 0.00, 0.44, 0.88, 0.50. Web safe color of #80480f is #993300. Color #80480f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01001000 00001111
Octal 200 110 17
Decimal 128 72 15
Hex 80 48 F

RGB Percentages of Color #80480f

%59.53
%33.49
%6.98

CMYK Percentages of Color #80480f

%0
%44
%88
%50

Triadic Colors of #80480f

#80480f #0f8048 #480f80

Analogous Colors of #80480f

#80480f #80800f #80100f

Monochromatic Colors of #80480f

#80480f

Complementary Color

#80480f #0f4780

#80480f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80480f Color Preview on White Background

Lorem ipsum dolor sit amet.

#80480f Color CSS Codes

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

#80480f Text Font Color

<p style="color:#80480f">Text here</p>

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


#80480f Background Color

<div style="background-color:#80480f">
Div content here</div>

This div background color is #80480f


#80480f Border Color

<div style="border:3px solid #80480f">
Div here</div>

This div border color is #80480f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,72,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80480f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80480f;
  -webkit-box-shadow: 1px 1px 3px 2px #80480f;
  box-shadow:         1px 1px 3px 2px #80480f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80480f


Comments

No comments written yet.

Please login to write comment.