Color Hex Logo

#783221 Color Hex

#783221
(120,50,33)
0 Favorites   0 Comments

Color spaces of #783221

RGB 1205033
HSL0.030.570.30
HSV12°73°47°
CMYK 0.000.580.73   0.53
XYZ9.16086.38412.1883
Yxy6.38410.51660.3600
Hunter Lab25.266820.500612.5518
CIE-Lab30.361529.411725.5571

#783221 color RGB value is (120,50,33).

#783221 hex color red value is 120, green value is 50 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #783221 hue: 0.03 , saturation: 0.57 and the lightness value of 783221 is 0.30.

The process color (four color CMYK) of #783221 color hex is 0.00, 0.58, 0.73, 0.53. Web safe color of #783221 is #663333. Color #783221 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00110010 00100001
Octal 170 62 41
Decimal 120 50 33
Hex 78 32 21

RGB Percentages of Color #783221

%59.11
%24.63
%16.26

CMYK Percentages of Color #783221

%0
%58
%73
%53

Triadic Colors of #783221

#783221 #217832 #322178

Analogous Colors of #783221

#783221 #785e21 #78213c

Monochromatic Colors of #783221

#783221

Complementary Color

#783221 #216778

#783221 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#783221 Color Preview on White Background

Lorem ipsum dolor sit amet.

#783221 Color CSS Codes

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

#783221 Text Font Color

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

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


#783221 Background Color

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

This div background color is #783221


#783221 Border Color

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

This div border color is #783221


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #783221


Comments

No comments written yet.

Please login to write comment.