Color Hex Logo

#527631 Color Hex

#527631
(82,118,49)
0 Favorites   0 Comments

Color spaces of #527631

RGB 8211849
HSL0.250.410.33
HSV91°58°46°
CMYK 0.310.000.58   0.54
XYZ10.512514.97255.2416
Yxy14.97250.34210.4873
Hunter Lab38.6943-19.220019.0545
CIE-Lab45.5965-25.494133.4456

#527631 color RGB value is (82,118,49).

#527631 hex color red value is 82, green value is 118 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #527631 hue: 0.25 , saturation: 0.41 and the lightness value of 527631 is 0.33.

The process color (four color CMYK) of #527631 color hex is 0.31, 0.00, 0.58, 0.54. Web safe color of #527631 is #666633. Color #527631 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01110110 00110001
Octal 122 166 61
Decimal 82 118 49
Hex 52 76 31

RGB Percentages of Color #527631

%32.93
%47.39
%19.68

CMYK Percentages of Color #527631

%31
%0
%58
%54

Triadic Colors of #527631

#527631 #315276 #763152

Analogous Colors of #527631

#527631 #317633 #757631

Monochromatic Colors of #527631

#527631

Complementary Color

#527631 #553176

#527631 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#527631 Color Preview on White Background

Lorem ipsum dolor sit amet.

#527631 Color CSS Codes

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

#527631 Text Font Color

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

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


#527631 Background Color

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

This div background color is #527631


#527631 Border Color

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

This div border color is #527631


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #527631


Comments

No comments written yet.

Please login to write comment.