Color Hex Logo

#72240c Color Hex

#72240C
(114,36,12)
0 Favorites   0 Comments

Color spaces of #72240c

RGB 1143612
HSL0.040.810.25
HSV14°89°45°
CMYK 0.000.680.89   0.55
XYZ7.63674.86570.8845
Yxy4.86570.57050.3635
Hunter Lab22.058323.195513.0634
CIE-Lab26.348733.216832.7774

#72240c color RGB value is (114,36,12).

#72240c hex color red value is 114, green value is 36 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #72240c hue: 0.04 , saturation: 0.81 and the lightness value of 72240c is 0.25.

The process color (four color CMYK) of #72240c color hex is 0.00, 0.68, 0.89, 0.55. Web safe color of #72240c is #663300. Color #72240c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00100100 00001100
Octal 162 44 14
Decimal 114 36 12
Hex 72 24 C

RGB Percentages of Color #72240c

%70.37
%22.22
%7.41

CMYK Percentages of Color #72240c

%0
%68
%89
%55

Triadic Colors of #72240c

#72240c #0c7224 #240c72

Analogous Colors of #72240c

#72240c #72570c #720c27

Monochromatic Colors of #72240c

#72240c

Complementary Color

#72240c #0c5a72

#72240c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72240c Color Preview on White Background

Lorem ipsum dolor sit amet.

#72240c Color CSS Codes

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

#72240c Text Font Color

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

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


#72240c Background Color

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

This div background color is #72240c


#72240c Border Color

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

This div border color is #72240c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,36,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 #72240c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72240c


Comments

No comments written yet.

Please login to write comment.