Color Hex Logo

#526120 Color Hex

#526120
(82,97,32)
0 Favorites   0 Comments

Color spaces of #526120

RGB 829732
HSL0.210.500.25
HSV74°67°38°
CMYK 0.150.000.67   0.62
XYZ8.015110.44752.9606
Yxy10.44750.37410.4877
Hunter Lab32.3226-12.301517.1951
CIE-Lab38.6339-16.230534.0555

#526120 color RGB value is (82,97,32).

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

The process color (four color CMYK) of #526120 color hex is 0.15, 0.00, 0.67, 0.62. Web safe color of #526120 is #666633. Color #526120 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01100001 00100000
Octal 122 141 40
Decimal 82 97 32
Hex 52 61 20

RGB Percentages of Color #526120

%38.86
%45.97
%15.17

CMYK Percentages of Color #526120

%15
%0
%67
%62

Triadic Colors of #526120

#526120 #205261 #612052

Analogous Colors of #526120

#526120 #326120 #615020

Monochromatic Colors of #526120

#526120

Complementary Color

#526120 #2f2061

#526120 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526120 Color Preview on White Background

Lorem ipsum dolor sit amet.

#526120 Color CSS Codes

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

#526120 Text Font Color

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

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


#526120 Background Color

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

This div background color is #526120


#526120 Border Color

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

This div border color is #526120


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526120


Comments

No comments written yet.

Please login to write comment.