Color Hex Logo

#586450 Color Hex

#586450
(88,100,80)
0 Favorites   0 Comments

Color spaces of #586450

RGB 8810080
HSL0.270.110.35
HSV96°20°39°
CMYK 0.120.000.20   0.61
XYZ10.029611.76829.3323
Yxy11.76820.32220.3780
Hunter Lab34.3048-7.84597.8841
CIE-Lab40.8453-8.74769.8286

#586450 color RGB value is (88,100,80).

#586450 hex color red value is 88, green value is 100 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #586450 hue: 0.27 , saturation: 0.11 and the lightness value of 586450 is 0.35.

The process color (four color CMYK) of #586450 color hex is 0.12, 0.00, 0.20, 0.61. Web safe color of #586450 is #666666. Color #586450 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01100100 01010000
Octal 130 144 120
Decimal 88 100 80
Hex 58 64 50

RGB Percentages of Color #586450

%32.84
%37.31
%29.85

CMYK Percentages of Color #586450

%12
%0
%20
%61

Triadic Colors of #586450

#586450 #505864 #645058

Analogous Colors of #586450

#586450 #506452 #626450

Monochromatic Colors of #586450

#586450

Complementary Color

#586450 #5c5064

#586450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#586450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#586450 Color CSS Codes

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

#586450 Text Font Color

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

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


#586450 Background Color

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

This div background color is #586450


#586450 Border Color

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

This div border color is #586450


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,100,80, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #586450; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #586450;
  -webkit-box-shadow: 1px 1px 3px 2px #586450;
  box-shadow:         1px 1px 3px 2px #586450; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #586450


Comments

No comments written yet.

Please login to write comment.