Color Hex Logo

#803321 Color Hex

#803321
(128,51,33)
0 Favorites   0 Comments

Color spaces of #803321

RGB 1285133
HSL0.030.590.32
HSV11°74°50°
CMYK 0.000.600.74   0.50
XYZ10.36047.06672.2568
Yxy7.06670.52630.3590
Hunter Lab26.583323.046813.5748
CIE-Lab31.958332.128227.7485

#803321 color RGB value is (128,51,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00110011 00100001
Octal 200 63 41
Decimal 128 51 33
Hex 80 33 21

RGB Percentages of Color #803321

%60.38
%24.06
%15.57

CMYK Percentages of Color #803321

%0
%60
%74
%50

Triadic Colors of #803321

#803321 #218033 #332180

Analogous Colors of #803321

#803321 #806321 #80213f

Monochromatic Colors of #803321

#803321

Complementary Color

#803321 #216e80

#803321 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803321 Color Preview on White Background

Lorem ipsum dolor sit amet.

#803321 Color CSS Codes

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

#803321 Text Font Color

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

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


#803321 Background Color

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

This div background color is #803321


#803321 Border Color

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

This div border color is #803321


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803321


Comments

No comments written yet.

Please login to write comment.