Color Hex Logo

#05180b Color Hex

#05180B
(5,24,11)
0 Favorites   0 Comments

Color spaces of #05180b

RGB 52411
HSL0.390.660.06
HSV139°79°
CMYK 0.790.000.54   0.91
XYZ0.44960.70970.4299
Yxy0.70970.28290.4466
Hunter Lab8.4244-5.21632.8715
CIE-Lab6.4107-9.21484.9038

#05180b color RGB value is (5,24,11).

#05180b hex color red value is 5, green value is 24 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #05180b hue: 0.39 , saturation: 0.66 and the lightness value of 05180b is 0.06.

The process color (four color CMYK) of #05180b color hex is 0.79, 0.00, 0.54, 0.91. Web safe color of #05180b is #000000. Color #05180b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00011000 00001011
Octal 5 30 13
Decimal 5 24 11
Hex 5 18 B

RGB Percentages of Color #05180b

%12.50
%60.00
%27.50

CMYK Percentages of Color #05180b

%79
%0
%54
%91

Triadic Colors of #05180b

#05180b #0b0518 #180b05

Analogous Colors of #05180b

#05180b #051815 #091805

Monochromatic Colors of #05180b

#05180b

Complementary Color

#05180b #180512

#05180b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05180b Color Preview on White Background

Lorem ipsum dolor sit amet.

#05180b Color CSS Codes

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

#05180b Text Font Color

<p style="color:#05180b">Text here</p>

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


#05180b Background Color

<div style="background-color:#05180b">
Div content here</div>

This div background color is #05180b


#05180b Border Color

<div style="border:3px solid #05180b">
Div here</div>

This div border color is #05180b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,24,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05180b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05180b;
  -webkit-box-shadow: 1px 1px 3px 2px #05180b;
  box-shadow:         1px 1px 3px 2px #05180b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05180b


Comments

No comments written yet.

Please login to write comment.