Color Hex Logo

#58752d Color Hex

#58752D
(88,117,45)
0 Favorites   0 Comments

Color spaces of #58752d

RGB 8811745
HSL0.230.440.32
HSV84°62°46°
CMYK 0.250.000.62   0.54
XYZ10.859414.98674.8030
Yxy14.98670.35430.4890
Hunter Lab38.7127-17.675619.7429
CIE-Lab45.6160-22.966535.5678

#58752d color RGB value is (88,117,45).

#58752d hex color red value is 88, green value is 117 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #58752d hue: 0.23 , saturation: 0.44 and the lightness value of 58752d is 0.32.

The process color (four color CMYK) of #58752d color hex is 0.25, 0.00, 0.62, 0.54. Web safe color of #58752d is #666633. Color #58752d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01110101 00101101
Octal 130 165 55
Decimal 88 117 45
Hex 58 75 2D

RGB Percentages of Color #58752d

%35.20
%46.80
%18.00

CMYK Percentages of Color #58752d

%25
%0
%62
%54

Triadic Colors of #58752d

#58752d #2d5875 #752d58

Analogous Colors of #58752d

#58752d #34752d #756e2d

Monochromatic Colors of #58752d

#58752d

Complementary Color

#58752d #4a2d75

#58752d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58752d Color Preview on White Background

Lorem ipsum dolor sit amet.

#58752d Color CSS Codes

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

#58752d Text Font Color

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

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


#58752d Background Color

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

This div background color is #58752d


#58752d Border Color

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

This div border color is #58752d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58752d


Comments

No comments written yet.

Please login to write comment.