Color Hex Logo

#806018 Color Hex

#806018
(128,96,24)
0 Favorites   0 Comments

Color spaces of #806018

RGB 1289624
HSL0.120.680.30
HSV42°81°50°
CMYK 0.000.250.81   0.50
XYZ13.249813.02092.6791
Yxy13.02090.45770.4498
Hunter Lab36.08452.395320.8571
CIE-Lab42.79475.829443.1992

#806018 color RGB value is (128,96,24).

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

The process color (four color CMYK) of #806018 color hex is 0.00, 0.25, 0.81, 0.50. Web safe color of #806018 is #996600. Color #806018 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01100000 00011000
Octal 200 140 30
Decimal 128 96 24
Hex 80 60 18

RGB Percentages of Color #806018

%51.61
%38.71
%9.68

CMYK Percentages of Color #806018

%0
%25
%81
%50

Triadic Colors of #806018

#806018 #188060 #601880

Analogous Colors of #806018

#806018 #6c8018 #802c18

Monochromatic Colors of #806018

#806018

Complementary Color

#806018 #183880

#806018 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806018 Color Preview on White Background

Lorem ipsum dolor sit amet.

#806018 Color CSS Codes

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

#806018 Text Font Color

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

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


#806018 Background Color

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

This div background color is #806018


#806018 Border Color

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

This div border color is #806018


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806018


Comments

No comments written yet.

Please login to write comment.