Color Hex Logo

#78240d Color Hex

#78240D
(120,36,13)
0 Favorites   0 Comments

Color spaces of #78240d

RGB 1203613
HSL0.040.800.26
HSV13°89°47°
CMYK 0.000.700.89   0.53
XYZ8.44935.28390.9553
Yxy5.28390.57520.3597
Hunter Lab22.986725.385013.6267
CIE-Lab27.528735.526433.7993

#78240d color RGB value is (120,36,13).

#78240d hex color red value is 120, green value is 36 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #78240d hue: 0.04 , saturation: 0.80 and the lightness value of 78240d is 0.26.

The process color (four color CMYK) of #78240d color hex is 0.00, 0.70, 0.89, 0.53. Web safe color of #78240d is #663300. Color #78240d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00100100 00001101
Octal 170 44 15
Decimal 120 36 13
Hex 78 24 D

RGB Percentages of Color #78240d

%71.01
%21.30
%7.69

CMYK Percentages of Color #78240d

%0
%70
%89
%53

Triadic Colors of #78240d

#78240d #0d7824 #240d78

Analogous Colors of #78240d

#78240d #785a0d #780d2c

Monochromatic Colors of #78240d

#78240d

Complementary Color

#78240d #0d6178

#78240d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78240d Color Preview on White Background

Lorem ipsum dolor sit amet.

#78240d Color CSS Codes

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

#78240d Text Font Color

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

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


#78240d Background Color

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

This div background color is #78240d


#78240d Border Color

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

This div border color is #78240d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,36,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #78240d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #78240d;
  -webkit-box-shadow: 1px 1px 3px 2px #78240d;
  box-shadow:         1px 1px 3px 2px #78240d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78240d


Comments

No comments written yet.

Please login to write comment.