Color Hex Logo

#0e3017 Color Hex

#0E3017
(14,48,23)
0 Favorites   0 Comments

Color spaces of #0e3017

RGB 144823
HSL0.380.550.12
HSV136°71°19°
CMYK 0.710.000.52   0.81
XYZ1.39272.26911.1752
Yxy2.26910.28790.4691
Hunter Lab15.0635-9.85805.9189
CIE-Lab16.8405-19.202112.4223

#0e3017 color RGB value is (14,48,23).

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

The process color (four color CMYK) of #0e3017 color hex is 0.71, 0.00, 0.52, 0.81. Web safe color of #0e3017 is #003300. Color #0e3017 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 00110000 00010111
Octal 16 60 27
Decimal 14 48 23
Hex E 30 17

RGB Percentages of Color #0e3017

%16.47
%56.47
%27.06

CMYK Percentages of Color #0e3017

%71
%0
%52
%81

Triadic Colors of #0e3017

#0e3017 #170e30 #30170e

Monochromatic Colors of #0e3017

#0e3017

Complementary Color

#0e3017 #300e27

#0e3017 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e3017 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e3017 Color CSS Codes

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

#0e3017 Text Font Color

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

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


#0e3017 Background Color

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

This div background color is #0e3017


#0e3017 Border Color

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

This div border color is #0e3017


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e3017


Comments

No comments written yet.

Please login to write comment.