Color Hex Logo

#58860d Color Hex

#58860D
(88,134,13)
0 Favorites   0 Comments

Color spaces of #58860d

RGB 8813413
HSL0.230.820.29
HSV83°90°53°
CMYK 0.340.000.90   0.47
XYZ12.622219.15403.4126
Yxy19.15400.35870.5443
Hunter Lab43.7653-25.108726.0126
CIE-Lab50.8669-33.124252.2300

#58860d color RGB value is (88,134,13).

#58860d hex color red value is 88, green value is 134 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #58860d hue: 0.23 , saturation: 0.82 and the lightness value of 58860d is 0.29.

The process color (four color CMYK) of #58860d color hex is 0.34, 0.00, 0.90, 0.47. Web safe color of #58860d is #669900. Color #58860d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10000110 00001101
Octal 130 206 15
Decimal 88 134 13
Hex 58 86 D

RGB Percentages of Color #58860d

%37.45
%57.02
%5.53

CMYK Percentages of Color #58860d

%34
%0
%90
%47

Triadic Colors of #58860d

#58860d #0d5886 #860d58

Analogous Colors of #58860d

#58860d #1c860d #86780d

Monochromatic Colors of #58860d

#58860d

Complementary Color

#58860d #3b0d86

#58860d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58860d Color Preview on White Background

Lorem ipsum dolor sit amet.

#58860d Color CSS Codes

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

#58860d Text Font Color

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

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


#58860d Background Color

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

This div background color is #58860d


#58860d Border Color

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

This div border color is #58860d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58860d


Comments

No comments written yet.

Please login to write comment.