Color Hex Logo

#04181c Color Hex

#04181C
(4,24,28)
0 Favorites   0 Comments

Color spaces of #04181c

RGB 42428
HSL0.530.750.06
HSV190°86°11°
CMYK 0.860.140.00   0.89
XYZ0.58630.76291.2150
Yxy0.76290.22860.2975
Hunter Lab8.7344-3.3034-2.1334
CIE-Lab6.8912-5.6864-5.2250

#04181c color RGB value is (4,24,28).

#04181c hex color red value is 4, green value is 24 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #04181c hue: 0.53 , saturation: 0.75 and the lightness value of 04181c is 0.06.

The process color (four color CMYK) of #04181c color hex is 0.86, 0.14, 0.00, 0.89. Web safe color of #04181c is #000033. Color #04181c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00011000 00011100
Octal 4 30 34
Decimal 4 24 28
Hex 4 18 1C

RGB Percentages of Color #04181c

%7.14
%42.86
%50.00

CMYK Percentages of Color #04181c

%86
%14
%0
%89

Triadic Colors of #04181c

#04181c #1c0418 #181c04

Analogous Colors of #04181c

#04181c #040c1c #041c14

Monochromatic Colors of #04181c

#04181c

Complementary Color

#04181c #1c0804

#04181c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04181c Color Preview on White Background

Lorem ipsum dolor sit amet.

#04181c Color CSS Codes

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

#04181c Text Font Color

<p style="color:#04181c">Text here</p>

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


#04181c Background Color

<div style="background-color:#04181c">
Div content here</div>

This div background color is #04181c


#04181c Border Color

<div style="border:3px solid #04181c">
Div here</div>

This div border color is #04181c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,24,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #04181c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #04181c;
  -webkit-box-shadow: 1px 1px 3px 2px #04181c;
  box-shadow:         1px 1px 3px 2px #04181c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04181c

#04181c Color Palettes


Comments

No comments written yet.

Please login to write comment.