Color Hex Logo

#528445 Color Hex

#528445
(82,132,69)
0 Favorites   0 Comments

Color spaces of #528445

RGB 8213269
HSL0.300.310.39
HSV108°48°52°
CMYK 0.380.000.48   0.48
XYZ12.805118.72608.5698
Yxy18.72600.31930.4670
Hunter Lab43.2735-22.908718.5498
CIE-Lab50.3651-29.735028.7122

#528445 color RGB value is (82,132,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10000100 01000101
Octal 122 204 105
Decimal 82 132 69
Hex 52 84 45

RGB Percentages of Color #528445

%28.98
%46.64
%24.38

CMYK Percentages of Color #528445

%38
%0
%48
%48

Triadic Colors of #528445

#528445 #455284 #844552

Analogous Colors of #528445

#528445 #458458 #728445

Monochromatic Colors of #528445

#528445

Complementary Color

#528445 #774584

#528445 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528445 Color Preview on White Background

Lorem ipsum dolor sit amet.

#528445 Color CSS Codes

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

#528445 Text Font Color

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

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


#528445 Background Color

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

This div background color is #528445


#528445 Border Color

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

This div border color is #528445


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528445


Comments

No comments written yet.

Please login to write comment.