Color Hex Logo

#526763 Color Hex

#526763
(82,103,99)
1 Favorites   0 Comments

Color spaces of #526763

RGB 8210399
HSL0.470.110.36
HSV169°20°40°
CMYK 0.200.000.04   0.60
XYZ10.582112.395213.6392
Yxy12.39520.28900.3385
Hunter Lab35.2068-7.96031.6757
CIE-Lab41.8375-8.7628-0.3508

#526763 color RGB value is (82,103,99).

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

The process color (four color CMYK) of #526763 color hex is 0.20, 0.00, 0.04, 0.60. Web safe color of #526763 is #666666. Color #526763 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01100111 01100011
Octal 122 147 143
Decimal 82 103 99
Hex 52 67 63

RGB Percentages of Color #526763

%28.87
%36.27
%34.86

CMYK Percentages of Color #526763

%20
%0
%4
%60

Triadic Colors of #526763

#526763 #635267 #676352

Analogous Colors of #526763

#526763 #526167 #526759

Monochromatic Colors of #526763

#526763

Complementary Color

#526763 #675256

#526763 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526763 Color Preview on White Background

Lorem ipsum dolor sit amet.

#526763 Color CSS Codes

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

#526763 Text Font Color

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

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


#526763 Background Color

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

This div background color is #526763


#526763 Border Color

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

This div border color is #526763


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526763


Comments

No comments written yet.

Please login to write comment.