Color Hex Logo

#073c1c Color Hex

#073C1C
(7,60,28)
0 Favorites   0 Comments

Color spaces of #073c1c

RGB 76028
HSL0.400.790.13
HSV144°88°24°
CMYK 0.880.000.53   0.76
XYZ1.91313.36071.6465
Yxy3.36070.27640.4856
Hunter Lab18.3322-13.45367.5074
CIE-Lab21.4341-25.344415.0843

#073c1c color RGB value is (7,60,28).

#073c1c hex color red value is 7, green value is 60 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #073c1c hue: 0.40 , saturation: 0.79 and the lightness value of 073c1c is 0.13.

The process color (four color CMYK) of #073c1c color hex is 0.88, 0.00, 0.53, 0.76. Web safe color of #073c1c is #003333. Color #073c1c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00111100 00011100
Octal 7 74 34
Decimal 7 60 28
Hex 7 3C 1C

RGB Percentages of Color #073c1c

%7.37
%63.16
%29.47

CMYK Percentages of Color #073c1c

%88
%0
%53
%76

Triadic Colors of #073c1c

#073c1c #1c073c #3c1c07

Analogous Colors of #073c1c

#073c1c #073c37 #0d3c07

Monochromatic Colors of #073c1c

#073c1c

Complementary Color

#073c1c #3c0727

#073c1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073c1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#073c1c Color CSS Codes

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

#073c1c Text Font Color

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

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


#073c1c Background Color

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

This div background color is #073c1c


#073c1c Border Color

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

This div border color is #073c1c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,60,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #073c1c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #073c1c;
  -webkit-box-shadow: 1px 1px 3px 2px #073c1c;
  box-shadow:         1px 1px 3px 2px #073c1c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073c1c


Comments

No comments written yet.

Please login to write comment.