Color Hex Logo

#807061 Color Hex

#807061
(128,112,97)
0 Favorites   0 Comments

Color spaces of #807061

RGB 12811297
HSL0.080.140.44
HSV29°24°50°
CMYK 0.000.130.24   0.50
XYZ16.853917.040613.7101
Yxy17.04060.35400.3580
Hunter Lab41.28030.63759.2046
CIE-Lab48.31123.700410.6377

#807061 color RGB value is (128,112,97).

#807061 hex color red value is 128, green value is 112 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #807061 hue: 0.08 , saturation: 0.14 and the lightness value of 807061 is 0.44.

The process color (four color CMYK) of #807061 color hex is 0.00, 0.13, 0.24, 0.50. Web safe color of #807061 is #996666. Color #807061 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01110000 01100001
Octal 200 160 141
Decimal 128 112 97
Hex 80 70 61

RGB Percentages of Color #807061

%37.98
%33.23
%28.78

CMYK Percentages of Color #807061

%0
%13
%24
%50

Triadic Colors of #807061

#807061 #618070 #706180

Analogous Colors of #807061

#807061 #808061 #806162

Monochromatic Colors of #807061

#807061

Complementary Color

#807061 #617180

#807061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#807061 Color CSS Codes

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

#807061 Text Font Color

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

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


#807061 Background Color

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

This div background color is #807061


#807061 Border Color

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

This div border color is #807061


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,112,97, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #807061; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #807061;
  -webkit-box-shadow: 1px 1px 3px 2px #807061;
  box-shadow:         1px 1px 3px 2px #807061; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807061


Comments

No comments written yet.

Please login to write comment.