Color Hex Logo

#07360a Color Hex

#07360A
(7,54,10)
0 Favorites   0 Comments

Color spaces of #07360a

RGB 75410
HSL0.340.770.12
HSV124°87°21°
CMYK 0.870.000.81   0.79
XYZ1.46162.70540.7323
Yxy2.70540.29830.5522
Hunter Lab16.4481-12.92248.8740
CIE-Lab18.8232-25.763021.9794

#07360a color RGB value is (7,54,10).

#07360a hex color red value is 7, green value is 54 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #07360a hue: 0.34 , saturation: 0.77 and the lightness value of 07360a is 0.12.

The process color (four color CMYK) of #07360a color hex is 0.87, 0.00, 0.81, 0.79. Web safe color of #07360a is #003300. Color #07360a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00110110 00001010
Octal 7 66 12
Decimal 7 54 10
Hex 7 36 A

RGB Percentages of Color #07360a

%9.86
%76.06
%14.08

CMYK Percentages of Color #07360a

%87
%0
%81
%79

Triadic Colors of #07360a

#07360a #0a0736 #360a07

Analogous Colors of #07360a

#07360a #073622 #1c3607

Monochromatic Colors of #07360a

#07360a

Complementary Color

#07360a #360733

#07360a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07360a Color Preview on White Background

Lorem ipsum dolor sit amet.

#07360a Color CSS Codes

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

#07360a Text Font Color

<p style="color:#07360a">Text here</p>

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


#07360a Background Color

<div style="background-color:#07360a">
Div content here</div>

This div background color is #07360a


#07360a Border Color

<div style="border:3px solid #07360a">
Div here</div>

This div border color is #07360a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,54,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #07360a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #07360a;
  -webkit-box-shadow: 1px 1px 3px 2px #07360a;
  box-shadow:         1px 1px 3px 2px #07360a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,54,10, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07360a


Comments

No comments written yet.

Please login to write comment.