Color Hex Logo

#80711d Color Hex

#80711D
(128,113,29)
0 Favorites   0 Comments

Color spaces of #80711d

RGB 12811329
HSL0.140.630.31
HSV51°77°50°
CMYK 0.000.120.77   0.50
XYZ15.029016.48823.5528
Yxy16.48820.42850.4702
Hunter Lab40.6057-4.993423.2364
CIE-Lab47.6086-3.799545.7603

#80711d color RGB value is (128,113,29).

#80711d hex color red value is 128, green value is 113 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #80711d hue: 0.14 , saturation: 0.63 and the lightness value of 80711d is 0.31.

The process color (four color CMYK) of #80711d color hex is 0.00, 0.12, 0.77, 0.50. Web safe color of #80711d is #996633. Color #80711d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01110001 00011101
Octal 200 161 35
Decimal 128 113 29
Hex 80 71 1D

RGB Percentages of Color #80711d

%47.41
%41.85
%10.74

CMYK Percentages of Color #80711d

%0
%12
%77
%50

Triadic Colors of #80711d

#80711d #1d8071 #711d80

Analogous Colors of #80711d

#80711d #5d801d #80401d

Monochromatic Colors of #80711d

#80711d

Complementary Color

#80711d #1d2c80

#80711d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80711d Color Preview on White Background

Lorem ipsum dolor sit amet.

#80711d Color CSS Codes

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

#80711d Text Font Color

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

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


#80711d Background Color

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

This div background color is #80711d


#80711d Border Color

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

This div border color is #80711d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80711d


Comments

No comments written yet.

Please login to write comment.