Color Hex Logo

#80604d Color Hex

#80604D
(128,96,77)
0 Favorites   0 Comments

Color spaces of #80604d

RGB 1289677
HSL0.060.250.40
HSV22°40°50°
CMYK 0.000.250.40   0.50
XYZ14.424513.49088.8649
Yxy13.49080.39220.3668
Hunter Lab36.72985.823111.4010
CIE-Lab43.493610.262615.8921

#80604d color RGB value is (128,96,77).

#80604d hex color red value is 128, green value is 96 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #80604d hue: 0.06 , saturation: 0.25 and the lightness value of 80604d is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01100000 01001101
Octal 200 140 115
Decimal 128 96 77
Hex 80 60 4D

RGB Percentages of Color #80604d

%42.52
%31.89
%25.58

CMYK Percentages of Color #80604d

%0
%25
%40
%50

Triadic Colors of #80604d

#80604d #4d8060 #604d80

Analogous Colors of #80604d

#80604d #807a4d #804d54

Monochromatic Colors of #80604d

#80604d

Complementary Color

#80604d #4d6d80

#80604d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80604d Color Preview on White Background

Lorem ipsum dolor sit amet.

#80604d Color CSS Codes

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

#80604d Text Font Color

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

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


#80604d Background Color

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

This div background color is #80604d


#80604d Border Color

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

This div border color is #80604d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80604d

#80604d Color Palettes


Comments

No comments written yet.

Please login to write comment.