Color Hex Logo

#528403 Color Hex

#528403
(82,132,3)
0 Favorites   0 Comments

Color spaces of #528403

RGB 821323
HSL0.230.960.26
HSV83°98°52°
CMYK 0.380.000.98   0.48
XYZ11.747418.30292.9998
Yxy18.30290.35540.5538
Hunter Lab42.7819-25.854325.7900
CIE-Lab49.8615-34.825353.1491

#528403 color RGB value is (82,132,3).

#528403 hex color red value is 82, green value is 132 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #528403 hue: 0.23 , saturation: 0.96 and the lightness value of 528403 is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10000100 00000011
Octal 122 204 3
Decimal 82 132 3
Hex 52 84 3

RGB Percentages of Color #528403

%37.79
%60.83
%1.38

CMYK Percentages of Color #528403

%38
%0
%98
%48

Triadic Colors of #528403

#528403 #035284 #840352

Analogous Colors of #528403

#528403 #128403 #847603

Monochromatic Colors of #528403

#528403

Complementary Color

#528403 #350384

#528403 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528403 Color Preview on White Background

Lorem ipsum dolor sit amet.

#528403 Color CSS Codes

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

#528403 Text Font Color

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

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


#528403 Background Color

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

This div background color is #528403


#528403 Border Color

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

This div border color is #528403


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528403


Comments

No comments written yet.

Please login to write comment.