Color Hex Logo

#52382b Color Hex

#52382B
(82,56,43)
0 Favorites   0 Comments

Color spaces of #52382b

RGB 825643
HSL0.060.310.25
HSV20°48°32°
CMYK 0.000.320.48   0.68
XYZ5.32994.79662.9304
Yxy4.79660.40820.3674
Hunter Lab21.90115.11317.3977
CIE-Lab26.14729.711012.7320

#52382b color RGB value is (82,56,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00111000 00101011
Octal 122 70 53
Decimal 82 56 43
Hex 52 38 2B

RGB Percentages of Color #52382b

%45.30
%30.94
%23.76

CMYK Percentages of Color #52382b

%0
%32
%48
%68

Triadic Colors of #52382b

#52382b #2b5238 #382b52

Analogous Colors of #52382b

#52382b #524c2b #522b32

Monochromatic Colors of #52382b

#52382b

Complementary Color

#52382b #2b4552

#52382b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52382b Color Preview on White Background

Lorem ipsum dolor sit amet.

#52382b Color CSS Codes

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

#52382b Text Font Color

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

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


#52382b Background Color

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

This div background color is #52382b


#52382b Border Color

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

This div border color is #52382b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52382b


Comments

No comments written yet.

Please login to write comment.