Color Hex Logo

#07942c Color Hex

#07942C
(7,148,44)
0 Favorites   0 Comments

Color spaces of #07942c

RGB 714844
HSL0.380.910.30
HSV136°95°58°
CMYK 0.950.000.70   0.42
XYZ11.132121.40685.9281
Yxy21.40680.28940.5565
Hunter Lab46.2675-38.020424.7906
CIE-Lab53.3919-54.469243.8390

#07942c color RGB value is (7,148,44).

#07942c hex color red value is 7, green value is 148 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #07942c hue: 0.38 , saturation: 0.91 and the lightness value of 07942c is 0.30.

The process color (four color CMYK) of #07942c color hex is 0.95, 0.00, 0.70, 0.42. Web safe color of #07942c is #009933. Color #07942c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10010100 00101100
Octal 7 224 54
Decimal 7 148 44
Hex 7 94 2C

RGB Percentages of Color #07942c

%3.52
%74.37
%22.11

CMYK Percentages of Color #07942c

%95
%0
%70
%42

Triadic Colors of #07942c

#07942c #2c0794 #942c07

Analogous Colors of #07942c

#07942c #079473 #289407

Monochromatic Colors of #07942c

#07942c

Complementary Color

#07942c #94076f

#07942c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07942c Color Preview on White Background

Lorem ipsum dolor sit amet.

#07942c Color CSS Codes

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

#07942c Text Font Color

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

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


#07942c Background Color

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

This div background color is #07942c


#07942c Border Color

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

This div border color is #07942c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,148,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #07942c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #07942c;
  -webkit-box-shadow: 1px 1px 3px 2px #07942c;
  box-shadow:         1px 1px 3px 2px #07942c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07942c


Comments

No comments written yet.

Please login to write comment.