Color Hex Logo

#00480f Color Hex

#00480F
(0,72,15)
0 Favorites   0 Comments

Color spaces of #00480f

RGB 07215
HSL0.371.000.14
HSV133°100°28°
CMYK 1.000.000.79   0.72
XYZ2.40364.66921.2265
Yxy4.66920.28960.5626
Hunter Lab21.6083-17.959211.7605
CIE-Lab25.7707-33.285127.1854

#00480f color RGB value is (0,72,15).

#00480f hex color red value is 0, green value is 72 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #00480f hue: 0.37 , saturation: 1.00 and the lightness value of 00480f is 0.14.

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01001000 00001111
Octal 0 110 17
Decimal 0 72 15
Hex 0 48 F

RGB Percentages of Color #00480f

%0.00
%82.76
%17.24

CMYK Percentages of Color #00480f

%100
%0
%79
%72

Triadic Colors of #00480f

#00480f #0f0048 #480f00

Analogous Colors of #00480f

#00480f #004833 #154800

Monochromatic Colors of #00480f

#00480f

Complementary Color

#00480f #480039

#00480f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00480f Color Preview on White Background

Lorem ipsum dolor sit amet.

#00480f Color CSS Codes

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

#00480f Text Font Color

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

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


#00480f Background Color

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

This div background color is #00480f


#00480f Border Color

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

This div border color is #00480f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,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 #00480f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00480f


Comments

No comments written yet.

Please login to write comment.