Color Hex Logo

#528158 Color Hex

#528158
(82,129,88)
0 Favorites   0 Comments

Color spaces of #528158

RGB 8212988
HSL0.350.220.41
HSV128°36°51°
CMYK 0.360.000.32   0.49
XYZ13.091418.198912.0553
Yxy18.19890.30200.4199
Hunter Lab42.6602-19.877913.1074
CIE-Lab49.7365-25.129217.3023

#528158 color RGB value is (82,129,88).

#528158 hex color red value is 82, green value is 129 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #528158 hue: 0.35 , saturation: 0.22 and the lightness value of 528158 is 0.41.

The process color (four color CMYK) of #528158 color hex is 0.36, 0.00, 0.32, 0.49. Web safe color of #528158 is #669966. Color #528158 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10000001 01011000
Octal 122 201 130
Decimal 82 129 88
Hex 52 81 58

RGB Percentages of Color #528158

%27.42
%43.14
%29.43

CMYK Percentages of Color #528158

%36
%0
%32
%49

Triadic Colors of #528158

#528158 #585281 #815852

Analogous Colors of #528158

#528158 #528170 #648152

Monochromatic Colors of #528158

#528158

Complementary Color

#528158 #81527b

#528158 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528158 Color Preview on White Background

Lorem ipsum dolor sit amet.

#528158 Color CSS Codes

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

#528158 Text Font Color

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

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


#528158 Background Color

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

This div background color is #528158


#528158 Border Color

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

This div border color is #528158


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528158


Comments

No comments written yet.

Please login to write comment.