Color Hex Logo

#803709 Color Hex

#803709
(128,55,9)
0 Favorites   0 Comments

Color spaces of #803709

RGB 128559
HSL0.060.870.27
HSV23°93°50°
CMYK 0.000.570.93   0.50
XYZ10.31767.34131.1317
Yxy7.34130.54910.3907
Hunter Lab27.094820.556116.4900
CIE-Lab32.571629.155340.0972

#803709 color RGB value is (128,55,9).

#803709 hex color red value is 128, green value is 55 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #803709 hue: 0.06 , saturation: 0.87 and the lightness value of 803709 is 0.27.

The process color (four color CMYK) of #803709 color hex is 0.00, 0.57, 0.93, 0.50. Web safe color of #803709 is #993300. Color #803709 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00110111 00001001
Octal 200 67 11
Decimal 128 55 9
Hex 80 37 9

RGB Percentages of Color #803709

%66.67
%28.65
%4.69

CMYK Percentages of Color #803709

%0
%57
%93
%50

Triadic Colors of #803709

#803709 #098037 #370980

Analogous Colors of #803709

#803709 #807309 #800917

Monochromatic Colors of #803709

#803709

Complementary Color

#803709 #095280

#803709 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803709 Color Preview on White Background

Lorem ipsum dolor sit amet.

#803709 Color CSS Codes

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

#803709 Text Font Color

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

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


#803709 Background Color

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

This div background color is #803709


#803709 Border Color

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

This div border color is #803709


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803709


Comments

No comments written yet.

Please login to write comment.