Color Hex Logo

#526806 Color Hex

#526806
(82,104,6)
0 Favorites   0 Comments

Color spaces of #526806

RGB 821046
HSL0.200.890.22
HSV73°94°41°
CMYK 0.210.000.94   0.59
XYZ8.462911.70761.9861
Yxy11.70760.38200.5284
Hunter Lab34.2164-15.729420.5100
CIE-Lab40.7476-21.331745.1932

#526806 color RGB value is (82,104,6).

#526806 hex color red value is 82, green value is 104 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #526806 hue: 0.20 , saturation: 0.89 and the lightness value of 526806 is 0.22.

The process color (four color CMYK) of #526806 color hex is 0.21, 0.00, 0.94, 0.59. Web safe color of #526806 is #666600. Color #526806 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01101000 00000110
Octal 122 150 6
Decimal 82 104 6
Hex 52 68 6

RGB Percentages of Color #526806

%42.71
%54.17
%3.13

CMYK Percentages of Color #526806

%21
%0
%94
%59

Triadic Colors of #526806

#526806 #065268 #680652

Analogous Colors of #526806

#526806 #216806 #684d06

Monochromatic Colors of #526806

#526806

Complementary Color

#526806 #1c0668

#526806 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526806 Color Preview on White Background

Lorem ipsum dolor sit amet.

#526806 Color CSS Codes

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

#526806 Text Font Color

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

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


#526806 Background Color

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

This div background color is #526806


#526806 Border Color

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

This div border color is #526806


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526806


Comments

No comments written yet.

Please login to write comment.