Color Hex Logo

#526768 Color Hex

#526768
(82,103,104)
1 Favorites   0 Comments

Color spaces of #526768

RGB 82103104
HSL0.510.120.36
HSV183°21°41°
CMYK 0.210.010.00   0.59
XYZ10.828612.493814.9375
Yxy12.49380.28300.3266
Hunter Lab35.3466-7.1721-0.3134
CIE-Lab41.9904-7.5687-3.1665

#526768 color RGB value is (82,103,104).

#526768 hex color red value is 82, green value is 103 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #526768 hue: 0.51 , saturation: 0.12 and the lightness value of 526768 is 0.36.

The process color (four color CMYK) of #526768 color hex is 0.21, 0.01, 0.00, 0.59. Web safe color of #526768 is #666666. Color #526768 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01100111 01101000
Octal 122 147 150
Decimal 82 103 104
Hex 52 67 68

RGB Percentages of Color #526768

%28.37
%35.64
%35.99

CMYK Percentages of Color #526768

%21
%1
%0
%59

Triadic Colors of #526768

#526768 #685267 #676852

Analogous Colors of #526768

#526768 #525c68 #52685e

Monochromatic Colors of #526768

#526768

Complementary Color

#526768 #685352

#526768 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526768 Color Preview on White Background

Lorem ipsum dolor sit amet.

#526768 Color CSS Codes

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

#526768 Text Font Color

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

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


#526768 Background Color

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

This div background color is #526768


#526768 Border Color

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

This div border color is #526768


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526768


Comments

No comments written yet.

Please login to write comment.