Color Hex Logo

#527722 Color Hex

#527722
(82,119,34)
0 Favorites   0 Comments

Color spaces of #527722

RGB 8211934
HSL0.240.560.30
HSV86°71°47°
CMYK 0.310.000.71   0.53
XYZ10.365215.10303.8822
Yxy15.10300.35320.5146
Hunter Lab38.8626-20.401021.2810
CIE-Lab45.7749-27.389540.6818

#527722 color RGB value is (82,119,34).

#527722 hex color red value is 82, green value is 119 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #527722 hue: 0.24 , saturation: 0.56 and the lightness value of 527722 is 0.30.

The process color (four color CMYK) of #527722 color hex is 0.31, 0.00, 0.71, 0.53. Web safe color of #527722 is #666633. Color #527722 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01110111 00100010
Octal 122 167 42
Decimal 82 119 34
Hex 52 77 22

RGB Percentages of Color #527722

%34.89
%50.64
%14.47

CMYK Percentages of Color #527722

%31
%0
%71
%53

Triadic Colors of #527722

#527722 #225277 #772252

Analogous Colors of #527722

#527722 #287722 #777222

Monochromatic Colors of #527722

#527722

Complementary Color

#527722 #472277

#527722 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#527722 Color Preview on White Background

Lorem ipsum dolor sit amet.

#527722 Color CSS Codes

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

#527722 Text Font Color

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

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


#527722 Background Color

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

This div background color is #527722


#527722 Border Color

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

This div border color is #527722


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #527722


Comments

No comments written yet.

Please login to write comment.