Color Hex Logo

#058147 Color Hex

#058147
(5,129,71)
0 Favorites   0 Comments

Color spaces of #058147

RGB 512971
HSL0.420.930.26
HSV152°96°51°
CMYK 0.960.000.45   0.49
XYZ9.050216.18778.6088
Yxy16.18770.26740.4783
Hunter Lab40.2339-30.257715.4776
CIE-Lab47.2198-44.179523.1594

#058147 color RGB value is (5,129,71).

#058147 hex color red value is 5, green value is 129 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #058147 hue: 0.42 , saturation: 0.93 and the lightness value of 058147 is 0.26.

The process color (four color CMYK) of #058147 color hex is 0.96, 0.00, 0.45, 0.49. Web safe color of #058147 is #009933. Color #058147 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10000001 01000111
Octal 5 201 107
Decimal 5 129 71
Hex 5 81 47

RGB Percentages of Color #058147

%2.44
%62.93
%34.63

CMYK Percentages of Color #058147

%96
%0
%45
%49

Triadic Colors of #058147

#058147 #470581 #814705

Analogous Colors of #058147

#058147 #057d81 #058109

Monochromatic Colors of #058147

#058147

Complementary Color

#058147 #81053f

#058147 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#058147 Color Preview on White Background

Lorem ipsum dolor sit amet.

#058147 Color CSS Codes

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

#058147 Text Font Color

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

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


#058147 Background Color

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

This div background color is #058147


#058147 Border Color

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

This div border color is #058147


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #058147


Comments

No comments written yet.

Please login to write comment.