Color Hex Logo

#803509 Color Hex

#803509
(128,53,9)
0 Favorites   0 Comments

Color spaces of #803509

RGB 128539
HSL0.060.870.27
HSV22°93°50°
CMYK 0.000.590.93   0.50
XYZ10.22457.15511.1006
Yxy7.15510.55330.3872
Hunter Lab26.749021.418816.2848
CIE-Lab32.157430.220939.7866

#803509 color RGB value is (128,53,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00110101 00001001
Octal 200 65 11
Decimal 128 53 9
Hex 80 35 9

RGB Percentages of Color #803509

%67.37
%27.89
%4.74

CMYK Percentages of Color #803509

%0
%59
%93
%50

Triadic Colors of #803509

#803509 #098035 #350980

Analogous Colors of #803509

#803509 #807109 #800919

Monochromatic Colors of #803509

#803509

Complementary Color

#803509 #095480

#803509 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803509 Color Preview on White Background

Lorem ipsum dolor sit amet.

#803509 Color CSS Codes

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

#803509 Text Font Color

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

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


#803509 Background Color

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

This div background color is #803509


#803509 Border Color

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

This div border color is #803509


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803509


Comments

No comments written yet.

Please login to write comment.