Color Hex Logo

#05601c Color Hex

#05601C
(5,96,28)
0 Favorites   0 Comments

Color spaces of #05601c

RGB 59628
HSL0.380.900.20
HSV135°95°38°
CMYK 0.950.000.71   0.62
XYZ4.45518.48182.5010
Yxy8.48180.28860.5494
Hunter Lab29.1235-23.660615.2949
CIE-Lab34.9668-39.406331.0215

#05601c color RGB value is (5,96,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01100000 00011100
Octal 5 140 34
Decimal 5 96 28
Hex 5 60 1C

RGB Percentages of Color #05601c

%3.88
%74.42
%21.71

CMYK Percentages of Color #05601c

%95
%0
%71
%62

Triadic Colors of #05601c

#05601c #1c0560 #601c05

Analogous Colors of #05601c

#05601c #05604a #1c6005

Monochromatic Colors of #05601c

#05601c

Complementary Color

#05601c #600549

#05601c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05601c Color Preview on White Background

Lorem ipsum dolor sit amet.

#05601c Color CSS Codes

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

#05601c Text Font Color

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

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


#05601c Background Color

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

This div background color is #05601c


#05601c Border Color

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

This div border color is #05601c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05601c


Comments

No comments written yet.

Please login to write comment.