Color Hex Logo

#525842 Color Hex

#525842
(82,88,66)
0 Favorites   0 Comments

Color spaces of #525842

RGB 828866
HSL0.210.140.30
HSV76°25°35°
CMYK 0.070.000.25   0.65
XYZ7.95289.16666.5044
Yxy9.16660.33660.3880
Hunter Lab30.2764-6.09658.4560
CIE-Lab36.3031-6.753611.9947

#525842 color RGB value is (82,88,66).

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

The process color (four color CMYK) of #525842 color hex is 0.07, 0.00, 0.25, 0.65. Web safe color of #525842 is #666633. Color #525842 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01011000 01000010
Octal 122 130 102
Decimal 82 88 66
Hex 52 58 42

RGB Percentages of Color #525842

%34.75
%37.29
%27.97

CMYK Percentages of Color #525842

%7
%0
%25
%65

Triadic Colors of #525842

#525842 #425258 #584252

Analogous Colors of #525842

#525842 #475842 #585342

Monochromatic Colors of #525842

#525842

Complementary Color

#525842 #484258

#525842 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525842 Color Preview on White Background

Lorem ipsum dolor sit amet.

#525842 Color CSS Codes

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

#525842 Text Font Color

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

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


#525842 Background Color

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

This div background color is #525842


#525842 Border Color

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

This div border color is #525842


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525842


Comments

No comments written yet.

Please login to write comment.