Color Hex Logo

#803219 Color Hex

#803219
(128,50,25)
0 Favorites   0 Comments

Color spaces of #803219

RGB 1285025
HSL0.040.670.30
HSV15°80°50°
CMYK 0.000.610.80   0.50
XYZ10.21826.94061.7208
Yxy6.94060.54120.3676
Hunter Lab26.345023.129414.5688
CIE-Lab31.671332.267432.0016

#803219 color RGB value is (128,50,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00110010 00011001
Octal 200 62 31
Decimal 128 50 25
Hex 80 32 19

RGB Percentages of Color #803219

%63.05
%24.63
%12.32

CMYK Percentages of Color #803219

%0
%61
%80
%50

Triadic Colors of #803219

#803219 #198032 #321980

Analogous Colors of #803219

#803219 #806619 #801933

Monochromatic Colors of #803219

#803219

Complementary Color

#803219 #196780

#803219 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803219 Color Preview on White Background

Lorem ipsum dolor sit amet.

#803219 Color CSS Codes

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

#803219 Text Font Color

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

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


#803219 Background Color

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

This div background color is #803219


#803219 Border Color

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

This div border color is #803219


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803219


Comments

No comments written yet.

Please login to write comment.