Color Hex Logo

#52393f Color Hex

#52393F
(82,57,63)
0 Favorites   0 Comments

Color spaces of #52393f

RGB 825763
HSL0.960.180.27
HSV346°30°32°
CMYK 0.000.300.23   0.68
XYZ5.84005.07905.3752
Yxy5.07900.35840.3117
Hunter Lab22.53666.81621.6344
CIE-Lab26.958712.13380.6984

#52393f color RGB value is (82,57,63).

#52393f hex color red value is 82, green value is 57 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #52393f hue: 0.96 , saturation: 0.18 and the lightness value of 52393f is 0.27.

The process color (four color CMYK) of #52393f color hex is 0.00, 0.30, 0.23, 0.68. Web safe color of #52393f is #663333. Color #52393f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00111001 00111111
Octal 122 71 77
Decimal 82 57 63
Hex 52 39 3F

RGB Percentages of Color #52393f

%40.59
%28.22
%31.19

CMYK Percentages of Color #52393f

%0
%30
%23
%68

Triadic Colors of #52393f

#52393f #3f5239 #393f52

Analogous Colors of #52393f

#52393f #524039 #52394c

Monochromatic Colors of #52393f

#52393f

Complementary Color

#52393f #39524c

#52393f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52393f Color Preview on White Background

Lorem ipsum dolor sit amet.

#52393f Color CSS Codes

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

#52393f Text Font Color

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

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


#52393f Background Color

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

This div background color is #52393f


#52393f Border Color

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

This div border color is #52393f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52393f


Comments

No comments written yet.

Please login to write comment.