Color Hex Logo

#527d1d Color Hex

#527D1D
(82,125,29)
0 Favorites   0 Comments

Color spaces of #527d1d

RGB 8212529
HSL0.240.620.30
HSV87°77°49°
CMYK 0.340.000.77   0.51
XYZ11.035116.54983.7752
Yxy16.54980.35190.5277
Hunter Lab40.6814-22.773322.9750
CIE-Lab47.6877-30.594944.5900

#527d1d color RGB value is (82,125,29).

#527d1d hex color red value is 82, green value is 125 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #527d1d hue: 0.24 , saturation: 0.62 and the lightness value of 527d1d is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01111101 00011101
Octal 122 175 35
Decimal 82 125 29
Hex 52 7D 1D

RGB Percentages of Color #527d1d

%34.75
%52.97
%12.29

CMYK Percentages of Color #527d1d

%34
%0
%77
%51

Triadic Colors of #527d1d

#527d1d #1d527d #7d1d52

Analogous Colors of #527d1d

#527d1d #227d1d #7d781d

Monochromatic Colors of #527d1d

#527d1d

Complementary Color

#527d1d #481d7d

#527d1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#527d1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#527d1d Color CSS Codes

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

#527d1d Text Font Color

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

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


#527d1d Background Color

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

This div background color is #527d1d


#527d1d Border Color

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

This div border color is #527d1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #527d1d


Comments

No comments written yet.

Please login to write comment.