Color Hex Logo

#07310e Color Hex

#07310E
(7,49,14)
0 Favorites   0 Comments

Color spaces of #07310e

RGB 74914
HSL0.360.750.11
HSV130°86°19°
CMYK 0.860.000.71   0.81
XYZ1.26522.27350.7876
Yxy2.27350.29240.5255
Hunter Lab15.0781-11.40897.4577
CIE-Lab16.8617-23.147317.8065

#07310e color RGB value is (7,49,14).

#07310e hex color red value is 7, green value is 49 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #07310e hue: 0.36 , saturation: 0.75 and the lightness value of 07310e is 0.11.

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00110001 00001110
Octal 7 61 16
Decimal 7 49 14
Hex 7 31 E

RGB Percentages of Color #07310e

%10.00
%70.00
%20.00

CMYK Percentages of Color #07310e

%86
%0
%71
%81

Triadic Colors of #07310e

#07310e #0e0731 #310e07

Analogous Colors of #07310e

#07310e #073123 #153107

Monochromatic Colors of #07310e

#07310e

Complementary Color

#07310e #31072a

#07310e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07310e Color Preview on White Background

Lorem ipsum dolor sit amet.

#07310e Color CSS Codes

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

#07310e Text Font Color

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

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


#07310e Background Color

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

This div background color is #07310e


#07310e Border Color

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

This div border color is #07310e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07310e


Comments

No comments written yet.

Please login to write comment.