Color Hex Logo

#52460c Color Hex

#52460C
(82,70,12)
0 Favorites   0 Comments

Color spaces of #52460c

RGB 827012
HSL0.140.740.18
HSV50°85°32°
CMYK 0.000.150.85   0.68
XYZ5.73626.20071.2424
Yxy6.20070.43520.4705
Hunter Lab24.9012-2.458114.4727
CIE-Lab29.9133-1.777534.1348

#52460c color RGB value is (82,70,12).

#52460c hex color red value is 82, green value is 70 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #52460c hue: 0.14 , saturation: 0.74 and the lightness value of 52460c is 0.18.

The process color (four color CMYK) of #52460c color hex is 0.00, 0.15, 0.85, 0.68. Web safe color of #52460c is #663300. Color #52460c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01000110 00001100
Octal 122 106 14
Decimal 82 70 12
Hex 52 46 C

RGB Percentages of Color #52460c

%50.00
%42.68
%7.32

CMYK Percentages of Color #52460c

%0
%15
%85
%68

Triadic Colors of #52460c

#52460c #0c5246 #460c52

Analogous Colors of #52460c

#52460c #3b520c #52230c

Monochromatic Colors of #52460c

#52460c

Complementary Color

#52460c #0c1852

#52460c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52460c Color Preview on White Background

Lorem ipsum dolor sit amet.

#52460c Color CSS Codes

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

#52460c Text Font Color

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

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


#52460c Background Color

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

This div background color is #52460c


#52460c Border Color

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

This div border color is #52460c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52460c


Comments

No comments written yet.

Please login to write comment.