Color Hex Logo

#073806 Color Hex

#073806
(7,56,6)
0 Favorites   0 Comments

Color spaces of #073806

RGB 7566
HSL0.330.810.12
HSV119°89°22°
CMYK 0.880.000.89   0.78
XYZ1.53472.88670.6486
Yxy2.88670.30270.5694
Hunter Lab16.9903-13.60959.6298
CIE-Lab19.5843-27.004524.4888

#073806 color RGB value is (7,56,6).

#073806 hex color red value is 7, green value is 56 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #073806 hue: 0.33 , saturation: 0.81 and the lightness value of 073806 is 0.12.

The process color (four color CMYK) of #073806 color hex is 0.88, 0.00, 0.89, 0.78. Web safe color of #073806 is #003300. Color #073806 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00111000 00000110
Octal 7 70 6
Decimal 7 56 6
Hex 7 38 6

RGB Percentages of Color #073806

%10.14
%81.16
%8.70

CMYK Percentages of Color #073806

%88
%0
%89
%78

Triadic Colors of #073806

#073806 #060738 #380607

Analogous Colors of #073806

#073806 #06381e #203806

Monochromatic Colors of #073806

#073806

Complementary Color

#073806 #370638

#073806 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073806 Color Preview on White Background

Lorem ipsum dolor sit amet.

#073806 Color CSS Codes

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

#073806 Text Font Color

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

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


#073806 Background Color

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

This div background color is #073806


#073806 Border Color

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

This div border color is #073806


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,56,6, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #073806; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #073806;
  -webkit-box-shadow: 1px 1px 3px 2px #073806;
  box-shadow:         1px 1px 3px 2px #073806; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073806


Comments

No comments written yet.

Please login to write comment.