Color Hex Logo

#525648 Color Hex

#525648
(82,86,72)
0 Favorites   0 Comments

Color spaces of #525648

RGB 828672
HSL0.210.090.31
HSV77°16°34°
CMYK 0.050.000.16   0.66
XYZ7.97728.91737.4317
Yxy8.91730.32790.3666
Hunter Lab29.8618-4.57436.1478
CIE-Lab35.8246-4.46767.6181

#525648 color RGB value is (82,86,72).

#525648 hex color red value is 82, green value is 86 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #525648 hue: 0.21 , saturation: 0.09 and the lightness value of 525648 is 0.31.

The process color (four color CMYK) of #525648 color hex is 0.05, 0.00, 0.16, 0.66. Web safe color of #525648 is #666633. Color #525648 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01010110 01001000
Octal 122 126 110
Decimal 82 86 72
Hex 52 56 48

RGB Percentages of Color #525648

%34.17
%35.83
%30.00

CMYK Percentages of Color #525648

%5
%0
%16
%66

Triadic Colors of #525648

#525648 #485256 #564852

Analogous Colors of #525648

#525648 #4b5648 #565348

Monochromatic Colors of #525648

#525648

Complementary Color

#525648 #4c4856

#525648 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525648 Color Preview on White Background

Lorem ipsum dolor sit amet.

#525648 Color CSS Codes

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

#525648 Text Font Color

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

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


#525648 Background Color

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

This div background color is #525648


#525648 Border Color

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

This div border color is #525648


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525648


Comments

No comments written yet.

Please login to write comment.