Color Hex Logo

#528015 Color Hex

#528015
(82,128,21)
0 Favorites   0 Comments

Color spaces of #528015

RGB 8212821
HSL0.240.720.29
HSV86°84°50°
CMYK 0.360.000.84   0.50
XYZ11.334217.28633.4487
Yxy17.28630.35340.5390
Hunter Lab41.5768-24.098724.1858
CIE-Lab48.6188-32.424048.1324

#528015 color RGB value is (82,128,21).

#528015 hex color red value is 82, green value is 128 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #528015 hue: 0.24 , saturation: 0.72 and the lightness value of 528015 is 0.29.

The process color (four color CMYK) of #528015 color hex is 0.36, 0.00, 0.84, 0.50. Web safe color of #528015 is #669900. Color #528015 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10000000 00010101
Octal 122 200 25
Decimal 82 128 21
Hex 52 80 15

RGB Percentages of Color #528015

%35.50
%55.41
%9.09

CMYK Percentages of Color #528015

%36
%0
%84
%50

Triadic Colors of #528015

#528015 #155280 #801552

Analogous Colors of #528015

#528015 #1d8015 #807915

Monochromatic Colors of #528015

#528015

Complementary Color

#528015 #431580

#528015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#528015 Color CSS Codes

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

#528015 Text Font Color

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

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


#528015 Background Color

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

This div background color is #528015


#528015 Border Color

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

This div border color is #528015


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528015


Comments

No comments written yet.

Please login to write comment.