Color Hex Logo

#527025 Color Hex

#527025
(82,112,37)
0 Favorites   0 Comments

Color spaces of #527025

RGB 8211237
HSL0.230.500.29
HSV84°67°44°
CMYK 0.270.000.67   0.56
XYZ9.607813.51583.8527
Yxy13.51580.35620.5010
Hunter Lab36.7638-17.687819.5213
CIE-Lab43.5304-23.680936.9789

#527025 color RGB value is (82,112,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01110000 00100101
Octal 122 160 45
Decimal 82 112 37
Hex 52 70 25

RGB Percentages of Color #527025

%35.50
%48.48
%16.02

CMYK Percentages of Color #527025

%27
%0
%67
%56

Triadic Colors of #527025

#527025 #255270 #702552

Analogous Colors of #527025

#527025 #2d7025 #706925

Monochromatic Colors of #527025

#527025

Complementary Color

#527025 #432570

#527025 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#527025 Color Preview on White Background

Lorem ipsum dolor sit amet.

#527025 Color CSS Codes

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

#527025 Text Font Color

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

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


#527025 Background Color

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

This div background color is #527025


#527025 Border Color

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

This div border color is #527025


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #527025


Comments

No comments written yet.

Please login to write comment.