Color Hex Logo

#58966e Color Hex

#58966E
(88,150,110)
0 Favorites   0 Comments

Color spaces of #58966e

RGB 88150110
HSL0.390.260.47
HSV141°41°59°
CMYK 0.410.000.27   0.41
XYZ17.745325.013218.6446
Yxy25.01320.28900.4074
Hunter Lab50.0132-24.189112.9063
CIE-Lab57.0883-29.264614.9534

#58966e color RGB value is (88,150,110).

#58966e hex color red value is 88, green value is 150 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #58966e hue: 0.39 , saturation: 0.26 and the lightness value of 58966e is 0.47.

The process color (four color CMYK) of #58966e color hex is 0.41, 0.00, 0.27, 0.41. Web safe color of #58966e is #669966. Color #58966e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10010110 01101110
Octal 130 226 156
Decimal 88 150 110
Hex 58 96 6E

RGB Percentages of Color #58966e

%25.29
%43.10
%31.61

CMYK Percentages of Color #58966e

%41
%0
%27
%41

Triadic Colors of #58966e

#58966e #6e5896 #966e58

Analogous Colors of #58966e

#58966e #58968d #619658

Monochromatic Colors of #58966e

#58966e

Complementary Color

#58966e #965880

#58966e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58966e Color Preview on White Background

Lorem ipsum dolor sit amet.

#58966e Color CSS Codes

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

#58966e Text Font Color

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

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


#58966e Background Color

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

This div background color is #58966e


#58966e Border Color

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

This div border color is #58966e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,150,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #58966e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #58966e;
  -webkit-box-shadow: 1px 1px 3px 2px #58966e;
  box-shadow:         1px 1px 3px 2px #58966e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58966e


Comments

No comments written yet.

Please login to write comment.