Color Hex Logo

#58b320 Color Hex

#58B320
(88,179,32)
0 Favorites   0 Comments

Color spaces of #58b320

RGB 8817932
HSL0.270.700.41
HSV97°82°70°
CMYK 0.510.000.82   0.30
XYZ20.405334.41926.9346
Yxy34.41920.33040.5573
Hunter Lab58.6679-40.584634.0594
CIE-Lab65.2940-51.014460.2920

#58b320 color RGB value is (88,179,32).

#58b320 hex color red value is 88, green value is 179 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #58b320 hue: 0.27 , saturation: 0.70 and the lightness value of 58b320 is 0.41.

The process color (four color CMYK) of #58b320 color hex is 0.51, 0.00, 0.82, 0.30. Web safe color of #58b320 is #66cc33. Color #58b320 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10110011 00100000
Octal 130 263 40
Decimal 88 179 32
Hex 58 B3 20

RGB Percentages of Color #58b320

%29.43
%59.87
%10.70

CMYK Percentages of Color #58b320

%51
%0
%82
%30

Triadic Colors of #58b320

#58b320 #2058b3 #b32058

Analogous Colors of #58b320

#58b320 #20b332 #a2b320

Monochromatic Colors of #58b320

#58b320

Complementary Color

#58b320 #7b20b3

#58b320 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58b320 Color Preview on White Background

Lorem ipsum dolor sit amet.

#58b320 Color CSS Codes

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

#58b320 Text Font Color

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

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


#58b320 Background Color

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

This div background color is #58b320


#58b320 Border Color

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

This div border color is #58b320


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,179,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #58b320; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #58b320;
  -webkit-box-shadow: 1px 1px 3px 2px #58b320;
  box-shadow:         1px 1px 3px 2px #58b320; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,179,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58b320


Comments

No comments written yet.

Please login to write comment.