Color Hex Logo

#00390e Color Hex

#00390E
(0,57,14)
0 Favorites   0 Comments

Color spaces of #00390e

RGB 05714
HSL0.371.000.11
HSV135°100°22°
CMYK 1.000.000.75   0.78
XYZ1.54242.95800.9051
Yxy2.95800.28530.5472
Hunter Lab17.1988-14.09008.9190
CIE-Lab19.8749-28.046121.3210

#00390e color RGB value is (0,57,14).

#00390e hex color red value is 0, green value is 57 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #00390e hue: 0.37 , saturation: 1.00 and the lightness value of 00390e is 0.11.

The process color (four color CMYK) of #00390e color hex is 1.00, 0.00, 0.75, 0.78. Web safe color of #00390e is #003300. Color #00390e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00111001 00001110
Octal 0 71 16
Decimal 0 57 14
Hex 0 39 E

RGB Percentages of Color #00390e

%0.00
%80.28
%19.72

CMYK Percentages of Color #00390e

%100
%0
%75
%78

Triadic Colors of #00390e

#00390e #0e0039 #390e00

Analogous Colors of #00390e

#00390e #00392b #0f3900

Monochromatic Colors of #00390e

#00390e

Complementary Color

#00390e #39002b

#00390e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00390e Color Preview on White Background

Lorem ipsum dolor sit amet.

#00390e Color CSS Codes

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

#00390e Text Font Color

<p style="color:#00390e">Text here</p>

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


#00390e Background Color

<div style="background-color:#00390e">
Div content here</div>

This div background color is #00390e


#00390e Border Color

<div style="border:3px solid #00390e">
Div here</div>

This div border color is #00390e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,57,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00390e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00390e;
  -webkit-box-shadow: 1px 1px 3px 2px #00390e;
  box-shadow:         1px 1px 3px 2px #00390e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,57,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00390e


Comments

No comments written yet.

Please login to write comment.