Color Hex Logo

#58750b Color Hex

#58750B
(88,117,11)
0 Favorites   0 Comments

Color spaces of #58750b

RGB 8811711
HSL0.210.830.25
HSV76°91°46°
CMYK 0.250.000.91   0.54
XYZ10.446214.82142.6269
Yxy14.82140.37450.5313
Hunter Lab38.4986-18.938322.9034
CIE-Lab45.3886-25.103648.0517

#58750b color RGB value is (88,117,11).

#58750b hex color red value is 88, green value is 117 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #58750b hue: 0.21 , saturation: 0.83 and the lightness value of 58750b is 0.25.

The process color (four color CMYK) of #58750b color hex is 0.25, 0.00, 0.91, 0.54. Web safe color of #58750b is #666600. Color #58750b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01110101 00001011
Octal 130 165 13
Decimal 88 117 11
Hex 58 75 B

RGB Percentages of Color #58750b

%40.74
%54.17
%5.09

CMYK Percentages of Color #58750b

%25
%0
%91
%54

Triadic Colors of #58750b

#58750b #0b5875 #750b58

Analogous Colors of #58750b

#58750b #23750b #755d0b

Monochromatic Colors of #58750b

#58750b

Complementary Color

#58750b #280b75

#58750b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58750b Color Preview on White Background

Lorem ipsum dolor sit amet.

#58750b Color CSS Codes

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

#58750b Text Font Color

<p style="color:#58750b">Text here</p>

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


#58750b Background Color

<div style="background-color:#58750b">
Div content here</div>

This div background color is #58750b


#58750b Border Color

<div style="border:3px solid #58750b">
Div here</div>

This div border color is #58750b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,117,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #58750b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #58750b;
  -webkit-box-shadow: 1px 1px 3px 2px #58750b;
  box-shadow:         1px 1px 3px 2px #58750b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58750b


Comments

No comments written yet.

Please login to write comment.