Color Hex Logo

#07480f Color Hex

#07480F
(7,72,15)
0 Favorites   0 Comments

Color spaces of #07480f

RGB 77215
HSL0.350.820.15
HSV127°90°28°
CMYK 0.900.000.79   0.72
XYZ2.49124.71441.2306
Yxy4.71440.29530.5588
Hunter Lab21.7127-17.517011.8385
CIE-Lab25.9051-32.102527.3671

#07480f color RGB value is (7,72,15).

#07480f hex color red value is 7, green value is 72 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #07480f hue: 0.35 , saturation: 0.82 and the lightness value of 07480f is 0.15.

The process color (four color CMYK) of #07480f color hex is 0.90, 0.00, 0.79, 0.72. Web safe color of #07480f is #003300. Color #07480f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01001000 00001111
Octal 7 110 17
Decimal 7 72 15
Hex 7 48 F

RGB Percentages of Color #07480f

%7.45
%76.60
%15.96

CMYK Percentages of Color #07480f

%90
%0
%79
%72

Triadic Colors of #07480f

#07480f #0f0748 #480f07

Analogous Colors of #07480f

#07480f #074830 #204807

Monochromatic Colors of #07480f

#07480f

Complementary Color

#07480f #480740

#07480f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07480f Color Preview on White Background

Lorem ipsum dolor sit amet.

#07480f Color CSS Codes

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

#07480f Text Font Color

<p style="color:#07480f">Text here</p>

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


#07480f Background Color

<div style="background-color:#07480f">
Div content here</div>

This div background color is #07480f


#07480f Border Color

<div style="border:3px solid #07480f">
Div here</div>

This div border color is #07480f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,72,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #07480f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #07480f;
  -webkit-box-shadow: 1px 1px 3px 2px #07480f;
  box-shadow:         1px 1px 3px 2px #07480f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07480f


Comments

No comments written yet.

Please login to write comment.