Color Hex Logo

#0e311d Color Hex

#0E311D
(14,49,29)
0 Favorites   0 Comments

Color spaces of #0e311d

RGB 144929
HSL0.400.560.12
HSV146°71°19°
CMYK 0.710.000.41   0.81
XYZ1.50122.37871.5424
Yxy2.37870.27690.4387
Hunter Lab15.4230-9.61604.8668
CIE-Lab17.3609-18.34729.1266

#0e311d color RGB value is (14,49,29).

#0e311d hex color red value is 14, green value is 49 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #0e311d hue: 0.40 , saturation: 0.56 and the lightness value of 0e311d is 0.12.

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 00110001 00011101
Octal 16 61 35
Decimal 14 49 29
Hex E 31 1D

RGB Percentages of Color #0e311d

%15.22
%53.26
%31.52

CMYK Percentages of Color #0e311d

%71
%0
%41
%81

Triadic Colors of #0e311d

#0e311d #1d0e31 #311d0e

Analogous Colors of #0e311d

#0e311d #0e312f #11310e

Monochromatic Colors of #0e311d

#0e311d

Complementary Color

#0e311d #310e22

#0e311d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e311d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e311d Color CSS Codes

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

#0e311d Text Font Color

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

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


#0e311d Background Color

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

This div background color is #0e311d


#0e311d Border Color

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

This div border color is #0e311d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e311d


Comments

No comments written yet.

Please login to write comment.