Color Hex Logo

#07990d Color Hex

#07990D
(7,153,13)
0 Favorites   0 Comments

Color spaces of #07990d

RGB 715313
HSL0.340.910.31
HSV122°95°60°
CMYK 0.950.000.92   0.40
XYZ11.551522.85674.1837
Yxy22.85670.29930.5923
Hunter Lab47.8087-40.536128.2777
CIE-Lab54.9244-58.040754.7949

#07990d color RGB value is (7,153,13).

#07990d hex color red value is 7, green value is 153 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #07990d hue: 0.34 , saturation: 0.91 and the lightness value of 07990d is 0.31.

The process color (four color CMYK) of #07990d color hex is 0.95, 0.00, 0.92, 0.40. Web safe color of #07990d is #009900. Color #07990d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10011001 00001101
Octal 7 231 15
Decimal 7 153 13
Hex 7 99 D

RGB Percentages of Color #07990d

%4.05
%88.44
%7.51

CMYK Percentages of Color #07990d

%95
%0
%92
%40

Triadic Colors of #07990d

#07990d #0d0799 #990d07

Analogous Colors of #07990d

#07990d #079956 #4a9907

Monochromatic Colors of #07990d

#07990d

Complementary Color

#07990d #990793

#07990d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07990d Color Preview on White Background

Lorem ipsum dolor sit amet.

#07990d Color CSS Codes

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

#07990d Text Font Color

<p style="color:#07990d">Text here</p>

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


#07990d Background Color

<div style="background-color:#07990d">
Div content here</div>

This div background color is #07990d


#07990d Border Color

<div style="border:3px solid #07990d">
Div here</div>

This div border color is #07990d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,153,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #07990d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #07990d;
  -webkit-box-shadow: 1px 1px 3px 2px #07990d;
  box-shadow:         1px 1px 3px 2px #07990d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07990d


Comments

No comments written yet.

Please login to write comment.