Color Hex Logo

#525344 Color Hex

#525344
(82,83,68)
0 Favorites   0 Comments

Color spaces of #525344

RGB 828368
HSL0.180.100.30
HSV64°18°33°
CMYK 0.010.000.18   0.67
XYZ7.61638.39776.6883
Yxy8.39770.33550.3699
Hunter Lab28.9788-3.79896.6010
CIE-Lab34.7978-3.39418.6694

#525344 color RGB value is (82,83,68).

#525344 hex color red value is 82, green value is 83 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #525344 hue: 0.18 , saturation: 0.10 and the lightness value of 525344 is 0.30.

The process color (four color CMYK) of #525344 color hex is 0.01, 0.00, 0.18, 0.67. Web safe color of #525344 is #666633. Color #525344 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01010011 01000100
Octal 122 123 104
Decimal 82 83 68
Hex 52 53 44

RGB Percentages of Color #525344

%35.19
%35.62
%29.18

CMYK Percentages of Color #525344

%1
%0
%18
%67

Triadic Colors of #525344

#525344 #445253 #534452

Analogous Colors of #525344

#525344 #4b5344 #534d44

Monochromatic Colors of #525344

#525344

Complementary Color

#525344 #454453

#525344 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525344 Color Preview on White Background

Lorem ipsum dolor sit amet.

#525344 Color CSS Codes

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

#525344 Text Font Color

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

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


#525344 Background Color

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

This div background color is #525344


#525344 Border Color

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

This div border color is #525344


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525344


Comments

No comments written yet.

Please login to write comment.