Color Hex Logo

#05601f Color Hex

#05601F
(5,96,31)
0 Favorites   0 Comments

Color spaces of #05601f

RGB 59631
HSL0.380.900.20
HSV137°95°38°
CMYK 0.950.000.68   0.62
XYZ4.49288.49692.6996
Yxy8.49690.28640.5416
Hunter Lab29.1494-23.499314.9136
CIE-Lab34.9970-39.029529.6069

#05601f color RGB value is (5,96,31).

#05601f hex color red value is 5, green value is 96 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #05601f hue: 0.38 , saturation: 0.90 and the lightness value of 05601f is 0.20.

The process color (four color CMYK) of #05601f color hex is 0.95, 0.00, 0.68, 0.62. Web safe color of #05601f is #006633. Color #05601f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01100000 00011111
Octal 5 140 37
Decimal 5 96 31
Hex 5 60 1F

RGB Percentages of Color #05601f

%3.79
%72.73
%23.48

CMYK Percentages of Color #05601f

%95
%0
%68
%62

Triadic Colors of #05601f

#05601f #1f0560 #601f05

Analogous Colors of #05601f

#05601f #05604d #196005

Monochromatic Colors of #05601f

#05601f

Complementary Color

#05601f #600546

#05601f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05601f Color Preview on White Background

Lorem ipsum dolor sit amet.

#05601f Color CSS Codes

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

#05601f Text Font Color

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

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


#05601f Background Color

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

This div background color is #05601f


#05601f Border Color

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

This div border color is #05601f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,96,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05601f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05601f;
  -webkit-box-shadow: 1px 1px 3px 2px #05601f;
  box-shadow:         1px 1px 3px 2px #05601f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05601f


Comments

No comments written yet.

Please login to write comment.