Color Hex Logo

#528969 Color Hex

#528969
(82,137,105)
2 Favorites   0 Comments

Color spaces of #528969

RGB 82137105
HSL0.400.250.43
HSV145°40°54°
CMYK 0.400.000.23   0.46
XYZ14.975120.705116.5718
Yxy20.70510.28660.3963
Hunter Lab45.5029-20.885210.2590
CIE-Lab52.6252-25.746611.5369

#528969 color RGB value is (82,137,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001001 01101001
Octal 122 211 151
Decimal 82 137 105
Hex 52 89 69

RGB Percentages of Color #528969

%25.31
%42.28
%32.41

CMYK Percentages of Color #528969

%40
%0
%23
%46

Triadic Colors of #528969

#528969 #695289 #896952

Analogous Colors of #528969

#528969 #528985 #578952

Monochromatic Colors of #528969

#528969

Complementary Color

#528969 #895272

#528969 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528969 Color Preview on White Background

Lorem ipsum dolor sit amet.

#528969 Color CSS Codes

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

#528969 Text Font Color

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

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


#528969 Background Color

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

This div background color is #528969


#528969 Border Color

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

This div border color is #528969


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528969

#528969 Color Palettes


Comments

No comments written yet.

Please login to write comment.