Color Hex Logo

#78321e Color Hex

#78321E
(120,50,30)
0 Favorites   0 Comments

Color spaces of #78321e

RGB 1205030
HSL0.040.600.29
HSV13°75°47°
CMYK 0.000.580.75   0.53
XYZ9.12076.36801.9767
Yxy6.36800.52220.3646
Hunter Lab25.234920.354513.0201
CIE-Lab30.322529.244927.3022

#78321e color RGB value is (120,50,30).

#78321e hex color red value is 120, green value is 50 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #78321e hue: 0.04 , saturation: 0.60 and the lightness value of 78321e is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00110010 00011110
Octal 170 62 36
Decimal 120 50 30
Hex 78 32 1E

RGB Percentages of Color #78321e

%60.00
%25.00
%15.00

CMYK Percentages of Color #78321e

%0
%58
%75
%53

Triadic Colors of #78321e

#78321e #1e7832 #321e78

Analogous Colors of #78321e

#78321e #785f1e #781e37

Monochromatic Colors of #78321e

#78321e

Complementary Color

#78321e #1e6478

#78321e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78321e Color Preview on White Background

Lorem ipsum dolor sit amet.

#78321e Color CSS Codes

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

#78321e Text Font Color

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

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


#78321e Background Color

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

This div background color is #78321e


#78321e Border Color

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

This div border color is #78321e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,50,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78321e


Comments

No comments written yet.

Please login to write comment.