Color Hex Logo

#528443 Color Hex

#528443
(82,132,67)
0 Favorites   0 Comments

Color spaces of #528443

RGB 8213267
HSL0.290.330.39
HSV106°49°52°
CMYK 0.380.000.49   0.48
XYZ12.744118.70168.2483
Yxy18.70160.32110.4711
Hunter Lab43.2453-23.076718.9632
CIE-Lab50.3362-30.018429.7480

#528443 color RGB value is (82,132,67).

#528443 hex color red value is 82, green value is 132 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #528443 hue: 0.29 , saturation: 0.33 and the lightness value of 528443 is 0.39.

The process color (four color CMYK) of #528443 color hex is 0.38, 0.00, 0.49, 0.48. Web safe color of #528443 is #669933. Color #528443 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10000100 01000011
Octal 122 204 103
Decimal 82 132 67
Hex 52 84 43

RGB Percentages of Color #528443

%29.18
%46.98
%23.84

CMYK Percentages of Color #528443

%38
%0
%49
%48

Triadic Colors of #528443

#528443 #435284 #844352

Analogous Colors of #528443

#528443 #438455 #738443

Monochromatic Colors of #528443

#528443

Complementary Color

#528443 #754384

#528443 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528443 Color Preview on White Background

Lorem ipsum dolor sit amet.

#528443 Color CSS Codes

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

#528443 Text Font Color

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

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


#528443 Background Color

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

This div background color is #528443


#528443 Border Color

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

This div border color is #528443


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528443


Comments

No comments written yet.

Please login to write comment.