Color Hex Logo

#526a68 Color Hex

#526A68
(82,106,104)
0 Favorites   0 Comments

Color spaces of #526a68

RGB 82106104
HSL0.490.130.37
HSV175°23°42°
CMYK 0.230.000.02   0.58
XYZ11.132413.101415.0388
Yxy13.10140.28350.3336
Hunter Lab36.1959-8.44330.7031
CIE-Lab42.9156-9.3108-1.8040

#526a68 color RGB value is (82,106,104).

#526a68 hex color red value is 82, green value is 106 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #526a68 hue: 0.49 , saturation: 0.13 and the lightness value of 526a68 is 0.37.

The process color (four color CMYK) of #526a68 color hex is 0.23, 0.00, 0.02, 0.58. Web safe color of #526a68 is #666666. Color #526a68 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01101010 01101000
Octal 122 152 150
Decimal 82 106 104
Hex 52 6A 68

RGB Percentages of Color #526a68

%28.08
%36.30
%35.62

CMYK Percentages of Color #526a68

%23
%0
%2
%58

Triadic Colors of #526a68

#526a68 #68526a #6a6852

Analogous Colors of #526a68

#526a68 #52606a #526a5c

Monochromatic Colors of #526a68

#526a68

Complementary Color

#526a68 #6a5254

#526a68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526a68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#526a68 Color CSS Codes

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

#526a68 Text Font Color

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

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


#526a68 Background Color

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

This div background color is #526a68


#526a68 Border Color

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

This div border color is #526a68


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,106,104, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #526a68; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #526a68;
  -webkit-box-shadow: 1px 1px 3px 2px #526a68;
  box-shadow:         1px 1px 3px 2px #526a68; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526a68


Comments

No comments written yet.

Please login to write comment.