Color Hex Logo

#80645b Color Hex

#80645B
(128,100,91)
0 Favorites   0 Comments

Color spaces of #80645b

RGB 12810091
HSL0.040.170.43
HSV15°29°50°
CMYK 0.000.220.29   0.50
XYZ15.347614.458911.8795
Yxy14.45890.36820.3469
Hunter Lab38.02495.50278.0944
CIE-Lab44.88409.84179.4051

#80645b color RGB value is (128,100,91).

#80645b hex color red value is 128, green value is 100 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #80645b hue: 0.04 , saturation: 0.17 and the lightness value of 80645b is 0.43.

The process color (four color CMYK) of #80645b color hex is 0.00, 0.22, 0.29, 0.50. Web safe color of #80645b is #996666. Color #80645b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01100100 01011011
Octal 200 144 133
Decimal 128 100 91
Hex 80 64 5B

RGB Percentages of Color #80645b

%40.13
%31.35
%28.53

CMYK Percentages of Color #80645b

%0
%22
%29
%50

Triadic Colors of #80645b

#80645b #5b8064 #645b80

Analogous Colors of #80645b

#80645b #80775b #805b65

Monochromatic Colors of #80645b

#80645b

Complementary Color

#80645b #5b7780

#80645b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80645b Color Preview on White Background

Lorem ipsum dolor sit amet.

#80645b Color CSS Codes

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

#80645b Text Font Color

<p style="color:#80645b">Text here</p>

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


#80645b Background Color

<div style="background-color:#80645b">
Div content here</div>

This div background color is #80645b


#80645b Border Color

<div style="border:3px solid #80645b">
Div here</div>

This div border color is #80645b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,100,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80645b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80645b;
  -webkit-box-shadow: 1px 1px 3px 2px #80645b;
  box-shadow:         1px 1px 3px 2px #80645b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80645b


Comments

No comments written yet.

Please login to write comment.