Color Hex Logo

#528138 Color Hex

#528138
(82,129,56)
0 Favorites   0 Comments

Color spaces of #528138

RGB 8212956
HSL0.270.390.36
HSV99°57°51°
CMYK 0.360.000.57   0.49
XYZ12.043717.77996.5385
Yxy17.77990.33120.4890
Hunter Lab42.1662-22.806920.3226
CIE-Lab49.2281-30.018534.1428

#528138 color RGB value is (82,129,56).

#528138 hex color red value is 82, green value is 129 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #528138 hue: 0.27 , saturation: 0.39 and the lightness value of 528138 is 0.36.

The process color (four color CMYK) of #528138 color hex is 0.36, 0.00, 0.57, 0.49. Web safe color of #528138 is #669933. Color #528138 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10000001 00111000
Octal 122 201 70
Decimal 82 129 56
Hex 52 81 38

RGB Percentages of Color #528138

%30.71
%48.31
%20.97

CMYK Percentages of Color #528138

%36
%0
%57
%49

Triadic Colors of #528138

#528138 #385281 #813852

Analogous Colors of #528138

#528138 #388143 #778138

Monochromatic Colors of #528138

#528138

Complementary Color

#528138 #673881

#528138 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528138 Color Preview on White Background

Lorem ipsum dolor sit amet.

#528138 Color CSS Codes

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

#528138 Text Font Color

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

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


#528138 Background Color

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

This div background color is #528138


#528138 Border Color

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

This div border color is #528138


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528138


Comments

No comments written yet.

Please login to write comment.