Color Hex Logo

#52441a Color Hex

#52441A
(82,68,26)
0 Favorites   0 Comments

Color spaces of #52441a

RGB 826826
HSL0.130.520.21
HSV45°68°32°
CMYK 0.000.170.68   0.68
XYZ5.73336.00271.8337
Yxy6.00270.42250.4424
Hunter Lab24.5004-1.105212.7128
CIE-Lab29.41930.318827.0443

#52441a color RGB value is (82,68,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01000100 00011010
Octal 122 104 32
Decimal 82 68 26
Hex 52 44 1A

RGB Percentages of Color #52441a

%46.59
%38.64
%14.77

CMYK Percentages of Color #52441a

%0
%17
%68
%68

Triadic Colors of #52441a

#52441a #1a5244 #441a52

Analogous Colors of #52441a

#52441a #44521a #52281a

Monochromatic Colors of #52441a

#52441a

Complementary Color

#52441a #1a2852

#52441a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52441a Color Preview on White Background

Lorem ipsum dolor sit amet.

#52441a Color CSS Codes

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

#52441a Text Font Color

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

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


#52441a Background Color

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

This div background color is #52441a


#52441a Border Color

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

This div border color is #52441a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52441a


Comments

No comments written yet.

Please login to write comment.