Color Hex Logo

#586a40 Color Hex

#586A40
(88,106,64)
0 Favorites   0 Comments

Color spaces of #586a40

RGB 8810664
HSL0.240.250.33
HSV86°40°42°
CMYK 0.170.000.40   0.58
XYZ10.104012.75296.7795
Yxy12.75290.34090.4303
Hunter Lab35.7112-11.990513.7421
CIE-Lab42.3885-14.816621.3998

#586a40 color RGB value is (88,106,64).

#586a40 hex color red value is 88, green value is 106 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #586a40 hue: 0.24 , saturation: 0.25 and the lightness value of 586a40 is 0.33.

The process color (four color CMYK) of #586a40 color hex is 0.17, 0.00, 0.40, 0.58. Web safe color of #586a40 is #666633. Color #586a40 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01101010 01000000
Octal 130 152 100
Decimal 88 106 64
Hex 58 6A 40

RGB Percentages of Color #586a40

%34.11
%41.09
%24.81

CMYK Percentages of Color #586a40

%17
%0
%40
%58

Triadic Colors of #586a40

#586a40 #40586a #6a4058

Analogous Colors of #586a40

#586a40 #436a40 #6a6740

Monochromatic Colors of #586a40

#586a40

Complementary Color

#586a40 #52406a

#586a40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#586a40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#586a40 Color CSS Codes

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

#586a40 Text Font Color

<p style="color:#586a40">Text here</p>

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


#586a40 Background Color

<div style="background-color:#586a40">
Div content here</div>

This div background color is #586a40


#586a40 Border Color

<div style="border:3px solid #586a40">
Div here</div>

This div border color is #586a40


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,106,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #586a40; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #586a40;
  -webkit-box-shadow: 1px 1px 3px 2px #586a40;
  box-shadow:         1px 1px 3px 2px #586a40; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #586a40


Comments

No comments written yet.

Please login to write comment.