Color Hex Logo

#526163 Color Hex

#526163
(82,97,99)
0 Favorites   0 Comments

Color spaces of #526163

RGB 829799
HSL0.520.090.35
HSV187°17°39°
CMYK 0.170.020.00   0.61
XYZ10.006511.244113.4473
Yxy11.24410.28840.3241
Hunter Lab33.5322-5.4144-0.3043
CIE-Lab39.9886-5.2363-3.0669

#526163 color RGB value is (82,97,99).

#526163 hex color red value is 82, green value is 97 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #526163 hue: 0.52 , saturation: 0.09 and the lightness value of 526163 is 0.35.

The process color (four color CMYK) of #526163 color hex is 0.17, 0.02, 0.00, 0.61. Web safe color of #526163 is #666666. Color #526163 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01100001 01100011
Octal 122 141 143
Decimal 82 97 99
Hex 52 61 63

RGB Percentages of Color #526163

%29.50
%34.89
%35.61

CMYK Percentages of Color #526163

%17
%2
%0
%61

Triadic Colors of #526163

#526163 #635261 #616352

Analogous Colors of #526163

#526163 #525963 #52635d

Monochromatic Colors of #526163

#526163

Complementary Color

#526163 #635452

#526163 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526163 Color Preview on White Background

Lorem ipsum dolor sit amet.

#526163 Color CSS Codes

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

#526163 Text Font Color

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

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


#526163 Background Color

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

This div background color is #526163


#526163 Border Color

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

This div border color is #526163


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526163


Comments

No comments written yet.

Please login to write comment.