Color Hex Logo

#52502b Color Hex

#52502B
(82,80,43)
0 Favorites   0 Comments

Color spaces of #52502b

RGB 828043
HSL0.160.310.25
HSV57°48°32°
CMYK 0.000.020.48   0.68
XYZ6.78447.70563.4152
Yxy7.70560.37890.4304
Hunter Lab27.7590-4.952112.1368
CIE-Lab33.3621-5.358622.0333

#52502b color RGB value is (82,80,43).

#52502b hex color red value is 82, green value is 80 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #52502b hue: 0.16 , saturation: 0.31 and the lightness value of 52502b is 0.25.

The process color (four color CMYK) of #52502b color hex is 0.00, 0.02, 0.48, 0.68. Web safe color of #52502b is #666633. Color #52502b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01010000 00101011
Octal 122 120 53
Decimal 82 80 43
Hex 52 50 2B

RGB Percentages of Color #52502b

%40.00
%39.02
%20.98

CMYK Percentages of Color #52502b

%0
%2
%48
%68

Triadic Colors of #52502b

#52502b #2b5250 #502b52

Analogous Colors of #52502b

#52502b #41522b #523d2b

Monochromatic Colors of #52502b

#52502b

Complementary Color

#52502b #2b2d52

#52502b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52502b Color Preview on White Background

Lorem ipsum dolor sit amet.

#52502b Color CSS Codes

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

#52502b Text Font Color

<p style="color:#52502b">Text here</p>

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


#52502b Background Color

<div style="background-color:#52502b">
Div content here</div>

This div background color is #52502b


#52502b Border Color

<div style="border:3px solid #52502b">
Div here</div>

This div border color is #52502b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,80,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52502b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52502b;
  -webkit-box-shadow: 1px 1px 3px 2px #52502b;
  box-shadow:         1px 1px 3px 2px #52502b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52502b


Comments

No comments written yet.

Please login to write comment.