Color Hex Logo

#527100 Color Hex

#527100
(82,113,0)
0 Favorites   0 Comments

Color spaces of #527100

RGB 821130
HSL0.211.000.22
HSV76°100°44°
CMYK 0.270.001.00   0.56
XYZ9.384813.60412.1312
Yxy13.60410.37360.5416
Hunter Lab36.8837-19.128522.3927
CIE-Lab43.6597-26.054648.9621

#527100 color RGB value is (82,113,0).

#527100 hex color red value is 82, green value is 113 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #527100 hue: 0.21 , saturation: 1.00 and the lightness value of 527100 is 0.22.

The process color (four color CMYK) of #527100 color hex is 0.27, 0.00, 1.00, 0.56. Web safe color of #527100 is #666600. Color #527100 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01110001 00000000
Octal 122 161 0
Decimal 82 113 0
Hex 52 71 0

RGB Percentages of Color #527100

%42.05
%57.95
%0.00

CMYK Percentages of Color #527100

%27
%0
%100
%56

Triadic Colors of #527100

#527100 #005271 #710052

Analogous Colors of #527100

#527100 #1a7100 #715700

Monochromatic Colors of #527100

#527100

Complementary Color

#527100 #1f0071

#527100 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#527100 Color Preview on White Background

Lorem ipsum dolor sit amet.

#527100 Color CSS Codes

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

#527100 Text Font Color

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

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


#527100 Background Color

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

This div background color is #527100


#527100 Border Color

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

This div border color is #527100


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #527100


Comments

No comments written yet.

Please login to write comment.