Color Hex Logo

#807005 Color Hex

#807005
(128,112,5)
0 Favorites   0 Comments

Color spaces of #807005

RGB 1281125
HSL0.140.920.26
HSV52°96°50°
CMYK 0.000.130.96   0.50
XYZ14.723716.18852.4923
Yxy16.18850.44080.4846
Hunter Lab40.2349-5.090324.4918
CIE-Lab47.2208-3.971552.2152

#807005 color RGB value is (128,112,5).

#807005 hex color red value is 128, green value is 112 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #807005 hue: 0.14 , saturation: 0.92 and the lightness value of 807005 is 0.26.

The process color (four color CMYK) of #807005 color hex is 0.00, 0.13, 0.96, 0.50. Web safe color of #807005 is #996600. Color #807005 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01110000 00000101
Octal 200 160 5
Decimal 128 112 5
Hex 80 70 5

RGB Percentages of Color #807005

%52.24
%45.71
%2.04

CMYK Percentages of Color #807005

%0
%13
%96
%50

Triadic Colors of #807005

#807005 #058070 #700580

Analogous Colors of #807005

#807005 #538005 #803305

Monochromatic Colors of #807005

#807005

Complementary Color

#807005 #051580

#807005 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807005 Color Preview on White Background

Lorem ipsum dolor sit amet.

#807005 Color CSS Codes

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

#807005 Text Font Color

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

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


#807005 Background Color

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

This div background color is #807005


#807005 Border Color

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

This div border color is #807005


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807005


Comments

No comments written yet.

Please login to write comment.