Color Hex Logo

#525940 Color Hex

#525940
(82,89,64)
0 Favorites   0 Comments

Color spaces of #525940

RGB 828964
HSL0.210.160.30
HSV77°28°35°
CMYK 0.080.000.28   0.65
XYZ7.97759.30886.2268
Yxy9.30880.33930.3959
Hunter Lab30.5103-6.72099.2568
CIE-Lab36.5722-7.687213.5871

#525940 color RGB value is (82,89,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01011001 01000000
Octal 122 131 100
Decimal 82 89 64
Hex 52 59 40

RGB Percentages of Color #525940

%34.89
%37.87
%27.23

CMYK Percentages of Color #525940

%8
%0
%28
%65

Triadic Colors of #525940

#525940 #405259 #594052

Analogous Colors of #525940

#525940 #465940 #595440

Monochromatic Colors of #525940

#525940

Complementary Color

#525940 #474059

#525940 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525940 Color Preview on White Background

Lorem ipsum dolor sit amet.

#525940 Color CSS Codes

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

#525940 Text Font Color

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

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


#525940 Background Color

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

This div background color is #525940


#525940 Border Color

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

This div border color is #525940


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525940


Comments

No comments written yet.

Please login to write comment.