Color Hex Logo

#526020 Color Hex

#526020
(82,96,32)
0 Favorites   0 Comments

Color spaces of #526020

RGB 829632
HSL0.200.500.25
HSV73°67°38°
CMYK 0.150.000.67   0.62
XYZ7.923310.26392.9300
Yxy10.26390.37520.4860
Hunter Lab32.0373-11.919617.0037
CIE-Lab38.3120-15.683233.7083

#526020 color RGB value is (82,96,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01100000 00100000
Octal 122 140 40
Decimal 82 96 32
Hex 52 60 20

RGB Percentages of Color #526020

%39.05
%45.71
%15.24

CMYK Percentages of Color #526020

%15
%0
%67
%62

Triadic Colors of #526020

#526020 #205260 #602052

Analogous Colors of #526020

#526020 #326020 #604e20

Monochromatic Colors of #526020

#526020

Complementary Color

#526020 #2e2060

#526020 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526020 Color Preview on White Background

Lorem ipsum dolor sit amet.

#526020 Color CSS Codes

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

#526020 Text Font Color

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

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


#526020 Background Color

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

This div background color is #526020


#526020 Border Color

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

This div border color is #526020


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526020


Comments

No comments written yet.

Please login to write comment.