Color Hex Logo

#59826d Color Hex

#59826D
(89,130,109)
0 Favorites   0 Comments

Color spaces of #59826d

RGB 89130109
HSL0.410.190.43
HSV149°32°51°
CMYK 0.320.000.16   0.49
XYZ14.862819.193217.3893
Yxy19.19320.28890.3731
Hunter Lab43.8100-16.11057.1334
CIE-Lab50.9125-19.04086.8561

#59826d color RGB value is (89,130,109).

#59826d hex color red value is 89, green value is 130 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #59826d hue: 0.41 , saturation: 0.19 and the lightness value of 59826d is 0.43.

The process color (four color CMYK) of #59826d color hex is 0.32, 0.00, 0.16, 0.49. Web safe color of #59826d is #669966. Color #59826d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10000010 01101101
Octal 131 202 155
Decimal 89 130 109
Hex 59 82 6D

RGB Percentages of Color #59826d

%27.13
%39.63
%33.23

CMYK Percentages of Color #59826d

%32
%0
%16
%49

Triadic Colors of #59826d

#59826d #6d5982 #826d59

Analogous Colors of #59826d

#59826d #598282 #5a8259

Monochromatic Colors of #59826d

#59826d

Complementary Color

#59826d #82596e

#59826d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59826d Color Preview on White Background

Lorem ipsum dolor sit amet.

#59826d Color CSS Codes

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

#59826d Text Font Color

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

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


#59826d Background Color

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

This div background color is #59826d


#59826d Border Color

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

This div border color is #59826d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,130,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #59826d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #59826d;
  -webkit-box-shadow: 1px 1px 3px 2px #59826d;
  box-shadow:         1px 1px 3px 2px #59826d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,130,109, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59826d


Comments

No comments written yet.

Please login to write comment.