Color Hex Logo

#526856 Color Hex

#526856
(82,104,86)
0 Favorites   0 Comments

Color spaces of #526856

RGB 8210486
HSL0.360.120.36
HSV131°21°41°
CMYK 0.210.000.17   0.59
XYZ10.109712.366410.6582
Yxy12.36640.30510.3732
Hunter Lab35.1659-10.22416.6463
CIE-Lab41.7926-12.20357.4693

#526856 color RGB value is (82,104,86).

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

The process color (four color CMYK) of #526856 color hex is 0.21, 0.00, 0.17, 0.59. Web safe color of #526856 is #666666. Color #526856 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01101000 01010110
Octal 122 150 126
Decimal 82 104 86
Hex 52 68 56

RGB Percentages of Color #526856

%30.15
%38.24
%31.62

CMYK Percentages of Color #526856

%21
%0
%17
%59

Triadic Colors of #526856

#526856 #565268 #685652

Analogous Colors of #526856

#526856 #526861 #596852

Monochromatic Colors of #526856

#526856

Complementary Color

#526856 #685264

#526856 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526856 Color Preview on White Background

Lorem ipsum dolor sit amet.

#526856 Color CSS Codes

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

#526856 Text Font Color

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

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


#526856 Background Color

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

This div background color is #526856


#526856 Border Color

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

This div border color is #526856


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526856


Comments

No comments written yet.

Please login to write comment.