Color Hex Logo

#806519 Color Hex

#806519
(128,101,25)
0 Favorites   0 Comments

Color spaces of #806519

RGB 12810125
HSL0.120.670.30
HSV44°80°50°
CMYK 0.000.210.80   0.50
XYZ13.731213.96672.8918
Yxy13.96670.44890.4566
Hunter Lab37.37200.183221.5727
CIE-Lab44.18512.938744.0961

#806519 color RGB value is (128,101,25).

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

The process color (four color CMYK) of #806519 color hex is 0.00, 0.21, 0.80, 0.50. Web safe color of #806519 is #996600. Color #806519 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01100101 00011001
Octal 200 145 31
Decimal 128 101 25
Hex 80 65 19

RGB Percentages of Color #806519

%50.39
%39.76
%9.84

CMYK Percentages of Color #806519

%0
%21
%80
%50

Triadic Colors of #806519

#806519 #198065 #651980

Analogous Colors of #806519

#806519 #688019 #803219

Monochromatic Colors of #806519

#806519

Complementary Color

#806519 #193480

#806519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#806519 Color CSS Codes

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

#806519 Text Font Color

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

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


#806519 Background Color

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

This div background color is #806519


#806519 Border Color

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

This div border color is #806519


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806519


Comments

No comments written yet.

Please login to write comment.