Color Hex Logo

#58886d Color Hex

#58886D
(88,136,109)
0 Favorites   0 Comments

Color spaces of #58886d

RGB 88136109
HSL0.410.210.44
HSV146°35°53°
CMYK 0.350.000.20   0.47
XYZ15.589020.787217.6587
Yxy20.78720.28850.3847
Hunter Lab45.5930-18.75568.9514
CIE-Lab52.7158-22.49619.4078

#58886d color RGB value is (88,136,109).

#58886d hex color red value is 88, green value is 136 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #58886d hue: 0.41 , saturation: 0.21 and the lightness value of 58886d is 0.44.

The process color (four color CMYK) of #58886d color hex is 0.35, 0.00, 0.20, 0.47. Web safe color of #58886d is #669966. Color #58886d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10001000 01101101
Octal 130 210 155
Decimal 88 136 109
Hex 58 88 6D

RGB Percentages of Color #58886d

%26.43
%40.84
%32.73

CMYK Percentages of Color #58886d

%35
%0
%20
%47

Triadic Colors of #58886d

#58886d #6d5888 #886d58

Analogous Colors of #58886d

#58886d #588885 #5b8858

Monochromatic Colors of #58886d

#58886d

Complementary Color

#58886d #885873

#58886d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58886d Color Preview on White Background

Lorem ipsum dolor sit amet.

#58886d Color CSS Codes

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

#58886d Text Font Color

<p style="color:#58886d">Text here</p>

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


#58886d Background Color

<div style="background-color:#58886d">
Div content here</div>

This div background color is #58886d


#58886d Border Color

<div style="border:3px solid #58886d">
Div here</div>

This div border color is #58886d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,136,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #58886d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #58886d;
  -webkit-box-shadow: 1px 1px 3px 2px #58886d;
  box-shadow:         1px 1px 3px 2px #58886d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58886d


Comments

No comments written yet.

Please login to write comment.