Color Hex Logo

#073d1f Color Hex

#073D1F
(7,61,31)
0 Favorites   0 Comments

Color spaces of #073d1f

RGB 76131
HSL0.410.790.13
HSV147°89°24°
CMYK 0.890.000.49   0.76
XYZ2.00373.48161.8627
Yxy3.48160.27270.4738
Hunter Lab18.6590-13.48517.1425
CIE-Lab21.8778-25.142513.7728

#073d1f color RGB value is (7,61,31).

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

The process color (four color CMYK) of #073d1f color hex is 0.89, 0.00, 0.49, 0.76. Web safe color of #073d1f is #003333. Color #073d1f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00111101 00011111
Octal 7 75 37
Decimal 7 61 31
Hex 7 3D 1F

RGB Percentages of Color #073d1f

%7.07
%61.62
%31.31

CMYK Percentages of Color #073d1f

%89
%0
%49
%76

Triadic Colors of #073d1f

#073d1f #1f073d #3d1f07

Analogous Colors of #073d1f

#073d1f #073d3a #0a3d07

Monochromatic Colors of #073d1f

#073d1f

Complementary Color

#073d1f #3d0725

#073d1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073d1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#073d1f Color CSS Codes

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

#073d1f Text Font Color

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

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


#073d1f Background Color

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

This div background color is #073d1f


#073d1f Border Color

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

This div border color is #073d1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073d1f


Comments

No comments written yet.

Please login to write comment.