Color Hex Logo

#0e3027 Color Hex

#0E3027
(14,48,39)
0 Favorites   0 Comments

Color spaces of #0e3027

RGB 144839
HSL0.460.550.12
HSV164°71°19°
CMYK 0.710.000.19   0.81
XYZ1.60432.35382.2892
Yxy2.35380.25680.3768
Hunter Lab15.3421-8.18321.8928
CIE-Lab17.2441-15.03512.1176

#0e3027 color RGB value is (14,48,39).

#0e3027 hex color red value is 14, green value is 48 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #0e3027 hue: 0.46 , saturation: 0.55 and the lightness value of 0e3027 is 0.12.

The process color (four color CMYK) of #0e3027 color hex is 0.71, 0.00, 0.19, 0.81. Web safe color of #0e3027 is #003333. Color #0e3027 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 00110000 00100111
Octal 16 60 47
Decimal 14 48 39
Hex E 30 27

RGB Percentages of Color #0e3027

%13.86
%47.52
%38.61

CMYK Percentages of Color #0e3027

%71
%0
%19
%81

Triadic Colors of #0e3027

#0e3027 #270e30 #30270e

Monochromatic Colors of #0e3027

#0e3027

Complementary Color

#0e3027 #300e17

#0e3027 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e3027 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e3027 Color CSS Codes

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

#0e3027 Text Font Color

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

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


#0e3027 Background Color

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

This div background color is #0e3027


#0e3027 Border Color

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

This div border color is #0e3027


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e3027


Comments

No comments written yet.

Please login to write comment.