Color Hex Logo

#527330 Color Hex

#527330
(82,115,48)
0 Favorites   0 Comments

Color spaces of #527330

RGB 8211548
HSL0.250.410.32
HSV90°58°45°
CMYK 0.290.000.58   0.55
XYZ10.143914.26875.0158
Yxy14.26870.34470.4849
Hunter Lab37.7739-18.169618.5689
CIE-Lab44.6158-24.105732.8149

#527330 color RGB value is (82,115,48).

#527330 hex color red value is 82, green value is 115 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #527330 hue: 0.25 , saturation: 0.41 and the lightness value of 527330 is 0.32.

The process color (four color CMYK) of #527330 color hex is 0.29, 0.00, 0.58, 0.55. Web safe color of #527330 is #666633. Color #527330 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01110011 00110000
Octal 122 163 60
Decimal 82 115 48
Hex 52 73 30

RGB Percentages of Color #527330

%33.47
%46.94
%19.59

CMYK Percentages of Color #527330

%29
%0
%58
%55

Triadic Colors of #527330

#527330 #305273 #733052

Analogous Colors of #527330

#527330 #317330 #737330

Monochromatic Colors of #527330

#527330

Complementary Color

#527330 #513073

#527330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#527330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#527330 Color CSS Codes

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

#527330 Text Font Color

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

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


#527330 Background Color

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

This div background color is #527330


#527330 Border Color

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

This div border color is #527330


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #527330


Comments

No comments written yet.

Please login to write comment.