Color Hex Logo

#58946f Color Hex

#58946F
(88,148,111)
0 Favorites   0 Comments

Color spaces of #58946f

RGB 88148111
HSL0.400.250.46
HSV143°41°58°
CMYK 0.410.000.25   0.42
XYZ17.483624.402218.8275
Yxy24.40220.28800.4019
Hunter Lab49.3986-23.271211.9815
CIE-Lab56.4883-28.090013.5569

#58946f color RGB value is (88,148,111).

#58946f hex color red value is 88, green value is 148 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #58946f hue: 0.40 , saturation: 0.25 and the lightness value of 58946f is 0.46.

The process color (four color CMYK) of #58946f color hex is 0.41, 0.00, 0.25, 0.42. Web safe color of #58946f is #669966. Color #58946f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10010100 01101111
Octal 130 224 157
Decimal 88 148 111
Hex 58 94 6F

RGB Percentages of Color #58946f

%25.36
%42.65
%31.99

CMYK Percentages of Color #58946f

%41
%0
%25
%42

Triadic Colors of #58946f

#58946f #6f5894 #946f58

Analogous Colors of #58946f

#58946f #58948d #5f9458

Monochromatic Colors of #58946f

#58946f

Complementary Color

#58946f #94587d

#58946f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58946f Color Preview on White Background

Lorem ipsum dolor sit amet.

#58946f Color CSS Codes

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

#58946f Text Font Color

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

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


#58946f Background Color

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

This div background color is #58946f


#58946f Border Color

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

This div border color is #58946f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58946f


Comments

No comments written yet.

Please login to write comment.