Color Hex Logo

#528947 Color Hex

#528947
(82,137,71)
0 Favorites   0 Comments

Color spaces of #528947

RGB 8213771
HSL0.310.320.41
HSV110°48°54°
CMYK 0.400.000.48   0.46
XYZ13.562720.14019.1338
Yxy20.14010.31660.4702
Hunter Lab44.8777-24.590719.3473
CIE-Lab51.9952-31.803129.6823

#528947 color RGB value is (82,137,71).

#528947 hex color red value is 82, green value is 137 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #528947 hue: 0.31 , saturation: 0.32 and the lightness value of 528947 is 0.41.

The process color (four color CMYK) of #528947 color hex is 0.40, 0.00, 0.48, 0.46. Web safe color of #528947 is #669933. Color #528947 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001001 01000111
Octal 122 211 107
Decimal 82 137 71
Hex 52 89 47

RGB Percentages of Color #528947

%28.28
%47.24
%24.48

CMYK Percentages of Color #528947

%40
%0
%48
%46

Triadic Colors of #528947

#528947 #475289 #894752

Analogous Colors of #528947

#528947 #47895d #738947

Monochromatic Colors of #528947

#528947

Complementary Color

#528947 #7e4789

#528947 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528947 Color Preview on White Background

Lorem ipsum dolor sit amet.

#528947 Color CSS Codes

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

#528947 Text Font Color

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

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


#528947 Background Color

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

This div background color is #528947


#528947 Border Color

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

This div border color is #528947


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528947


Comments

No comments written yet.

Please login to write comment.