Color Hex Logo

#527047 Color Hex

#527047
(82,112,71)
0 Favorites   0 Comments

Color spaces of #527047

RGB 8211271
HSL0.290.220.36
HSV104°37°44°
CMYK 0.270.000.37   0.56
XYZ10.411213.83718.0833
Yxy13.83710.32200.4280
Hunter Lab37.1983-15.137613.1549
CIE-Lab43.9984-19.379119.3887

#527047 color RGB value is (82,112,71).

#527047 hex color red value is 82, green value is 112 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #527047 hue: 0.29 , saturation: 0.22 and the lightness value of 527047 is 0.36.

The process color (four color CMYK) of #527047 color hex is 0.27, 0.00, 0.37, 0.56. Web safe color of #527047 is #666633. Color #527047 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01110000 01000111
Octal 122 160 107
Decimal 82 112 71
Hex 52 70 47

RGB Percentages of Color #527047

%30.94
%42.26
%26.79

CMYK Percentages of Color #527047

%27
%0
%37
%56

Triadic Colors of #527047

#527047 #475270 #704752

Analogous Colors of #527047

#527047 #477051 #677047

Monochromatic Colors of #527047

#527047

Complementary Color

#527047 #654770

#527047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#527047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#527047 Color CSS Codes

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

#527047 Text Font Color

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

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


#527047 Background Color

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

This div background color is #527047


#527047 Border Color

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

This div border color is #527047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #527047


Comments

No comments written yet.

Please login to write comment.