Color Hex Logo

#528415 Color Hex

#528415
(82,132,21)
0 Favorites   0 Comments

Color spaces of #528415

RGB 8213221
HSL0.240.730.30
HSV87°84°52°
CMYK 0.380.000.84   0.48
XYZ11.866318.35053.6261
Yxy18.35050.35060.5422
Hunter Lab42.8375-25.519824.9675
CIE-Lab49.9185-34.233749.3063

#528415 color RGB value is (82,132,21).

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

The process color (four color CMYK) of #528415 color hex is 0.38, 0.00, 0.84, 0.48. Web safe color of #528415 is #669900. Color #528415 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10000100 00010101
Octal 122 204 25
Decimal 82 132 21
Hex 52 84 15

RGB Percentages of Color #528415

%34.89
%56.17
%8.94

CMYK Percentages of Color #528415

%38
%0
%84
%48

Triadic Colors of #528415

#528415 #155284 #841552

Analogous Colors of #528415

#528415 #1a8415 #847f15

Monochromatic Colors of #528415

#528415

Complementary Color

#528415 #471584

#528415 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528415 Color Preview on White Background

Lorem ipsum dolor sit amet.

#528415 Color CSS Codes

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

#528415 Text Font Color

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

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


#528415 Background Color

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

This div background color is #528415


#528415 Border Color

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

This div border color is #528415


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528415


Comments

No comments written yet.

Please login to write comment.