Color Hex Logo

#80745d Color Hex

#80745D
(128,116,93)
0 Favorites   0 Comments

Color spaces of #80745d

RGB 12811693
HSL0.110.160.43
HSV39°27°50°
CMYK 0.000.090.27   0.50
XYZ17.123317.870312.9027
Yxy17.87030.35750.3731
Hunter Lab42.2733-1.674711.4947
CIE-Lab49.33840.761314.4166

#80745d color RGB value is (128,116,93).

#80745d hex color red value is 128, green value is 116 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #80745d hue: 0.11 , saturation: 0.16 and the lightness value of 80745d is 0.43.

The process color (four color CMYK) of #80745d color hex is 0.00, 0.09, 0.27, 0.50. Web safe color of #80745d is #996666. Color #80745d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01110100 01011101
Octal 200 164 135
Decimal 128 116 93
Hex 80 74 5D

RGB Percentages of Color #80745d

%37.98
%34.42
%27.60

CMYK Percentages of Color #80745d

%0
%9
%27
%50

Triadic Colors of #80745d

#80745d #5d8074 #745d80

Analogous Colors of #80745d

#80745d #7b805d #80635d

Monochromatic Colors of #80745d

#80745d

Complementary Color

#80745d #5d6980

#80745d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80745d Color Preview on White Background

Lorem ipsum dolor sit amet.

#80745d Color CSS Codes

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

#80745d Text Font Color

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

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


#80745d Background Color

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

This div background color is #80745d


#80745d Border Color

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

This div border color is #80745d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80745d


Comments

No comments written yet.

Please login to write comment.