Color Hex Logo

#527158 Color Hex

#527158
(82,113,88)
0 Favorites   0 Comments

Color spaces of #527158

RGB 8211388
HSL0.370.160.38
HSV132°27°44°
CMYK 0.270.000.22   0.56
XYZ11.146314.308711.4069
Yxy14.30870.30240.3882
Hunter Lab37.8268-13.59908.5996
CIE-Lab44.6724-16.781410.3248

#527158 color RGB value is (82,113,88).

#527158 hex color red value is 82, green value is 113 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #527158 hue: 0.37 , saturation: 0.16 and the lightness value of 527158 is 0.38.

The process color (four color CMYK) of #527158 color hex is 0.27, 0.00, 0.22, 0.56. Web safe color of #527158 is #666666. Color #527158 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01110001 01011000
Octal 122 161 130
Decimal 82 113 88
Hex 52 71 58

RGB Percentages of Color #527158

%28.98
%39.93
%31.10

CMYK Percentages of Color #527158

%27
%0
%22
%56

Triadic Colors of #527158

#527158 #585271 #715852

Analogous Colors of #527158

#527158 #527168 #5c7152

Monochromatic Colors of #527158

#527158

Complementary Color

#527158 #71526b

#527158 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#527158 Color Preview on White Background

Lorem ipsum dolor sit amet.

#527158 Color CSS Codes

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

#527158 Text Font Color

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

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


#527158 Background Color

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

This div background color is #527158


#527158 Border Color

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

This div border color is #527158


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,113,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 #527158">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #527158


Comments

No comments written yet.

Please login to write comment.