Color Hex Logo

#808671 Color Hex

#808671
(128,134,113)
0 Favorites   0 Comments

Color spaces of #808671

RGB 128134113
HSL0.210.090.48
HSV77°16°53°
CMYK 0.040.000.16   0.47
XYZ20.407822.831618.9541
Yxy22.83160.32810.3671
Hunter Lab47.7824-7.38229.9288
CIE-Lab54.8985-6.193910.5667

#808671 color RGB value is (128,134,113).

#808671 hex color red value is 128, green value is 134 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #808671 hue: 0.21 , saturation: 0.09 and the lightness value of 808671 is 0.48.

The process color (four color CMYK) of #808671 color hex is 0.04, 0.00, 0.16, 0.47. Web safe color of #808671 is #999966. Color #808671 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10000110 01110001
Octal 200 206 161
Decimal 128 134 113
Hex 80 86 71

RGB Percentages of Color #808671

%34.13
%35.73
%30.13

CMYK Percentages of Color #808671

%4
%0
%16
%47

Triadic Colors of #808671

#808671 #718086 #867180

Analogous Colors of #808671

#808671 #768671 #868271

Monochromatic Colors of #808671

#808671

Complementary Color

#808671 #777186

#808671 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808671 Color Preview on White Background

Lorem ipsum dolor sit amet.

#808671 Color CSS Codes

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

#808671 Text Font Color

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

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


#808671 Background Color

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

This div background color is #808671


#808671 Border Color

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

This div border color is #808671


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808671


Comments

No comments written yet.

Please login to write comment.