Color Hex Logo

#0e301b Color Hex

#0E301B
(14,48,27)
0 Favorites   0 Comments

Color spaces of #0e301b

RGB 144827
HSL0.400.550.12
HSV143°71°19°
CMYK 0.710.000.44   0.81
XYZ1.43592.28641.4025
Yxy2.28640.28020.4461
Hunter Lab15.1208-9.51085.0853
CIE-Lab16.9237-18.30879.8825

#0e301b color RGB value is (14,48,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 00110000 00011011
Octal 16 60 33
Decimal 14 48 27
Hex E 30 1B

RGB Percentages of Color #0e301b

%15.73
%53.93
%30.34

CMYK Percentages of Color #0e301b

%71
%0
%44
%81

Triadic Colors of #0e301b

#0e301b #1b0e30 #301b0e

Analogous Colors of #0e301b

#0e301b #0e302c #12300e

Monochromatic Colors of #0e301b

#0e301b

Complementary Color

#0e301b #300e23

#0e301b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e301b Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e301b Color CSS Codes

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

#0e301b Text Font Color

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

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


#0e301b Background Color

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

This div background color is #0e301b


#0e301b Border Color

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

This div border color is #0e301b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e301b


Comments

No comments written yet.

Please login to write comment.