Color Hex Logo

#808165 Color Hex

#808165
(128,129,101)
1 Favorites   0 Comments

Color spaces of #808165

RGB 128129101
HSL0.170.120.45
HSV62°22°51°
CMYK 0.010.000.22   0.49
XYZ19.101321.229315.4028
Yxy21.22930.34270.3809
Hunter Lab46.0753-6.631412.4322
CIE-Lab53.1995-5.401715.0994

#808165 color RGB value is (128,129,101).

#808165 hex color red value is 128, green value is 129 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #808165 hue: 0.17 , saturation: 0.12 and the lightness value of 808165 is 0.45.

The process color (four color CMYK) of #808165 color hex is 0.01, 0.00, 0.22, 0.49. Web safe color of #808165 is #999966. Color #808165 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10000001 01100101
Octal 200 201 145
Decimal 128 129 101
Hex 80 81 65

RGB Percentages of Color #808165

%35.75
%36.03
%28.21

CMYK Percentages of Color #808165

%1
%0
%22
%49

Triadic Colors of #808165

#808165 #658081 #816580

Analogous Colors of #808165

#808165 #728165 #817465

Monochromatic Colors of #808165

#808165

Complementary Color

#808165 #666581

#808165 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808165 Color Preview on White Background

Lorem ipsum dolor sit amet.

#808165 Color CSS Codes

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

#808165 Text Font Color

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

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


#808165 Background Color

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

This div background color is #808165


#808165 Border Color

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

This div border color is #808165


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808165


Comments

No comments written yet.

Please login to write comment.