Color Hex Logo

#527d4e Color Hex

#527D4E
(82,125,78)
0 Favorites   0 Comments

Color spaces of #527d4e

RGB 8212578
HSL0.320.230.40
HSV115°38°49°
CMYK 0.340.000.38   0.51
XYZ12.188417.01119.8488
Yxy17.01110.31210.4356
Hunter Lab41.2445-19.428414.7133
CIE-Lab48.2740-24.904521.0390

#527d4e color RGB value is (82,125,78).

#527d4e hex color red value is 82, green value is 125 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #527d4e hue: 0.32 , saturation: 0.23 and the lightness value of 527d4e is 0.40.

The process color (four color CMYK) of #527d4e color hex is 0.34, 0.00, 0.38, 0.51. Web safe color of #527d4e is #666666. Color #527d4e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01111101 01001110
Octal 122 175 116
Decimal 82 125 78
Hex 52 7D 4E

RGB Percentages of Color #527d4e

%28.77
%43.86
%27.37

CMYK Percentages of Color #527d4e

%34
%0
%38
%51

Triadic Colors of #527d4e

#527d4e #4e527d #7d4e52

Analogous Colors of #527d4e

#527d4e #4e7d62 #6a7d4e

Monochromatic Colors of #527d4e

#527d4e

Complementary Color

#527d4e #794e7d

#527d4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#527d4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#527d4e Color CSS Codes

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

#527d4e Text Font Color

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

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


#527d4e Background Color

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

This div background color is #527d4e


#527d4e Border Color

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

This div border color is #527d4e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,125,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #527d4e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #527d4e;
  -webkit-box-shadow: 1px 1px 3px 2px #527d4e;
  box-shadow:         1px 1px 3px 2px #527d4e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #527d4e


Comments

No comments written yet.

Please login to write comment.