Color Hex Logo

#526655 Color Hex

#526655
(82,102,85)
0 Favorites   0 Comments

Color spaces of #526655

RGB 8210285
HSL0.360.110.36
HSV129°20°40°
CMYK 0.200.000.17   0.60
XYZ9.870711.952510.3811
Yxy11.95250.30650.3711
Hunter Lab34.5724-9.53856.3976
CIE-Lab41.1405-11.27457.1508

#526655 color RGB value is (82,102,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01100110 01010101
Octal 122 146 125
Decimal 82 102 85
Hex 52 66 55

RGB Percentages of Color #526655

%30.48
%37.92
%31.60

CMYK Percentages of Color #526655

%20
%0
%17
%60

Triadic Colors of #526655

#526655 #555266 #665552

Analogous Colors of #526655

#526655 #52665f #596652

Monochromatic Colors of #526655

#526655

Complementary Color

#526655 #665263

#526655 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526655 Color Preview on White Background

Lorem ipsum dolor sit amet.

#526655 Color CSS Codes

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

#526655 Text Font Color

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

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


#526655 Background Color

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

This div background color is #526655


#526655 Border Color

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

This div border color is #526655


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526655


Comments

No comments written yet.

Please login to write comment.