Color Hex Logo

#52381f Color Hex

#52381F
(82,56,31)
0 Favorites   0 Comments

Color spaces of #52381f

RGB 825631
HSL0.080.450.22
HSV29°62°32°
CMYK 0.000.320.62   0.68
XYZ5.14124.72111.9366
Yxy4.72110.43570.4001
Hunter Lab21.72814.21179.9252
CIE-Lab25.92498.383520.0780

#52381f color RGB value is (82,56,31).

#52381f hex color red value is 82, green value is 56 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #52381f hue: 0.08 , saturation: 0.45 and the lightness value of 52381f is 0.22.

The process color (four color CMYK) of #52381f color hex is 0.00, 0.32, 0.62, 0.68. Web safe color of #52381f is #663333. Color #52381f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00111000 00011111
Octal 122 70 37
Decimal 82 56 31
Hex 52 38 1F

RGB Percentages of Color #52381f

%48.52
%33.14
%18.34

CMYK Percentages of Color #52381f

%0
%32
%62
%68

Triadic Colors of #52381f

#52381f #1f5238 #381f52

Analogous Colors of #52381f

#52381f #52521f #521f20

Monochromatic Colors of #52381f

#52381f

Complementary Color

#52381f #1f3952

#52381f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52381f Color Preview on White Background

Lorem ipsum dolor sit amet.

#52381f Color CSS Codes

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

#52381f Text Font Color

<p style="color:#52381f">Text here</p>

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


#52381f Background Color

<div style="background-color:#52381f">
Div content here</div>

This div background color is #52381f


#52381f Border Color

<div style="border:3px solid #52381f">
Div here</div>

This div border color is #52381f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52381f


Comments

No comments written yet.

Please login to write comment.