Color Hex Logo

#804307 Color Hex

#804307
(128,67,7)
0 Favorites   0 Comments

Color spaces of #804307

RGB 128677
HSL0.080.900.26
HSV30°95°50°
CMYK 0.000.480.95   0.50
XYZ10.94768.61881.2876
Yxy8.61880.52500.4133
Hunter Lab29.357815.187017.9501
CIE-Lab35.239722.413742.7788

#804307 color RGB value is (128,67,7).

#804307 hex color red value is 128, green value is 67 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #804307 hue: 0.08 , saturation: 0.90 and the lightness value of 804307 is 0.26.

The process color (four color CMYK) of #804307 color hex is 0.00, 0.48, 0.95, 0.50. Web safe color of #804307 is #993300. Color #804307 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01000011 00000111
Octal 200 103 7
Decimal 128 67 7
Hex 80 43 7

RGB Percentages of Color #804307

%63.37
%33.17
%3.47

CMYK Percentages of Color #804307

%0
%48
%95
%50

Triadic Colors of #804307

#804307 #078043 #430780

Analogous Colors of #804307

#804307 #808007 #800708

Monochromatic Colors of #804307

#804307

Complementary Color

#804307 #074480

#804307 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#804307 Color Preview on White Background

Lorem ipsum dolor sit amet.

#804307 Color CSS Codes

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

#804307 Text Font Color

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

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


#804307 Background Color

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

This div background color is #804307


#804307 Border Color

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

This div border color is #804307


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #804307


Comments

No comments written yet.

Please login to write comment.