Color Hex Logo

#527150 Color Hex

#527150
(82,113,80)
0 Favorites   0 Comments

Color spaces of #527150

RGB 8211380
HSL0.320.170.38
HSV116°29°44°
CMYK 0.270.000.29   0.56
XYZ10.832814.18339.7561
Yxy14.18330.31150.4079
Hunter Lab37.6607-14.562211.0033
CIE-Lab44.4947-18.331614.8055

#527150 color RGB value is (82,113,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01110001 01010000
Octal 122 161 120
Decimal 82 113 80
Hex 52 71 50

RGB Percentages of Color #527150

%29.82
%41.09
%29.09

CMYK Percentages of Color #527150

%27
%0
%29
%56

Triadic Colors of #527150

#527150 #505271 #715052

Analogous Colors of #527150

#527150 #50715f #637150

Monochromatic Colors of #527150

#527150

Complementary Color

#527150 #6f5071

#527150 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#527150 Color Preview on White Background

Lorem ipsum dolor sit amet.

#527150 Color CSS Codes

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

#527150 Text Font Color

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

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


#527150 Background Color

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

This div background color is #527150


#527150 Border Color

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

This div border color is #527150


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,113,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 #527150">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #527150


Comments

No comments written yet.

Please login to write comment.