Color Hex Logo

#016747 Color Hex

#016747
(1,103,71)
0 Favorites   0 Comments

Color spaces of #016747

RGB 110371
HSL0.450.980.20
HSV161°99°40°
CMYK 0.990.000.31   0.60
XYZ6.000110.16197.6064
Yxy10.16190.25240.4275
Hunter Lab31.8777-22.18848.1671
CIE-Lab38.1314-34.238010.9600

#016747 color RGB value is (1,103,71).

#016747 hex color red value is 1, green value is 103 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #016747 hue: 0.45 , saturation: 0.98 and the lightness value of 016747 is 0.20.

The process color (four color CMYK) of #016747 color hex is 0.99, 0.00, 0.31, 0.60. Web safe color of #016747 is #006633. Color #016747 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01100111 01000111
Octal 1 147 107
Decimal 1 103 71
Hex 1 67 47

RGB Percentages of Color #016747

%0.57
%58.86
%40.57

CMYK Percentages of Color #016747

%99
%0
%31
%60

Triadic Colors of #016747

#016747 #470167 #674701

Analogous Colors of #016747

#016747 #015467 #016714

Monochromatic Colors of #016747

#016747

Complementary Color

#016747 #670121

#016747 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#016747 Color Preview on White Background

Lorem ipsum dolor sit amet.

#016747 Color CSS Codes

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

#016747 Text Font Color

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

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


#016747 Background Color

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

This div background color is #016747


#016747 Border Color

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

This div border color is #016747


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,103,71, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #016747; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #016747;
  -webkit-box-shadow: 1px 1px 3px 2px #016747;
  box-shadow:         1px 1px 3px 2px #016747; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,103,71, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #016747


Comments

No comments written yet.

Please login to write comment.