Color Hex Logo

#806c5d Color Hex

#806C5D
(128,108,93)
0 Favorites   0 Comments

Color spaces of #806c5d

RGB 12810893
HSL0.070.160.43
HSV26°27°50°
CMYK 0.000.160.27   0.50
XYZ16.240416.104612.6085
Yxy16.10460.36130.3583
Hunter Lab40.13052.00869.4632
CIE-Lab47.11145.421011.3293

#806c5d color RGB value is (128,108,93).

#806c5d hex color red value is 128, green value is 108 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #806c5d hue: 0.07 , saturation: 0.16 and the lightness value of 806c5d is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01101100 01011101
Octal 200 154 135
Decimal 128 108 93
Hex 80 6C 5D

RGB Percentages of Color #806c5d

%38.91
%32.83
%28.27

CMYK Percentages of Color #806c5d

%0
%16
%27
%50

Triadic Colors of #806c5d

#806c5d #5d806c #6c5d80

Analogous Colors of #806c5d

#806c5d #807e5d #805d60

Monochromatic Colors of #806c5d

#806c5d

Complementary Color

#806c5d #5d7180

#806c5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806c5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#806c5d Color CSS Codes

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

#806c5d Text Font Color

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

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


#806c5d Background Color

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

This div background color is #806c5d


#806c5d Border Color

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

This div border color is #806c5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806c5d


Comments

No comments written yet.

Please login to write comment.