Color Hex Logo

#00300f Color Hex

#00300F
(0,48,15)
0 Favorites   0 Comments

Color spaces of #00300f

RGB 04815
HSL0.391.000.09
HSV139°100°19°
CMYK 1.000.000.69   0.81
XYZ1.14322.14840.8064
Yxy2.14840.27900.5243
Hunter Lab14.6574-11.72846.9983
CIE-Lab16.2475-24.438416.4787

#00300f color RGB value is (0,48,15).

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

The process color (four color CMYK) of #00300f color hex is 1.00, 0.00, 0.69, 0.81. Web safe color of #00300f is #003300. Color #00300f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00110000 00001111
Octal 0 60 17
Decimal 0 48 15
Hex 0 30 F

RGB Percentages of Color #00300f

%0.00
%76.19
%23.81

CMYK Percentages of Color #00300f

%100
%0
%69
%81

Triadic Colors of #00300f

#00300f #0f0030 #300f00

Analogous Colors of #00300f

#00300f #003027 #093000

Monochromatic Colors of #00300f

#00300f

Complementary Color

#00300f #300021

#00300f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00300f Color Preview on White Background

Lorem ipsum dolor sit amet.

#00300f Color CSS Codes

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

#00300f Text Font Color

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

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


#00300f Background Color

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

This div background color is #00300f


#00300f Border Color

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

This div border color is #00300f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00300f


Comments

No comments written yet.

Please login to write comment.