Color Hex Logo

#803007 Color Hex

#803007
(128,48,7)
0 Favorites   0 Comments

Color spaces of #803007

RGB 128487
HSL0.060.900.26
HSV20°95°50°
CMYK 0.000.630.95   0.50
XYZ9.99746.71840.9709
Yxy6.71840.56520.3799
Hunter Lab25.919923.488415.9230
CIE-Lab31.157032.759139.8320

#803007 color RGB value is (128,48,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00110000 00000111
Octal 200 60 7
Decimal 128 48 7
Hex 80 30 7

RGB Percentages of Color #803007

%69.95
%26.23
%3.83

CMYK Percentages of Color #803007

%0
%63
%95
%50

Triadic Colors of #803007

#803007 #078030 #300780

Analogous Colors of #803007

#803007 #806d07 #80071b

Monochromatic Colors of #803007

#803007

Complementary Color

#803007 #075780

#803007 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803007 Color Preview on White Background

Lorem ipsum dolor sit amet.

#803007 Color CSS Codes

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

#803007 Text Font Color

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

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


#803007 Background Color

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

This div background color is #803007


#803007 Border Color

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

This div border color is #803007


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,48,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 #803007">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803007


Comments

No comments written yet.

Please login to write comment.