Color Hex Logo

#073c1a Color Hex

#073C1A
(7,60,26)
0 Favorites   0 Comments

Color spaces of #073c1a

RGB 76026
HSL0.390.790.13
HSV142°88°24°
CMYK 0.880.000.57   0.76
XYZ1.88993.35151.5246
Yxy3.35150.27930.4953
Hunter Lab18.3071-13.61037.8774
CIE-Lab21.4000-25.749116.2773

#073c1a color RGB value is (7,60,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00111100 00011010
Octal 7 74 32
Decimal 7 60 26
Hex 7 3C 1A

RGB Percentages of Color #073c1a

%7.53
%64.52
%27.96

CMYK Percentages of Color #073c1a

%88
%0
%57
%76

Triadic Colors of #073c1a

#073c1a #1a073c #3c1a07

Analogous Colors of #073c1a

#073c1a #073c35 #0f3c07

Monochromatic Colors of #073c1a

#073c1a

Complementary Color

#073c1a #3c0729

#073c1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073c1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#073c1a Color CSS Codes

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

#073c1a Text Font Color

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

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


#073c1a Background Color

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

This div background color is #073c1a


#073c1a Border Color

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

This div border color is #073c1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073c1a


Comments

No comments written yet.

Please login to write comment.