Color Hex Logo

#806f2a Color Hex

#806F2A
(128,111,42)
0 Favorites   0 Comments

Color spaces of #806f2a

RGB 12811142
HSL0.130.510.33
HSV48°67°50°
CMYK 0.000.130.67   0.50
XYZ15.004416.12524.5122
Yxy16.12520.42100.4524
Hunter Lab40.1562-3.576621.4471
CIE-Lab47.1383-1.920139.6486

#806f2a color RGB value is (128,111,42).

#806f2a hex color red value is 128, green value is 111 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #806f2a hue: 0.13 , saturation: 0.51 and the lightness value of 806f2a is 0.33.

The process color (four color CMYK) of #806f2a color hex is 0.00, 0.13, 0.67, 0.50. Web safe color of #806f2a is #996633. Color #806f2a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01101111 00101010
Octal 200 157 52
Decimal 128 111 42
Hex 80 6F 2A

RGB Percentages of Color #806f2a

%45.55
%39.50
%14.95

CMYK Percentages of Color #806f2a

%0
%13
%67
%50

Triadic Colors of #806f2a

#806f2a #2a806f #6f2a80

Analogous Colors of #806f2a

#806f2a #66802a #80442a

Monochromatic Colors of #806f2a

#806f2a

Complementary Color

#806f2a #2a3b80

#806f2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806f2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#806f2a Color CSS Codes

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

#806f2a Text Font Color

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

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


#806f2a Background Color

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

This div background color is #806f2a


#806f2a Border Color

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

This div border color is #806f2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806f2a


Comments

No comments written yet.

Please login to write comment.