Color Hex Logo

#80605d Color Hex

#80605D
(128,96,93)
0 Favorites   0 Comments

Color spaces of #80605d

RGB 1289693
HSL0.010.160.43
HSV27°50°
CMYK 0.000.250.27   0.50
XYZ15.060713.745212.2152
Yxy13.74520.36710.3351
Hunter Lab37.07457.63136.4175
CIE-Lab43.865312.52546.7568

#80605d color RGB value is (128,96,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01100000 01011101
Octal 200 140 135
Decimal 128 96 93
Hex 80 60 5D

RGB Percentages of Color #80605d

%40.38
%30.28
%29.34

CMYK Percentages of Color #80605d

%0
%25
%27
%50

Triadic Colors of #80605d

#80605d #5d8060 #605d80

Analogous Colors of #80605d

#80605d #80725d #805d6c

Monochromatic Colors of #80605d

#80605d

Complementary Color

#80605d #5d7d80

#80605d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80605d Color Preview on White Background

Lorem ipsum dolor sit amet.

#80605d Color CSS Codes

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

#80605d Text Font Color

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

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


#80605d Background Color

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

This div background color is #80605d


#80605d Border Color

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

This div border color is #80605d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,96,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 #80605d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80605d


Comments

No comments written yet.

Please login to write comment.