Color Hex Logo

#80671f Color Hex

#80671F
(128,103,31)
0 Favorites   0 Comments

Color spaces of #80671f

RGB 12810331
HSL0.120.610.31
HSV45°76°50°
CMYK 0.000.200.76   0.50
XYZ13.999714.38863.3357
Yxy14.38860.44130.4536
Hunter Lab37.9323-0.502421.3388
CIE-Lab44.78522.051542.2215

#80671f color RGB value is (128,103,31).

#80671f hex color red value is 128, green value is 103 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #80671f hue: 0.12 , saturation: 0.61 and the lightness value of 80671f is 0.31.

The process color (four color CMYK) of #80671f color hex is 0.00, 0.20, 0.76, 0.50. Web safe color of #80671f is #996633. Color #80671f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01100111 00011111
Octal 200 147 37
Decimal 128 103 31
Hex 80 67 1F

RGB Percentages of Color #80671f

%48.85
%39.31
%11.83

CMYK Percentages of Color #80671f

%0
%20
%76
%50

Triadic Colors of #80671f

#80671f #1f8067 #671f80

Analogous Colors of #80671f

#80671f #69801f #80371f

Monochromatic Colors of #80671f

#80671f

Complementary Color

#80671f #1f3880

#80671f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80671f Color Preview on White Background

Lorem ipsum dolor sit amet.

#80671f Color CSS Codes

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

#80671f Text Font Color

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

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


#80671f Background Color

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

This div background color is #80671f


#80671f Border Color

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

This div border color is #80671f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80671f


Comments

No comments written yet.

Please login to write comment.