Color Hex Logo

#80694d Color Hex

#80694D
(128,105,77)
0 Favorites   0 Comments

Color spaces of #80694d

RGB 12810577
HSL0.090.250.40
HSV33°40°50°
CMYK 0.000.180.40   0.50
XYZ15.293215.22829.1545
Yxy15.22820.38550.3838
Hunter Lab39.02331.663113.4075
CIE-Lab45.94524.945519.1851

#80694d color RGB value is (128,105,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01101001 01001101
Octal 200 151 115
Decimal 128 105 77
Hex 80 69 4D

RGB Percentages of Color #80694d

%41.29
%33.87
%24.84

CMYK Percentages of Color #80694d

%0
%18
%40
%50

Triadic Colors of #80694d

#80694d #4d8069 #694d80

Analogous Colors of #80694d

#80694d #7e804d #80504d

Monochromatic Colors of #80694d

#80694d

Complementary Color

#80694d #4d6480

#80694d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80694d Color Preview on White Background

Lorem ipsum dolor sit amet.

#80694d Color CSS Codes

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

#80694d Text Font Color

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

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


#80694d Background Color

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

This div background color is #80694d


#80694d Border Color

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

This div border color is #80694d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80694d


Comments

No comments written yet.

Please login to write comment.