Color Hex Logo

#528141 Color Hex

#528141
(82,129,65)
0 Favorites   0 Comments

Color spaces of #528141

RGB 8212965
HSL0.290.330.38
HSV104°50°51°
CMYK 0.360.000.50   0.49
XYZ12.284117.87607.8040
Yxy17.87600.32360.4709
Hunter Lab42.2800-22.128418.6523
CIE-Lab49.3454-28.864229.5871

#528141 color RGB value is (82,129,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10000001 01000001
Octal 122 201 101
Decimal 82 129 65
Hex 52 81 41

RGB Percentages of Color #528141

%29.71
%46.74
%23.55

CMYK Percentages of Color #528141

%36
%0
%50
%49

Triadic Colors of #528141

#528141 #415281 #814152

Analogous Colors of #528141

#528141 #418150 #728141

Monochromatic Colors of #528141

#528141

Complementary Color

#528141 #704181

#528141 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528141 Color Preview on White Background

Lorem ipsum dolor sit amet.

#528141 Color CSS Codes

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

#528141 Text Font Color

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

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


#528141 Background Color

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

This div background color is #528141


#528141 Border Color

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

This div border color is #528141


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528141


Comments

No comments written yet.

Please login to write comment.