Color Hex Logo

#80743c Color Hex

#80743C
(128,116,60)
0 Favorites   0 Comments

Color spaces of #80743c

RGB 12811660
HSL0.140.360.37
HSV49°53°50°
CMYK 0.000.090.53   0.50
XYZ15.963117.40626.7934
Yxy17.40620.39750.4334
Hunter Lab41.7207-4.714019.5503
CIE-Lab48.7678-3.306932.3445

#80743c color RGB value is (128,116,60).

#80743c hex color red value is 128, green value is 116 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #80743c hue: 0.14 , saturation: 0.36 and the lightness value of 80743c is 0.37.

The process color (four color CMYK) of #80743c color hex is 0.00, 0.09, 0.53, 0.50. Web safe color of #80743c is #996633. Color #80743c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01110100 00111100
Octal 200 164 74
Decimal 128 116 60
Hex 80 74 3C

RGB Percentages of Color #80743c

%42.11
%38.16
%19.74

CMYK Percentages of Color #80743c

%0
%9
%53
%50

Triadic Colors of #80743c

#80743c #3c8074 #743c80

Analogous Colors of #80743c

#80743c #6a803c #80523c

Monochromatic Colors of #80743c

#80743c

Complementary Color

#80743c #3c4880

#80743c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80743c Color Preview on White Background

Lorem ipsum dolor sit amet.

#80743c Color CSS Codes

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

#80743c Text Font Color

<p style="color:#80743c">Text here</p>

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


#80743c Background Color

<div style="background-color:#80743c">
Div content here</div>

This div background color is #80743c


#80743c Border Color

<div style="border:3px solid #80743c">
Div here</div>

This div border color is #80743c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,116,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80743c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80743c;
  -webkit-box-shadow: 1px 1px 3px 2px #80743c;
  box-shadow:         1px 1px 3px 2px #80743c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80743c


Comments

No comments written yet.

Please login to write comment.