Color Hex Logo

#073f15 Color Hex

#073F15
(7,63,21)
0 Favorites   0 Comments

Color spaces of #073f15

RGB 76321
HSL0.380.800.14
HSV135°89°25°
CMYK 0.890.000.67   0.75
XYZ2.00053.65431.3094
Yxy3.65430.28730.5247
Hunter Lab19.1162-14.77359.3202
CIE-Lab22.4940-27.872220.5476

#073f15 color RGB value is (7,63,21).

#073f15 hex color red value is 7, green value is 63 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #073f15 hue: 0.38 , saturation: 0.80 and the lightness value of 073f15 is 0.14.

The process color (four color CMYK) of #073f15 color hex is 0.89, 0.00, 0.67, 0.75. Web safe color of #073f15 is #003300. Color #073f15 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00111111 00010101
Octal 7 77 25
Decimal 7 63 21
Hex 7 3F 15

RGB Percentages of Color #073f15

%7.69
%69.23
%23.08

CMYK Percentages of Color #073f15

%89
%0
%67
%75

Triadic Colors of #073f15

#073f15 #15073f #3f1507

Analogous Colors of #073f15

#073f15 #073f31 #153f07

Monochromatic Colors of #073f15

#073f15

Complementary Color

#073f15 #3f0731

#073f15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073f15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#073f15 Color CSS Codes

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

#073f15 Text Font Color

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

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


#073f15 Background Color

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

This div background color is #073f15


#073f15 Border Color

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

This div border color is #073f15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073f15


Comments

No comments written yet.

Please login to write comment.