Color Hex Logo

#051308 Color Hex

#051308
(5,19,8)
0 Favorites   0 Comments

Color spaces of #051308

RGB 5198
HSL0.370.580.05
HSV133°74°
CMYK 0.740.000.58   0.93
XYZ0.33930.51550.3114
Yxy0.51550.29090.4420
Hunter Lab7.1798-4.12932.4544
CIE-Lab4.6565-6.17193.5743

#051308 color RGB value is (5,19,8).

#051308 hex color red value is 5, green value is 19 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #051308 hue: 0.37 , saturation: 0.58 and the lightness value of 051308 is 0.05.

The process color (four color CMYK) of #051308 color hex is 0.74, 0.00, 0.58, 0.93. Web safe color of #051308 is #000000. Color #051308 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00010011 00001000
Octal 5 23 10
Decimal 5 19 8
Hex 5 13 8

RGB Percentages of Color #051308

%15.63
%59.38
%25.00

CMYK Percentages of Color #051308

%74
%0
%58
%93

Triadic Colors of #051308

#051308 #080513 #130805

Analogous Colors of #051308

#051308 #05130f #091305

Monochromatic Colors of #051308

#051308

Complementary Color

#051308 #130510

#051308 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#051308 Color Preview on White Background

Lorem ipsum dolor sit amet.

#051308 Color CSS Codes

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

#051308 Text Font Color

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

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


#051308 Background Color

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

This div background color is #051308


#051308 Border Color

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

This div border color is #051308


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #051308


Comments

No comments written yet.

Please login to write comment.