Color Hex Logo

#05460e Color Hex

#05460E
(5,70,14)
0 Favorites   0 Comments

Color spaces of #05460e

RGB 57014
HSL0.360.870.15
HSV128°93°27°
CMYK 0.930.000.80   0.73
XYZ2.33204.44431.1504
Yxy4.44430.29420.5607
Hunter Lab21.0815-17.147311.5217
CIE-Lab25.0890-31.818626.9571

#05460e color RGB value is (5,70,14).

#05460e hex color red value is 5, green value is 70 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #05460e hue: 0.36 , saturation: 0.87 and the lightness value of 05460e is 0.15.

The process color (four color CMYK) of #05460e color hex is 0.93, 0.00, 0.80, 0.73. Web safe color of #05460e is #003300. Color #05460e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01000110 00001110
Octal 5 106 16
Decimal 5 70 14
Hex 5 46 E

RGB Percentages of Color #05460e

%5.62
%78.65
%15.73

CMYK Percentages of Color #05460e

%93
%0
%80
%73

Triadic Colors of #05460e

#05460e #0e0546 #460e05

Analogous Colors of #05460e

#05460e #05462f #1d4605

Monochromatic Colors of #05460e

#05460e

Complementary Color

#05460e #46053d

#05460e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05460e Color Preview on White Background

Lorem ipsum dolor sit amet.

#05460e Color CSS Codes

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

#05460e Text Font Color

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

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


#05460e Background Color

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

This div background color is #05460e


#05460e Border Color

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

This div border color is #05460e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,70,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05460e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05460e;
  -webkit-box-shadow: 1px 1px 3px 2px #05460e;
  box-shadow:         1px 1px 3px 2px #05460e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05460e


Comments

No comments written yet.

Please login to write comment.