Color Hex Logo

#529967 Color Hex

#529967
(82,153,103)
0 Favorites   0 Comments

Color spaces of #529967

RGB 82153103
HSL0.380.300.46
HSV138°46°60°
CMYK 0.460.000.33   0.40
XYZ17.319125.555616.8519
Yxy25.55560.29000.4279
Hunter Lab50.5525-27.313615.6222
CIE-Lab57.6128-33.831919.5379

#529967 color RGB value is (82,153,103).

#529967 hex color red value is 82, green value is 153 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #529967 hue: 0.38 , saturation: 0.30 and the lightness value of 529967 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10011001 01100111
Octal 122 231 147
Decimal 82 153 103
Hex 52 99 67

RGB Percentages of Color #529967

%24.26
%45.27
%30.47

CMYK Percentages of Color #529967

%46
%0
%33
%40

Triadic Colors of #529967

#529967 #675299 #996752

Analogous Colors of #529967

#529967 #52998b #619952

Monochromatic Colors of #529967

#529967

Complementary Color

#529967 #995284

#529967 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529967 Color Preview on White Background

Lorem ipsum dolor sit amet.

#529967 Color CSS Codes

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

#529967 Text Font Color

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

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


#529967 Background Color

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

This div background color is #529967


#529967 Border Color

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

This div border color is #529967


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529967


Comments

No comments written yet.

Please login to write comment.