Color Hex Logo

#528145 Color Hex

#528145
(82,129,69)
0 Favorites   0 Comments

Color spaces of #528145

RGB 8212969
HSL0.300.300.39
HSV107°47°51°
CMYK 0.360.000.47   0.49
XYZ12.404117.92408.4361
Yxy17.92400.32000.4624
Hunter Lab42.3367-21.791217.8215
CIE-Lab49.4038-28.295627.5028

#528145 color RGB value is (82,129,69).

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

The process color (four color CMYK) of #528145 color hex is 0.36, 0.00, 0.47, 0.49. Web safe color of #528145 is #669933. Color #528145 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10000001 01000101
Octal 122 201 105
Decimal 82 129 69
Hex 52 81 45

RGB Percentages of Color #528145

%29.29
%46.07
%24.64

CMYK Percentages of Color #528145

%36
%0
%47
%49

Triadic Colors of #528145

#528145 #455281 #814552

Analogous Colors of #528145

#528145 #458156 #708145

Monochromatic Colors of #528145

#528145

Complementary Color

#528145 #744581

#528145 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528145 Color Preview on White Background

Lorem ipsum dolor sit amet.

#528145 Color CSS Codes

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

#528145 Text Font Color

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

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


#528145 Background Color

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

This div background color is #528145


#528145 Border Color

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

This div border color is #528145


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528145


Comments

No comments written yet.

Please login to write comment.