Color Hex Logo

#78300c Color Hex

#78300C
(120,48,12)
0 Favorites   0 Comments

Color spaces of #78300c

RGB 1204812
HSL0.060.820.26
HSV20°90°47°
CMYK 0.000.600.90   0.53
XYZ8.86906.13351.0643
Yxy6.13350.55200.3817
Hunter Lab24.765920.582914.7882
CIE-Lab29.746829.601136.1111

#78300c color RGB value is (120,48,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00110000 00001100
Octal 170 60 14
Decimal 120 48 12
Hex 78 30 C

RGB Percentages of Color #78300c

%66.67
%26.67
%6.67

CMYK Percentages of Color #78300c

%0
%60
%90
%53

Triadic Colors of #78300c

#78300c #0c7830 #300c78

Analogous Colors of #78300c

#78300c #78660c #780c1e

Monochromatic Colors of #78300c

#78300c

Complementary Color

#78300c #0c5478

#78300c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78300c Color Preview on White Background

Lorem ipsum dolor sit amet.

#78300c Color CSS Codes

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

#78300c Text Font Color

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

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


#78300c Background Color

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

This div background color is #78300c


#78300c Border Color

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

This div border color is #78300c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78300c


Comments

No comments written yet.

Please login to write comment.