Color Hex Logo

#055412 Color Hex

#055412
(5,84,18)
0 Favorites   0 Comments

Color spaces of #055412

RGB 58418
HSL0.360.890.17
HSV130°94°33°
CMYK 0.940.000.79   0.67
XYZ3.34216.41661.6346
Yxy6.41660.29330.5632
Hunter Lab25.3310-20.778513.9057
CIE-Lab30.4401-36.366630.7312

#055412 color RGB value is (5,84,18).

#055412 hex color red value is 5, green value is 84 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #055412 hue: 0.36 , saturation: 0.89 and the lightness value of 055412 is 0.17.

The process color (four color CMYK) of #055412 color hex is 0.94, 0.00, 0.79, 0.67. Web safe color of #055412 is #006600. Color #055412 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01010100 00010010
Octal 5 124 22
Decimal 5 84 18
Hex 5 54 12

RGB Percentages of Color #055412

%4.67
%78.50
%16.82

CMYK Percentages of Color #055412

%94
%0
%79
%67

Triadic Colors of #055412

#055412 #120554 #541205

Analogous Colors of #055412

#055412 #05543a #205405

Monochromatic Colors of #055412

#055412

Complementary Color

#055412 #540547

#055412 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#055412 Color Preview on White Background

Lorem ipsum dolor sit amet.

#055412 Color CSS Codes

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

#055412 Text Font Color

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

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


#055412 Background Color

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

This div background color is #055412


#055412 Border Color

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

This div border color is #055412


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #055412


Comments

No comments written yet.

Please login to write comment.