Color Hex Logo

#527c49 Color Hex

#527C49
(82,124,73)
0 Favorites   0 Comments

Color spaces of #527c49

RGB 8212473
HSL0.300.260.39
HSV109°41°49°
CMYK 0.340.000.41   0.51
XYZ11.889916.69028.8982
Yxy16.69020.31720.4453
Hunter Lab40.8536-19.543915.6838
CIE-Lab47.8673-25.226823.3245

#527c49 color RGB value is (82,124,73).

#527c49 hex color red value is 82, green value is 124 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #527c49 hue: 0.30 , saturation: 0.26 and the lightness value of 527c49 is 0.39.

The process color (four color CMYK) of #527c49 color hex is 0.34, 0.00, 0.41, 0.51. Web safe color of #527c49 is #666633. Color #527c49 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01111100 01001001
Octal 122 174 111
Decimal 82 124 73
Hex 52 7C 49

RGB Percentages of Color #527c49

%29.39
%44.44
%26.16

CMYK Percentages of Color #527c49

%34
%0
%41
%51

Triadic Colors of #527c49

#527c49 #49527c #7c4952

Analogous Colors of #527c49

#527c49 #497c5a #6c7c49

Monochromatic Colors of #527c49

#527c49

Complementary Color

#527c49 #73497c

#527c49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#527c49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#527c49 Color CSS Codes

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

#527c49 Text Font Color

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

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


#527c49 Background Color

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

This div background color is #527c49


#527c49 Border Color

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

This div border color is #527c49


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,124,73, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #527c49; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #527c49;
  -webkit-box-shadow: 1px 1px 3px 2px #527c49;
  box-shadow:         1px 1px 3px 2px #527c49; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #527c49


Comments

No comments written yet.

Please login to write comment.