Color Hex Logo

#051915 Color Hex

#051915
(5,25,21)
0 Favorites   0 Comments

Color spaces of #051915

RGB 52521
HSL0.470.670.06
HSV168°80°10°
CMYK 0.800.000.16   0.90
XYZ0.54560.78170.8316
Yxy0.78170.25270.3621
Hunter Lab8.8414-4.45720.6123
CIE-Lab7.0610-8.08560.2795

#051915 color RGB value is (5,25,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00011001 00010101
Octal 5 31 25
Decimal 5 25 21
Hex 5 19 15

RGB Percentages of Color #051915

%9.80
%49.02
%41.18

CMYK Percentages of Color #051915

%80
%0
%16
%90

Triadic Colors of #051915

#051915 #150519 #191505

Analogous Colors of #051915

#051915 #051319 #05190b

Monochromatic Colors of #051915

#051915

Complementary Color

#051915 #190509

#051915 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#051915 Color Preview on White Background

Lorem ipsum dolor sit amet.

#051915 Color CSS Codes

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

#051915 Text Font Color

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

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


#051915 Background Color

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

This div background color is #051915


#051915 Border Color

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

This div border color is #051915


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #051915


Comments

No comments written yet.

Please login to write comment.