color codes Logo

#58982c color codes

#58982C
(88,152,44)
0 Favorites   0 Comments

Color spaces of #58982c

RGB 8815244
HSL0.270.550.38
HSV96°71°60°
CMYK 0.420.000.71   0.40
XYZ15.707424.71306.3251
Yxy24.71300.33600.5287
Hunter Lab49.7122-30.596227.2548
CIE-Lab56.7947-39.386448.0502

#58982c color RGB value is (88,152,44).

#58982c hex color red value is 88, green value is 152 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #58982c hue: 0.27 , saturation: 0.55 and the lightness value of 58982c is 0.38.

The process color (four color CMYK) of #58982c color code is 0.42, 0.00, 0.71, 0.40. Web safe color of #58982c is #669933. Color #58982c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10011000 00101100
Octal 130 230 54
Decimal 88 152 44
Hex 58 98 2C

RGB Percentages of Color #58982c

%30.99
%53.52
%15.49

CMYK Percentages of Color #58982c

%42
%0
%71
%40

Triadic Colors of #58982c

#58982c #2c5898 #982c58

Analogous Colors of #58982c

#58982c #2c9836 #8e982c

Monochromatic Colors of #58982c

#58982c

Complementary Color

#58982c #6c2c98

#58982c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58982c Color Preview on White Background

Lorem ipsum dolor sit amet.

#58982c Color CSS Codes

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

#58982c Text Font Color

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

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


#58982c Background Color

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

This div background color is #58982c


#58982c Border Color

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

This div border color is #58982c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,152,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #58982c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #58982c;
  -webkit-box-shadow: 1px 1px 3px 2px #58982c;
  box-shadow:         1px 1px 3px 2px #58982c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58982c


Comments

No comments written yet.

Please login to write comment.