Color Hex Logo

#58683d Color Hex

#58683D
(88,104,61)
0 Favorites   0 Comments

Color spaces of #58683d

RGB 8810461
HSL0.230.260.32
HSV82°41°41°
CMYK 0.150.000.41   0.59
XYZ9.817112.31236.2740
Yxy12.31230.34560.4335
Hunter Lab35.0889-11.465213.9610
CIE-Lab41.7082-14.147622.2482

#58683d color RGB value is (88,104,61).

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

The process color (four color CMYK) of #58683d color hex is 0.15, 0.00, 0.41, 0.59. Web safe color of #58683d is #666633. Color #58683d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01101000 00111101
Octal 130 150 75
Decimal 88 104 61
Hex 58 68 3D

RGB Percentages of Color #58683d

%34.78
%41.11
%24.11

CMYK Percentages of Color #58683d

%15
%0
%41
%59

Triadic Colors of #58683d

#58683d #3d5868 #683d58

Analogous Colors of #58683d

#58683d #43683d #68633d

Monochromatic Colors of #58683d

#58683d

Complementary Color

#58683d #4d3d68

#58683d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58683d Color Preview on White Background

Lorem ipsum dolor sit amet.

#58683d Color CSS Codes

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

#58683d Text Font Color

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

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


#58683d Background Color

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

This div background color is #58683d


#58683d Border Color

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

This div border color is #58683d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58683d


Comments

No comments written yet.

Please login to write comment.