Color Hex Logo

#00440e Color Hex

#00440E
(0,68,14)
0 Favorites   0 Comments

Color spaces of #00440e

RGB 06814
HSL0.371.000.13
HSV132°100°27°
CMYK 1.000.000.79   0.73
XYZ2.14644.16601.1064
Yxy4.16600.28930.5615
Hunter Lab20.4108-16.947811.0736
CIE-Lab24.2128-32.003326.0132

#00440e color RGB value is (0,68,14).

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

The process color (four color CMYK) of #00440e color hex is 1.00, 0.00, 0.79, 0.73. Web safe color of #00440e is #003300. Color #00440e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01000100 00001110
Octal 0 104 16
Decimal 0 68 14
Hex 0 44 E

RGB Percentages of Color #00440e

%0.00
%82.93
%17.07

CMYK Percentages of Color #00440e

%100
%0
%79
%73

Triadic Colors of #00440e

#00440e #0e0044 #440e00

Analogous Colors of #00440e

#00440e #004430 #144400

Monochromatic Colors of #00440e

#00440e

Complementary Color

#00440e #440036

#00440e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00440e Color Preview on White Background

Lorem ipsum dolor sit amet.

#00440e Color CSS Codes

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

#00440e Text Font Color

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

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


#00440e Background Color

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

This div background color is #00440e


#00440e Border Color

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

This div border color is #00440e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00440e


Comments

No comments written yet.

Please login to write comment.