Color Hex Logo

#80655f Color Hex

#80655F
(128,101,95)
0 Favorites   0 Comments

Color spaces of #80655f

RGB 12810195
HSL0.030.150.44
HSV11°26°50°
CMYK 0.000.210.26   0.50
XYZ15.621314.722812.8449
Yxy14.72280.36170.3409
Hunter Lab38.37035.52287.0112
CIE-Lab45.25229.86377.5182

#80655f color RGB value is (128,101,95).

#80655f hex color red value is 128, green value is 101 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #80655f hue: 0.03 , saturation: 0.15 and the lightness value of 80655f is 0.44.

The process color (four color CMYK) of #80655f color hex is 0.00, 0.21, 0.26, 0.50. Web safe color of #80655f is #996666. Color #80655f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01100101 01011111
Octal 200 145 137
Decimal 128 101 95
Hex 80 65 5F

RGB Percentages of Color #80655f

%39.51
%31.17
%29.32

CMYK Percentages of Color #80655f

%0
%21
%26
%50

Triadic Colors of #80655f

#80655f #5f8065 #655f80

Analogous Colors of #80655f

#80655f #80765f #805f6a

Monochromatic Colors of #80655f

#80655f

Complementary Color

#80655f #5f7a80

#80655f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80655f Color Preview on White Background

Lorem ipsum dolor sit amet.

#80655f Color CSS Codes

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

#80655f Text Font Color

<p style="color:#80655f">Text here</p>

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


#80655f Background Color

<div style="background-color:#80655f">
Div content here</div>

This div background color is #80655f


#80655f Border Color

<div style="border:3px solid #80655f">
Div here</div>

This div border color is #80655f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,101,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80655f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80655f;
  -webkit-box-shadow: 1px 1px 3px 2px #80655f;
  box-shadow:         1px 1px 3px 2px #80655f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80655f


Comments

No comments written yet.

Please login to write comment.