Color Hex Logo

#52461a Color Hex

#52461A
(82,70,26)
0 Favorites   0 Comments

Color spaces of #52461a

RGB 827026
HSL0.130.520.21
HSV47°68°32°
CMYK 0.000.150.68   0.68
XYZ5.85636.24871.8747
Yxy6.24870.41890.4470
Hunter Lab24.9974-1.927113.0517
CIE-Lab30.0314-0.927527.7205

#52461a color RGB value is (82,70,26).

#52461a hex color red value is 82, green value is 70 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #52461a hue: 0.13 , saturation: 0.52 and the lightness value of 52461a is 0.21.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01000110 00011010
Octal 122 106 32
Decimal 82 70 26
Hex 52 46 1A

RGB Percentages of Color #52461a

%46.07
%39.33
%14.61

CMYK Percentages of Color #52461a

%0
%15
%68
%68

Triadic Colors of #52461a

#52461a #1a5246 #461a52

Analogous Colors of #52461a

#52461a #42521a #522a1a

Monochromatic Colors of #52461a

#52461a

Complementary Color

#52461a #1a2652

#52461a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52461a Color Preview on White Background

Lorem ipsum dolor sit amet.

#52461a Color CSS Codes

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

#52461a Text Font Color

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

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


#52461a Background Color

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

This div background color is #52461a


#52461a Border Color

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

This div border color is #52461a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52461a


Comments

No comments written yet.

Please login to write comment.