Color Hex Logo

#527262 Color Hex

#527262
(82,114,98)
0 Favorites   0 Comments

Color spaces of #527262

RGB 8211498
HSL0.420.160.38
HSV150°28°45°
CMYK 0.280.000.14   0.55
XYZ11.701614.710313.7779
Yxy14.71030.29120.3660
Hunter Lab38.3540-12.66015.5491
CIE-Lab45.2348-15.20705.1687

#527262 color RGB value is (82,114,98).

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

The process color (four color CMYK) of #527262 color hex is 0.28, 0.00, 0.14, 0.55. Web safe color of #527262 is #666666. Color #527262 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01110010 01100010
Octal 122 162 142
Decimal 82 114 98
Hex 52 72 62

RGB Percentages of Color #527262

%27.89
%38.78
%33.33

CMYK Percentages of Color #527262

%28
%0
%14
%55

Triadic Colors of #527262

#527262 #625272 #726252

Analogous Colors of #527262

#527262 #527272 #527252

Monochromatic Colors of #527262

#527262

Complementary Color

#527262 #725262

#527262 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#527262 Color Preview on White Background

Lorem ipsum dolor sit amet.

#527262 Color CSS Codes

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

#527262 Text Font Color

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

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


#527262 Background Color

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

This div background color is #527262


#527262 Border Color

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

This div border color is #527262


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #527262


Comments

No comments written yet.

Please login to write comment.