Color Hex Logo

#586c2f Color Hex

#586C2F
(88,108,47)
0 Favorites   0 Comments

Color spaces of #586c2f

RGB 8810847
HSL0.220.390.30
HSV80°56°42°
CMYK 0.190.000.56   0.58
XYZ9.900213.00514.6778
Yxy13.00510.35890.4715
Hunter Lab36.0626-14.106217.5531
CIE-Lab42.7709-18.068231.2820

#586c2f color RGB value is (88,108,47).

#586c2f hex color red value is 88, green value is 108 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #586c2f hue: 0.22 , saturation: 0.39 and the lightness value of 586c2f is 0.30.

The process color (four color CMYK) of #586c2f color hex is 0.19, 0.00, 0.56, 0.58. Web safe color of #586c2f is #666633. Color #586c2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01101100 00101111
Octal 130 154 57
Decimal 88 108 47
Hex 58 6C 2F

RGB Percentages of Color #586c2f

%36.21
%44.44
%19.34

CMYK Percentages of Color #586c2f

%19
%0
%56
%58

Triadic Colors of #586c2f

#586c2f #2f586c #6c2f58

Analogous Colors of #586c2f

#586c2f #3a6c2f #6c622f

Monochromatic Colors of #586c2f

#586c2f

Complementary Color

#586c2f #432f6c

#586c2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#586c2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#586c2f Color CSS Codes

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

#586c2f Text Font Color

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

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


#586c2f Background Color

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

This div background color is #586c2f


#586c2f Border Color

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

This div border color is #586c2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #586c2f


Comments

No comments written yet.

Please login to write comment.