Color Hex Logo

#526320 Color Hex

#526320
(82,99,32)
0 Favorites   0 Comments

Color spaces of #526320

RGB 829932
HSL0.210.510.26
HSV75°68°39°
CMYK 0.170.000.68   0.61
XYZ8.202210.82183.0230
Yxy10.82180.37200.4909
Hunter Lab32.8965-13.062917.5791
CIE-Lab39.2787-17.316934.7476

#526320 color RGB value is (82,99,32).

#526320 hex color red value is 82, green value is 99 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #526320 hue: 0.21 , saturation: 0.51 and the lightness value of 526320 is 0.26.

The process color (four color CMYK) of #526320 color hex is 0.17, 0.00, 0.68, 0.61. Web safe color of #526320 is #666633. Color #526320 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01100011 00100000
Octal 122 143 40
Decimal 82 99 32
Hex 52 63 20

RGB Percentages of Color #526320

%38.50
%46.48
%15.02

CMYK Percentages of Color #526320

%17
%0
%68
%61

Triadic Colors of #526320

#526320 #205263 #632052

Analogous Colors of #526320

#526320 #316320 #635320

Monochromatic Colors of #526320

#526320

Complementary Color

#526320 #312063

#526320 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526320 Color Preview on White Background

Lorem ipsum dolor sit amet.

#526320 Color CSS Codes

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

#526320 Text Font Color

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

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


#526320 Background Color

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

This div background color is #526320


#526320 Border Color

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

This div border color is #526320


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526320


Comments

No comments written yet.

Please login to write comment.