Color Hex Logo

#586b2a Color Hex

#586B2A
(88,107,42)
0 Favorites   0 Comments

Color spaces of #586b2a

RGB 8810742
HSL0.220.440.29
HSV78°61°42°
CMYK 0.180.000.61   0.58
XYZ9.700112.75734.1416
Yxy12.75730.36470.4796
Hunter Lab35.7174-14.028518.1272
CIE-Lab42.3953-18.044633.4201

#586b2a color RGB value is (88,107,42).

#586b2a hex color red value is 88, green value is 107 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #586b2a hue: 0.22 , saturation: 0.44 and the lightness value of 586b2a is 0.29.

The process color (four color CMYK) of #586b2a color hex is 0.18, 0.00, 0.61, 0.58. Web safe color of #586b2a is #666633. Color #586b2a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01101011 00101010
Octal 130 153 52
Decimal 88 107 42
Hex 58 6B 2A

RGB Percentages of Color #586b2a

%37.13
%45.15
%17.72

CMYK Percentages of Color #586b2a

%18
%0
%61
%58

Triadic Colors of #586b2a

#586b2a #2a586b #6b2a58

Analogous Colors of #586b2a

#586b2a #386b2a #6b5e2a

Monochromatic Colors of #586b2a

#586b2a

Complementary Color

#586b2a #3d2a6b

#586b2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#586b2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#586b2a Color CSS Codes

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

#586b2a Text Font Color

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

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


#586b2a Background Color

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

This div background color is #586b2a


#586b2a Border Color

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

This div border color is #586b2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #586b2a

#586b2a Color Palettes


Comments

No comments written yet.

Please login to write comment.