Color Hex Logo

#0e4820 Color Hex

#0E4820
(14,72,32)
0 Favorites   0 Comments

Color spaces of #0e4820

RGB 147232
HSL0.390.670.17
HSV139°81°28°
CMYK 0.810.000.56   0.72
XYZ2.75924.83242.1538
Yxy4.83240.28310.4959
Hunter Lab21.9827-16.06509.5789
CIE-Lab26.2518-28.451518.7586

#0e4820 color RGB value is (14,72,32).

#0e4820 hex color red value is 14, green value is 72 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #0e4820 hue: 0.39 , saturation: 0.67 and the lightness value of 0e4820 is 0.17.

The process color (four color CMYK) of #0e4820 color hex is 0.81, 0.00, 0.56, 0.72. Web safe color of #0e4820 is #003333. Color #0e4820 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 01001000 00100000
Octal 16 110 40
Decimal 14 72 32
Hex E 48 20

RGB Percentages of Color #0e4820

%11.86
%61.02
%27.12

CMYK Percentages of Color #0e4820

%81
%0
%56
%72

Triadic Colors of #0e4820

#0e4820 #200e48 #48200e

Analogous Colors of #0e4820

#0e4820 #0e483d #19480e

Monochromatic Colors of #0e4820

#0e4820

Complementary Color

#0e4820 #480e36

#0e4820 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e4820 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e4820 Color CSS Codes

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

#0e4820 Text Font Color

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

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


#0e4820 Background Color

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

This div background color is #0e4820


#0e4820 Border Color

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

This div border color is #0e4820


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e4820


Comments

No comments written yet.

Please login to write comment.