Color Hex Logo

#78300e Color Hex

#78300E
(120,48,14)
0 Favorites   0 Comments

Color spaces of #78300e

RGB 1204814
HSL0.050.790.26
HSV19°88°47°
CMYK 0.000.600.88   0.53
XYZ8.88196.13871.1322
Yxy6.13870.54990.3800
Hunter Lab24.776420.630414.6341
CIE-Lab29.759729.655335.2427

#78300e color RGB value is (120,48,14).

#78300e hex color red value is 120, green value is 48 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #78300e hue: 0.05 , saturation: 0.79 and the lightness value of 78300e is 0.26.

The process color (four color CMYK) of #78300e color hex is 0.00, 0.60, 0.88, 0.53. Web safe color of #78300e is #663300. Color #78300e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00110000 00001110
Octal 170 60 16
Decimal 120 48 14
Hex 78 30 E

RGB Percentages of Color #78300e

%65.93
%26.37
%7.69

CMYK Percentages of Color #78300e

%0
%60
%88
%53

Triadic Colors of #78300e

#78300e #0e7830 #300e78

Analogous Colors of #78300e

#78300e #78650e #780e21

Monochromatic Colors of #78300e

#78300e

Complementary Color

#78300e #0e5678

#78300e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78300e Color Preview on White Background

Lorem ipsum dolor sit amet.

#78300e Color CSS Codes

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

#78300e Text Font Color

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

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


#78300e Background Color

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

This div background color is #78300e


#78300e Border Color

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

This div border color is #78300e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78300e


Comments

No comments written yet.

Please login to write comment.