Color Hex Logo

#051911 Color Hex

#051911
(5,25,17)
0 Favorites   0 Comments

Color spaces of #051911

RGB 52517
HSL0.430.670.06
HSV156°80°10°
CMYK 0.800.000.32   0.90
XYZ0.51140.76800.6516
Yxy0.76800.26480.3977
Hunter Lab8.7636-4.91981.7261
CIE-Lab6.9373-8.95312.6407

#051911 color RGB value is (5,25,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00011001 00010001
Octal 5 31 21
Decimal 5 25 17
Hex 5 19 11

RGB Percentages of Color #051911

%10.64
%53.19
%36.17

CMYK Percentages of Color #051911

%80
%0
%32
%90

Triadic Colors of #051911

#051911 #110519 #191105

Analogous Colors of #051911

#051911 #051719 #051907

Monochromatic Colors of #051911

#051911

Complementary Color

#051911 #19050d

#051911 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#051911 Color Preview on White Background

Lorem ipsum dolor sit amet.

#051911 Color CSS Codes

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

#051911 Text Font Color

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

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


#051911 Background Color

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

This div background color is #051911


#051911 Border Color

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

This div border color is #051911


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #051911


Comments

No comments written yet.

Please login to write comment.