Color Hex Logo

#527112 Color Hex

#527112
(82,113,18)
0 Favorites   0 Comments

Color spaces of #527112

RGB 8211318
HSL0.220.730.26
HSV80°84°44°
CMYK 0.270.000.84   0.56
XYZ9.494013.64782.7062
Yxy13.64780.36730.5280
Hunter Lab36.9429-18.777221.5168
CIE-Lab43.7235-25.436744.6052

#527112 color RGB value is (82,113,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01110001 00010010
Octal 122 161 22
Decimal 82 113 18
Hex 52 71 12

RGB Percentages of Color #527112

%38.50
%53.05
%8.45

CMYK Percentages of Color #527112

%27
%0
%84
%56

Triadic Colors of #527112

#527112 #125271 #711252

Analogous Colors of #527112

#527112 #237112 #716112

Monochromatic Colors of #527112

#527112

Complementary Color

#527112 #311271

#527112 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#527112 Color Preview on White Background

Lorem ipsum dolor sit amet.

#527112 Color CSS Codes

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

#527112 Text Font Color

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

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


#527112 Background Color

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

This div background color is #527112


#527112 Border Color

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

This div border color is #527112


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #527112


Comments

No comments written yet.

Please login to write comment.