Color Hex Logo

#0e621f Color Hex

#0E621F
(14,98,31)
0 Favorites   0 Comments

Color spaces of #0e621f

RGB 149831
HSL0.370.750.22
HSV132°86°38°
CMYK 0.860.000.68   0.62
XYZ4.79618.92772.7668
Yxy8.92770.29080.5414
Hunter Lab29.8793-23.636615.4253
CIE-Lab35.8447-38.703530.5885

#0e621f color RGB value is (14,98,31).

#0e621f hex color red value is 14, green value is 98 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #0e621f hue: 0.37 , saturation: 0.75 and the lightness value of 0e621f is 0.22.

The process color (four color CMYK) of #0e621f color hex is 0.86, 0.00, 0.68, 0.62. Web safe color of #0e621f is #006633. Color #0e621f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 01100010 00011111
Octal 16 142 37
Decimal 14 98 31
Hex E 62 1F

RGB Percentages of Color #0e621f

%9.79
%68.53
%21.68

CMYK Percentages of Color #0e621f

%86
%0
%68
%62

Triadic Colors of #0e621f

#0e621f #1f0e62 #621f0e

Analogous Colors of #0e621f

#0e621f #0e6249 #27620e

Monochromatic Colors of #0e621f

#0e621f

Complementary Color

#0e621f #620e51

#0e621f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e621f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e621f Color CSS Codes

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

#0e621f Text Font Color

<p style="color:#0e621f">Text here</p>

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


#0e621f Background Color

<div style="background-color:#0e621f">
Div content here</div>

This div background color is #0e621f


#0e621f Border Color

<div style="border:3px solid #0e621f">
Div here</div>

This div border color is #0e621f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e621f


Comments

No comments written yet.

Please login to write comment.