Color Hex Logo

#524142 Color Hex

#524142
(82,65,66)
0 Favorites   0 Comments

Color spaces of #524142

RGB 826566
HSL0.990.120.29
HSV356°21°32°
CMYK 0.000.210.20   0.68
XYZ6.35335.96785.9713
Yxy5.96780.34730.3262
Hunter Lab24.42913.67182.6079
CIE-Lab29.33117.52682.1711

#524142 color RGB value is (82,65,66).

#524142 hex color red value is 82, green value is 65 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #524142 hue: 0.99 , saturation: 0.12 and the lightness value of 524142 is 0.29.

The process color (four color CMYK) of #524142 color hex is 0.00, 0.21, 0.20, 0.68. Web safe color of #524142 is #663333. Color #524142 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01000001 01000010
Octal 122 101 102
Decimal 82 65 66
Hex 52 41 42

RGB Percentages of Color #524142

%38.50
%30.52
%30.99

CMYK Percentages of Color #524142

%0
%21
%20
%68

Triadic Colors of #524142

#524142 #425241 #414252

Analogous Colors of #524142

#524142 #524941 #52414b

Monochromatic Colors of #524142

#524142

Complementary Color

#524142 #415251

#524142 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#524142 Color Preview on White Background

Lorem ipsum dolor sit amet.

#524142 Color CSS Codes

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

#524142 Text Font Color

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

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


#524142 Background Color

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

This div background color is #524142


#524142 Border Color

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

This div border color is #524142


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #524142


Comments

No comments written yet.

Please login to write comment.