Color Hex Logo

#058740 Color Hex

#058740
(5,135,64)
0 Favorites   0 Comments

Color spaces of #058740

RGB 513564
HSL0.410.930.27
HSV147°96°53°
CMYK 0.960.000.53   0.47
XYZ9.652017.73047.7641
Yxy17.73040.27460.5045
Hunter Lab42.1075-32.771818.5429
CIE-Lab49.1675-47.622129.4222

#058740 color RGB value is (5,135,64).

#058740 hex color red value is 5, green value is 135 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #058740 hue: 0.41 , saturation: 0.93 and the lightness value of 058740 is 0.27.

The process color (four color CMYK) of #058740 color hex is 0.96, 0.00, 0.53, 0.47. Web safe color of #058740 is #009933. Color #058740 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10000111 01000000
Octal 5 207 100
Decimal 5 135 64
Hex 5 87 40

RGB Percentages of Color #058740

%2.45
%66.18
%31.37

CMYK Percentages of Color #058740

%96
%0
%53
%47

Triadic Colors of #058740

#058740 #400587 #874005

Analogous Colors of #058740

#058740 #058781 #0b8705

Monochromatic Colors of #058740

#058740

Complementary Color

#058740 #87054c

#058740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#058740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#058740 Color CSS Codes

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

#058740 Text Font Color

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

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


#058740 Background Color

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

This div background color is #058740


#058740 Border Color

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

This div border color is #058740


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #058740


Comments

No comments written yet.

Please login to write comment.