Color Hex Logo

#803319 Color Hex

#803319
(128,51,25)
0 Favorites   0 Comments

Color spaces of #803319

RGB 1285125
HSL0.040.670.30
HSV15°80°50°
CMYK 0.000.600.80   0.50
XYZ10.26147.02701.7352
Yxy7.02700.53940.3694
Hunter Lab26.508522.707314.6749
CIE-Lab31.868331.752932.2016

#803319 color RGB value is (128,51,25).

#803319 hex color red value is 128, green value is 51 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #803319 hue: 0.04 , saturation: 0.67 and the lightness value of 803319 is 0.30.

The process color (four color CMYK) of #803319 color hex is 0.00, 0.60, 0.80, 0.50. Web safe color of #803319 is #993300. Color #803319 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00110011 00011001
Octal 200 63 31
Decimal 128 51 25
Hex 80 33 19

RGB Percentages of Color #803319

%62.75
%25.00
%12.25

CMYK Percentages of Color #803319

%0
%60
%80
%50

Triadic Colors of #803319

#803319 #198033 #331980

Analogous Colors of #803319

#803319 #806719 #801933

Monochromatic Colors of #803319

#803319

Complementary Color

#803319 #196680

#803319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#803319 Color CSS Codes

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

#803319 Text Font Color

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

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


#803319 Background Color

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

This div background color is #803319


#803319 Border Color

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

This div border color is #803319


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803319


Comments

No comments written yet.

Please login to write comment.