Color Hex Logo

#527055 Color Hex

#527055
(82,112,85)
0 Favorites   0 Comments

Color spaces of #527055

RGB 8211285
HSL0.350.150.38
HSV126°27°44°
CMYK 0.270.000.24   0.56
XYZ10.913514.038110.7287
Yxy14.03810.30590.3934
Hunter Lab37.4675-13.57479.2497
CIE-Lab44.2875-16.838211.5680

#527055 color RGB value is (82,112,85).

#527055 hex color red value is 82, green value is 112 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #527055 hue: 0.35 , saturation: 0.15 and the lightness value of 527055 is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01110000 01010101
Octal 122 160 125
Decimal 82 112 85
Hex 52 70 55

RGB Percentages of Color #527055

%29.39
%40.14
%30.47

CMYK Percentages of Color #527055

%27
%0
%24
%56

Triadic Colors of #527055

#527055 #555270 #705552

Analogous Colors of #527055

#527055 #527064 #5e7052

Monochromatic Colors of #527055

#527055

Complementary Color

#527055 #70526d

#527055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#527055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#527055 Color CSS Codes

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

#527055 Text Font Color

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

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


#527055 Background Color

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

This div background color is #527055


#527055 Border Color

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

This div border color is #527055


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #527055


Comments

No comments written yet.

Please login to write comment.