Color Hex Logo

#806b5e Color Hex

#806B5E
(128,107,94)
0 Favorites   0 Comments

Color spaces of #806b5e

RGB 12810794
HSL0.060.150.44
HSV23°27°50°
CMYK 0.000.160.27   0.50
XYZ16.180215.912712.8084
Yxy15.91270.36040.3544
Hunter Lab39.89072.59328.8863
CIE-Lab46.85976.162610.3829

#806b5e color RGB value is (128,107,94).

#806b5e hex color red value is 128, green value is 107 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #806b5e hue: 0.06 , saturation: 0.15 and the lightness value of 806b5e is 0.44.

The process color (four color CMYK) of #806b5e color hex is 0.00, 0.16, 0.27, 0.50. Web safe color of #806b5e is #996666. Color #806b5e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01101011 01011110
Octal 200 153 136
Decimal 128 107 94
Hex 80 6B 5E

RGB Percentages of Color #806b5e

%38.91
%32.52
%28.57

CMYK Percentages of Color #806b5e

%0
%16
%27
%50

Triadic Colors of #806b5e

#806b5e #5e806b #6b5e80

Analogous Colors of #806b5e

#806b5e #807c5e #805e62

Monochromatic Colors of #806b5e

#806b5e

Complementary Color

#806b5e #5e7380

#806b5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806b5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#806b5e Color CSS Codes

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

#806b5e Text Font Color

<p style="color:#806b5e">Text here</p>

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


#806b5e Background Color

<div style="background-color:#806b5e">
Div content here</div>

This div background color is #806b5e


#806b5e Border Color

<div style="border:3px solid #806b5e">
Div here</div>

This div border color is #806b5e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,107,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #806b5e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #806b5e;
  -webkit-box-shadow: 1px 1px 3px 2px #806b5e;
  box-shadow:         1px 1px 3px 2px #806b5e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806b5e


Comments

No comments written yet.

Please login to write comment.