Color Hex Logo

#528965 Color Hex

#528965
(82,137,101)
0 Favorites   0 Comments

Color spaces of #528965

RGB 82137101
HSL0.390.250.43
HSV141°40°54°
CMYK 0.400.000.26   0.46
XYZ14.774320.624715.5142
Yxy20.62470.29020.4051
Hunter Lab45.4144-21.405311.5358
CIE-Lab52.5363-26.575713.7053

#528965 color RGB value is (82,137,101).

#528965 hex color red value is 82, green value is 137 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #528965 hue: 0.39 , saturation: 0.25 and the lightness value of 528965 is 0.43.

The process color (four color CMYK) of #528965 color hex is 0.40, 0.00, 0.26, 0.46. Web safe color of #528965 is #669966. Color #528965 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001001 01100101
Octal 122 211 145
Decimal 82 137 101
Hex 52 89 65

RGB Percentages of Color #528965

%25.63
%42.81
%31.56

CMYK Percentages of Color #528965

%40
%0
%26
%46

Triadic Colors of #528965

#528965 #655289 #896552

Analogous Colors of #528965

#528965 #528981 #5b8952

Monochromatic Colors of #528965

#528965

Complementary Color

#528965 #895276

#528965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#528965 Color CSS Codes

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

#528965 Text Font Color

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

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


#528965 Background Color

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

This div background color is #528965


#528965 Border Color

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

This div border color is #528965


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528965


Comments

No comments written yet.

Please login to write comment.