Color Hex Logo

#525930 Color Hex

#525930
(82,89,48)
0 Favorites   0 Comments

Color spaces of #525930

RGB 828948
HSL0.200.300.27
HSV70°46°35°
CMYK 0.080.000.46   0.65
XYZ7.58569.15204.1630
Yxy9.15200.36290.4379
Hunter Lab30.2523-8.183513.0177
CIE-Lab36.2753-10.052822.7528

#525930 color RGB value is (82,89,48).

#525930 hex color red value is 82, green value is 89 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #525930 hue: 0.20 , saturation: 0.30 and the lightness value of 525930 is 0.27.

The process color (four color CMYK) of #525930 color hex is 0.08, 0.00, 0.46, 0.65. Web safe color of #525930 is #666633. Color #525930 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01011001 00110000
Octal 122 131 60
Decimal 82 89 48
Hex 52 59 30

RGB Percentages of Color #525930

%37.44
%40.64
%21.92

CMYK Percentages of Color #525930

%8
%0
%46
%65

Triadic Colors of #525930

#525930 #305259 #593052

Analogous Colors of #525930

#525930 #3e5930 #594c30

Monochromatic Colors of #525930

#525930

Complementary Color

#525930 #373059

#525930 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525930 Color Preview on White Background

Lorem ipsum dolor sit amet.

#525930 Color CSS Codes

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

#525930 Text Font Color

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

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


#525930 Background Color

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

This div background color is #525930


#525930 Border Color

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

This div border color is #525930


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,89,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 #525930">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525930


Comments

No comments written yet.

Please login to write comment.