Color Hex Logo

#52462a Color Hex

#52462A
(82,70,42)
0 Favorites   0 Comments

Color spaces of #52462a

RGB 827042
HSL0.120.320.24
HSV42°49°32°
CMYK 0.000.150.49   0.68
XYZ6.08786.34133.0936
Yxy6.34130.39220.4085
Hunter Lab25.1819-0.915510.3436
CIE-Lab30.25770.665818.7264

#52462a color RGB value is (82,70,42).

#52462a hex color red value is 82, green value is 70 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #52462a hue: 0.12 , saturation: 0.32 and the lightness value of 52462a is 0.24.

The process color (four color CMYK) of #52462a color hex is 0.00, 0.15, 0.49, 0.68. Web safe color of #52462a is #663333. Color #52462a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01000110 00101010
Octal 122 106 52
Decimal 82 70 42
Hex 52 46 2A

RGB Percentages of Color #52462a

%42.27
%36.08
%21.65

CMYK Percentages of Color #52462a

%0
%15
%49
%68

Triadic Colors of #52462a

#52462a #2a5246 #462a52

Analogous Colors of #52462a

#52462a #4a522a #52322a

Monochromatic Colors of #52462a

#52462a

Complementary Color

#52462a #2a3652

#52462a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52462a Color Preview on White Background

Lorem ipsum dolor sit amet.

#52462a Color CSS Codes

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

#52462a Text Font Color

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

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


#52462a Background Color

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

This div background color is #52462a


#52462a Border Color

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

This div border color is #52462a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,70,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52462a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52462a;
  -webkit-box-shadow: 1px 1px 3px 2px #52462a;
  box-shadow:         1px 1px 3px 2px #52462a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52462a


Comments

No comments written yet.

Please login to write comment.