Color Hex Logo

#803320 Color Hex

#803320
(128,51,32)
0 Favorites   0 Comments

Color spaces of #803320

RGB 1285132
HSL0.030.600.31
HSV12°75°50°
CMYK 0.000.600.75   0.50
XYZ10.34667.06112.1841
Yxy7.06110.52810.3604
Hunter Lab26.572723.000113.7277
CIE-Lab31.945632.076828.3230

#803320 color RGB value is (128,51,32).

#803320 hex color red value is 128, green value is 51 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #803320 hue: 0.03 , saturation: 0.60 and the lightness value of 803320 is 0.31.

The process color (four color CMYK) of #803320 color hex is 0.00, 0.60, 0.75, 0.50. Web safe color of #803320 is #993333. Color #803320 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00110011 00100000
Octal 200 63 40
Decimal 128 51 32
Hex 80 33 20

RGB Percentages of Color #803320

%60.66
%24.17
%15.17

CMYK Percentages of Color #803320

%0
%60
%75
%50

Triadic Colors of #803320

#803320 #208033 #332080

Analogous Colors of #803320

#803320 #806320 #80203d

Monochromatic Colors of #803320

#803320

Complementary Color

#803320 #206d80

#803320 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803320 Color Preview on White Background

Lorem ipsum dolor sit amet.

#803320 Color CSS Codes

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

#803320 Text Font Color

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

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


#803320 Background Color

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

This div background color is #803320


#803320 Border Color

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

This div border color is #803320


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803320


Comments

No comments written yet.

Please login to write comment.