Color Hex Logo

#05730e Color Hex

#05730E
(5,115,14)
0 Favorites   0 Comments

Color spaces of #05730e

RGB 511514
HSL0.350.920.24
HSV125°96°45°
CMYK 0.960.000.88   0.55
XYZ6.272612.32542.4639
Yxy12.32540.29780.5852
Hunter Lab35.1075-29.546020.4142
CIE-Lab41.7287-46.773942.9625

#05730e color RGB value is (5,115,14).

#05730e hex color red value is 5, green value is 115 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #05730e hue: 0.35 , saturation: 0.92 and the lightness value of 05730e is 0.24.

The process color (four color CMYK) of #05730e color hex is 0.96, 0.00, 0.88, 0.55. Web safe color of #05730e is #006600. Color #05730e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01110011 00001110
Octal 5 163 16
Decimal 5 115 14
Hex 5 73 E

RGB Percentages of Color #05730e

%3.73
%85.82
%10.45

CMYK Percentages of Color #05730e

%96
%0
%88
%55

Triadic Colors of #05730e

#05730e #0e0573 #730e05

Analogous Colors of #05730e

#05730e #057345 #337305

Monochromatic Colors of #05730e

#05730e

Complementary Color

#05730e #73056a

#05730e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05730e Color Preview on White Background

Lorem ipsum dolor sit amet.

#05730e Color CSS Codes

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

#05730e Text Font Color

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

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


#05730e Background Color

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

This div background color is #05730e


#05730e Border Color

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

This div border color is #05730e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,115,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 #05730e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05730e


Comments

No comments written yet.

Please login to write comment.