Color Hex Logo

#527159 Color Hex

#527159
(82,113,89)
0 Favorites   0 Comments

Color spaces of #527159

RGB 8211389
HSL0.370.160.38
HSV134°27°44°
CMYK 0.270.000.21   0.56
XYZ11.188014.325411.6266
Yxy14.32540.30120.3857
Hunter Lab37.8489-13.47168.2813
CIE-Lab44.6960-16.57839.7640

#527159 color RGB value is (82,113,89).

#527159 hex color red value is 82, green value is 113 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #527159 hue: 0.37 , saturation: 0.16 and the lightness value of 527159 is 0.38.

The process color (four color CMYK) of #527159 color hex is 0.27, 0.00, 0.21, 0.56. Web safe color of #527159 is #666666. Color #527159 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01110001 01011001
Octal 122 161 131
Decimal 82 113 89
Hex 52 71 59

RGB Percentages of Color #527159

%28.87
%39.79
%31.34

CMYK Percentages of Color #527159

%27
%0
%21
%56

Triadic Colors of #527159

#527159 #595271 #715952

Analogous Colors of #527159

#527159 #527169 #5b7152

Monochromatic Colors of #527159

#527159

Complementary Color

#527159 #71526a

#527159 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#527159 Color Preview on White Background

Lorem ipsum dolor sit amet.

#527159 Color CSS Codes

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

#527159 Text Font Color

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

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


#527159 Background Color

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

This div background color is #527159


#527159 Border Color

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

This div border color is #527159


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,113,89, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #527159; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #527159;
  -webkit-box-shadow: 1px 1px 3px 2px #527159;
  box-shadow:         1px 1px 3px 2px #527159; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #527159


Comments

No comments written yet.

Please login to write comment.