Color Hex Logo

#07240e Color Hex

#07240E
(7,36,14)
0 Favorites   0 Comments

Color spaces of #07240e

RGB 73614
HSL0.370.670.08
HSV134°81°14°
CMYK 0.810.000.61   0.86
XYZ0.79781.33860.6318
Yxy1.33860.28820.4836
Hunter Lab11.5698-7.93864.8612
CIE-Lab11.5428-17.072510.8645

#07240e color RGB value is (7,36,14).

#07240e hex color red value is 7, green value is 36 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #07240e hue: 0.37 , saturation: 0.67 and the lightness value of 07240e is 0.08.

The process color (four color CMYK) of #07240e color hex is 0.81, 0.00, 0.61, 0.86. Web safe color of #07240e is #003300. Color #07240e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00100100 00001110
Octal 7 44 16
Decimal 7 36 14
Hex 7 24 E

RGB Percentages of Color #07240e

%12.28
%63.16
%24.56

CMYK Percentages of Color #07240e

%81
%0
%61
%86

Triadic Colors of #07240e

#07240e #0e0724 #240e07

Analogous Colors of #07240e

#07240e #07241d #0f2407

Monochromatic Colors of #07240e

#07240e

Complementary Color

#07240e #24071d

#07240e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07240e Color Preview on White Background

Lorem ipsum dolor sit amet.

#07240e Color CSS Codes

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

#07240e Text Font Color

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

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


#07240e Background Color

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

This div background color is #07240e


#07240e Border Color

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

This div border color is #07240e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07240e


Comments

No comments written yet.

Please login to write comment.