Color Hex Logo

#52382d Color Hex

#52382D
(82,56,45)
0 Favorites   0 Comments

Color spaces of #52382d

RGB 825645
HSL0.050.290.25
HSV18°45°32°
CMYK 0.000.320.45   0.68
XYZ5.36754.81163.1285
Yxy4.81160.40330.3616
Hunter Lab21.93545.29146.8986
CIE-Lab26.19119.970811.4864

#52382d color RGB value is (82,56,45).

#52382d hex color red value is 82, green value is 56 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #52382d hue: 0.05 , saturation: 0.29 and the lightness value of 52382d is 0.25.

The process color (four color CMYK) of #52382d color hex is 0.00, 0.32, 0.45, 0.68. Web safe color of #52382d is #663333. Color #52382d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00111000 00101101
Octal 122 70 55
Decimal 82 56 45
Hex 52 38 2D

RGB Percentages of Color #52382d

%44.81
%30.60
%24.59

CMYK Percentages of Color #52382d

%0
%32
%45
%68

Triadic Colors of #52382d

#52382d #2d5238 #382d52

Analogous Colors of #52382d

#52382d #524b2d #522d35

Monochromatic Colors of #52382d

#52382d

Complementary Color

#52382d #2d4752

#52382d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52382d Color Preview on White Background

Lorem ipsum dolor sit amet.

#52382d Color CSS Codes

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

#52382d Text Font Color

<p style="color:#52382d">Text here</p>

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


#52382d Background Color

<div style="background-color:#52382d">
Div content here</div>

This div background color is #52382d


#52382d Border Color

<div style="border:3px solid #52382d">
Div here</div>

This div border color is #52382d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,56,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52382d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52382d;
  -webkit-box-shadow: 1px 1px 3px 2px #52382d;
  box-shadow:         1px 1px 3px 2px #52382d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52382d


Comments

No comments written yet.

Please login to write comment.