Color Hex Logo

#058213 Color Hex

#058213
(5,130,19)
0 Favorites   0 Comments

Color spaces of #058213

RGB 513019
HSL0.350.930.26
HSV127°96°51°
CMYK 0.960.000.85   0.49
XYZ8.162816.04453.2828
Yxy16.04450.29690.5836
Hunter Lab40.0556-33.721323.1797
CIE-Lab47.0328-51.094246.4294

#058213 color RGB value is (5,130,19).

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

The process color (four color CMYK) of #058213 color hex is 0.96, 0.00, 0.85, 0.49. Web safe color of #058213 is #009900. Color #058213 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10000010 00010011
Octal 5 202 23
Decimal 5 130 19
Hex 5 82 13

RGB Percentages of Color #058213

%3.25
%84.42
%12.34

CMYK Percentages of Color #058213

%96
%0
%85
%49

Triadic Colors of #058213

#058213 #130582 #821305

Analogous Colors of #058213

#058213 #058252 #368205

Monochromatic Colors of #058213

#058213

Complementary Color

#058213 #820574

#058213 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#058213 Color Preview on White Background

Lorem ipsum dolor sit amet.

#058213 Color CSS Codes

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

#058213 Text Font Color

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

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


#058213 Background Color

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

This div background color is #058213


#058213 Border Color

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

This div border color is #058213


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #058213


Comments

No comments written yet.

Please login to write comment.