Color Hex Logo

#528644 Color Hex

#528644
(82,134,68)
0 Favorites   0 Comments

Color spaces of #528644

RGB 8213468
HSL0.300.330.40
HSV107°49°53°
CMYK 0.390.000.49   0.47
XYZ13.048219.26148.4990
Yxy19.26140.31970.4720
Hunter Lab43.8878-23.734219.2398
CIE-Lab50.9916-30.823830.0291

#528644 color RGB value is (82,134,68).

#528644 hex color red value is 82, green value is 134 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #528644 hue: 0.30 , saturation: 0.33 and the lightness value of 528644 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10000110 01000100
Octal 122 206 104
Decimal 82 134 68
Hex 52 86 44

RGB Percentages of Color #528644

%28.87
%47.18
%23.94

CMYK Percentages of Color #528644

%39
%0
%49
%47

Triadic Colors of #528644

#528644 #445286 #864452

Analogous Colors of #528644

#528644 #448657 #738644

Monochromatic Colors of #528644

#528644

Complementary Color

#528644 #784486

#528644 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528644 Color Preview on White Background

Lorem ipsum dolor sit amet.

#528644 Color CSS Codes

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

#528644 Text Font Color

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

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


#528644 Background Color

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

This div background color is #528644


#528644 Border Color

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

This div border color is #528644


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528644


Comments

No comments written yet.

Please login to write comment.