Color Hex Logo

#80663e Color Hex

#80663E
(128,102,62)
0 Favorites   0 Comments

Color spaces of #80663e

RGB 12810262
HSL0.100.350.37
HSV36°52°50°
CMYK 0.000.200.52   0.50
XYZ14.523014.43976.5791
Yxy14.43970.40860.4063
Hunter Lab37.99961.721316.3345
CIE-Lab44.85704.991626.4447

#80663e color RGB value is (128,102,62).

#80663e hex color red value is 128, green value is 102 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #80663e hue: 0.10 , saturation: 0.35 and the lightness value of 80663e is 0.37.

The process color (four color CMYK) of #80663e color hex is 0.00, 0.20, 0.52, 0.50. Web safe color of #80663e is #996633. Color #80663e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01100110 00111110
Octal 200 146 76
Decimal 128 102 62
Hex 80 66 3E

RGB Percentages of Color #80663e

%43.84
%34.93
%21.23

CMYK Percentages of Color #80663e

%0
%20
%52
%50

Triadic Colors of #80663e

#80663e #3e8066 #663e80

Analogous Colors of #80663e

#80663e #79803e #80453e

Monochromatic Colors of #80663e

#80663e

Complementary Color

#80663e #3e5880

#80663e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80663e Color Preview on White Background

Lorem ipsum dolor sit amet.

#80663e Color CSS Codes

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

#80663e Text Font Color

<p style="color:#80663e">Text here</p>

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


#80663e Background Color

<div style="background-color:#80663e">
Div content here</div>

This div background color is #80663e


#80663e Border Color

<div style="border:3px solid #80663e">
Div here</div>

This div border color is #80663e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,102,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80663e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80663e;
  -webkit-box-shadow: 1px 1px 3px 2px #80663e;
  box-shadow:         1px 1px 3px 2px #80663e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80663e


Comments

No comments written yet.

Please login to write comment.