Color Hex Logo

#00390d Color Hex

#00390D
(0,57,13)
0 Favorites   0 Comments

Color spaces of #00390d

RGB 05713
HSL0.371.000.11
HSV134°100°22°
CMYK 1.000.000.77   0.78
XYZ1.53582.95530.8703
Yxy2.95530.28650.5512
Hunter Lab17.1910-14.13759.0321
CIE-Lab19.8640-28.179821.8000

#00390d color RGB value is (0,57,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00111001 00001101
Octal 0 71 15
Decimal 0 57 13
Hex 0 39 D

RGB Percentages of Color #00390d

%0.00
%81.43
%18.57

CMYK Percentages of Color #00390d

%100
%0
%77
%78

Triadic Colors of #00390d

#00390d #0d0039 #390d00

Analogous Colors of #00390d

#00390d #00392a #103900

Monochromatic Colors of #00390d

#00390d

Complementary Color

#00390d #39002c

#00390d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00390d Color Preview on White Background

Lorem ipsum dolor sit amet.

#00390d Color CSS Codes

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

#00390d Text Font Color

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

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


#00390d Background Color

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

This div background color is #00390d


#00390d Border Color

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

This div border color is #00390d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00390d


Comments

No comments written yet.

Please login to write comment.