Color Hex Logo

#058410 Color Hex

#058410
(5,132,16)
0 Favorites   0 Comments

Color spaces of #058410

RGB 513216
HSL0.350.930.27
HSV125°96°52°
CMYK 0.960.000.88   0.48
XYZ8.407416.57223.2459
Yxy16.57220.29790.5871
Hunter Lab40.7090-34.376123.7688
CIE-Lab47.7164-51.858947.8421

#058410 color RGB value is (5,132,16).

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

The process color (four color CMYK) of #058410 color hex is 0.96, 0.00, 0.88, 0.48. Web safe color of #058410 is #009900. Color #058410 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10000100 00010000
Octal 5 204 20
Decimal 5 132 16
Hex 5 84 10

RGB Percentages of Color #058410

%3.27
%86.27
%10.46

CMYK Percentages of Color #058410

%96
%0
%88
%48

Triadic Colors of #058410

#058410 #100584 #841005

Analogous Colors of #058410

#058410 #058450 #3a8405

Monochromatic Colors of #058410

#058410

Complementary Color

#058410 #840579

#058410 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#058410 Color Preview on White Background

Lorem ipsum dolor sit amet.

#058410 Color CSS Codes

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

#058410 Text Font Color

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

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


#058410 Background Color

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

This div background color is #058410


#058410 Border Color

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

This div border color is #058410


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #058410


Comments

No comments written yet.

Please login to write comment.