Color Hex Logo

#52551a Color Hex

#52551A
(82,85,26)
0 Favorites   0 Comments

Color spaces of #52551a

RGB 828526
HSL0.180.530.22
HSV63°69°33°
CMYK 0.040.000.69   0.67
XYZ6.91468.36542.2275
Yxy8.36540.39500.4778
Hunter Lab28.9230-7.941415.6799
CIE-Lab34.7326-9.947432.7706

#52551a color RGB value is (82,85,26).

#52551a hex color red value is 82, green value is 85 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #52551a hue: 0.18 , saturation: 0.53 and the lightness value of 52551a is 0.22.

The process color (four color CMYK) of #52551a color hex is 0.04, 0.00, 0.69, 0.67. Web safe color of #52551a is #666633. Color #52551a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01010101 00011010
Octal 122 125 32
Decimal 82 85 26
Hex 52 55 1A

RGB Percentages of Color #52551a

%42.49
%44.04
%13.47

CMYK Percentages of Color #52551a

%4
%0
%69
%67

Triadic Colors of #52551a

#52551a #1a5255 #551a52

Analogous Colors of #52551a

#52551a #35551a #553b1a

Monochromatic Colors of #52551a

#52551a

Complementary Color

#52551a #1d1a55

#52551a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52551a Color Preview on White Background

Lorem ipsum dolor sit amet.

#52551a Color CSS Codes

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

#52551a Text Font Color

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

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


#52551a Background Color

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

This div background color is #52551a


#52551a Border Color

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

This div border color is #52551a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52551a


Comments

No comments written yet.

Please login to write comment.