Color Hex Logo

#527258 Color Hex

#527258
(82,114,88)
0 Favorites   0 Comments

Color spaces of #527258

RGB 8211488
HSL0.360.160.38
HSV131°28°45°
CMYK 0.280.000.23   0.55
XYZ11.258414.533011.4443
Yxy14.53300.30240.3903
Hunter Lab38.1222-13.99848.8866
CIE-Lab44.9878-17.323210.7657

#527258 color RGB value is (82,114,88).

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

The process color (four color CMYK) of #527258 color hex is 0.28, 0.00, 0.23, 0.55. Web safe color of #527258 is #666666. Color #527258 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01110010 01011000
Octal 122 162 130
Decimal 82 114 88
Hex 52 72 58

RGB Percentages of Color #527258

%28.87
%40.14
%30.99

CMYK Percentages of Color #527258

%28
%0
%23
%55

Triadic Colors of #527258

#527258 #585272 #725852

Analogous Colors of #527258

#527258 #527268 #5c7252

Monochromatic Colors of #527258

#527258

Complementary Color

#527258 #72526c

#527258 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#527258 Color Preview on White Background

Lorem ipsum dolor sit amet.

#527258 Color CSS Codes

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

#527258 Text Font Color

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

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


#527258 Background Color

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

This div background color is #527258


#527258 Border Color

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

This div border color is #527258


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #527258


Comments

No comments written yet.

Please login to write comment.