Color Hex Logo

#051917 Color Hex

#051917
(5,25,23)
0 Favorites   0 Comments

Color spaces of #051917

RGB 52523
HSL0.480.670.06
HSV174°80°10°
CMYK 0.800.000.08   0.90
XYZ0.56490.78940.9332
Yxy0.78940.24700.3451
Hunter Lab8.8848-4.1993-0.0080
CIE-Lab7.1306-7.5948-1.0538

#051917 color RGB value is (5,25,23).

#051917 hex color red value is 5, green value is 25 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #051917 hue: 0.48 , saturation: 0.67 and the lightness value of 051917 is 0.06.

The process color (four color CMYK) of #051917 color hex is 0.80, 0.00, 0.08, 0.90. Web safe color of #051917 is #000000. Color #051917 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00011001 00010111
Octal 5 31 27
Decimal 5 25 23
Hex 5 19 17

RGB Percentages of Color #051917

%9.43
%47.17
%43.40

CMYK Percentages of Color #051917

%80
%0
%8
%90

Triadic Colors of #051917

#051917 #170519 #191705

Analogous Colors of #051917

#051917 #051119 #05190d

Monochromatic Colors of #051917

#051917

Complementary Color

#051917 #190507

#051917 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#051917 Color Preview on White Background

Lorem ipsum dolor sit amet.

#051917 Color CSS Codes

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

#051917 Text Font Color

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

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


#051917 Background Color

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

This div background color is #051917


#051917 Border Color

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

This div border color is #051917


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,25,23, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #051917; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #051917;
  -webkit-box-shadow: 1px 1px 3px 2px #051917;
  box-shadow:         1px 1px 3px 2px #051917; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,25,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 #051917">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #051917


Comments

No comments written yet.

Please login to write comment.