Color Hex Logo

#524043 Color Hex

#524043
(82,64,67)
0 Favorites   0 Comments

Color spaces of #524043

RGB 826467
HSL0.970.120.29
HSV350°22°32°
CMYK 0.000.220.18   0.68
XYZ6.32625.86596.1090
Yxy5.86590.34570.3205
Hunter Lab24.21964.24011.9988
CIE-Lab29.07168.35641.1441

#524043 color RGB value is (82,64,67).

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

The process color (four color CMYK) of #524043 color hex is 0.00, 0.22, 0.18, 0.68. Web safe color of #524043 is #663333. Color #524043 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01000000 01000011
Octal 122 100 103
Decimal 82 64 67
Hex 52 40 43

RGB Percentages of Color #524043

%38.50
%30.05
%31.46

CMYK Percentages of Color #524043

%0
%22
%18
%68

Triadic Colors of #524043

#524043 #435240 #404352

Analogous Colors of #524043

#524043 #524640 #52404c

Monochromatic Colors of #524043

#524043

Complementary Color

#524043 #40524f

#524043 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#524043 Color Preview on White Background

Lorem ipsum dolor sit amet.

#524043 Color CSS Codes

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

#524043 Text Font Color

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

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


#524043 Background Color

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

This div background color is #524043


#524043 Border Color

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

This div border color is #524043


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #524043


Comments

No comments written yet.

Please login to write comment.