Color Hex Logo

#58944a Color Hex

#58944A
(88,148,74)
0 Favorites   0 Comments

Color spaces of #58944a

RGB 8814874
HSL0.300.330.44
HSV109°50°58°
CMYK 0.410.000.50   0.42
XYZ15.850423.748910.2272
Yxy23.74890.31810.4766
Hunter Lab48.7328-27.225221.6702
CIE-Lab55.8355-34.421732.9407

#58944a color RGB value is (88,148,74).

#58944a hex color red value is 88, green value is 148 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #58944a hue: 0.30 , saturation: 0.33 and the lightness value of 58944a is 0.44.

The process color (four color CMYK) of #58944a color hex is 0.41, 0.00, 0.50, 0.42. Web safe color of #58944a is #669933. Color #58944a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10010100 01001010
Octal 130 224 112
Decimal 88 148 74
Hex 58 94 4A

RGB Percentages of Color #58944a

%28.39
%47.74
%23.87

CMYK Percentages of Color #58944a

%41
%0
%50
%42

Triadic Colors of #58944a

#58944a #4a5894 #944a58

Analogous Colors of #58944a

#58944a #4a9461 #7d944a

Monochromatic Colors of #58944a

#58944a

Complementary Color

#58944a #864a94

#58944a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58944a Color Preview on White Background

Lorem ipsum dolor sit amet.

#58944a Color CSS Codes

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

#58944a Text Font Color

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

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


#58944a Background Color

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

This div background color is #58944a


#58944a Border Color

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

This div border color is #58944a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,148,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #58944a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #58944a;
  -webkit-box-shadow: 1px 1px 3px 2px #58944a;
  box-shadow:         1px 1px 3px 2px #58944a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58944a


Comments

No comments written yet.

Please login to write comment.