Color Hex Logo

#52373f Color Hex

#52373F
(82,55,63)
0 Favorites   0 Comments

Color spaces of #52373f

RGB 825563
HSL0.950.200.27
HSV342°33°32°
CMYK 0.000.330.23   0.68
XYZ5.74314.88515.3429
Yxy4.88510.35960.3059
Hunter Lab22.10237.70291.1391
CIE-Lab26.404913.4235-0.1091

#52373f color RGB value is (82,55,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00110111 00111111
Octal 122 67 77
Decimal 82 55 63
Hex 52 37 3F

RGB Percentages of Color #52373f

%41.00
%27.50
%31.50

CMYK Percentages of Color #52373f

%0
%33
%23
%68

Triadic Colors of #52373f

#52373f #3f5237 #373f52

Analogous Colors of #52373f

#52373f #523d37 #52374d

Monochromatic Colors of #52373f

#52373f

Complementary Color

#52373f #37524a

#52373f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52373f Color Preview on White Background

Lorem ipsum dolor sit amet.

#52373f Color CSS Codes

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

#52373f Text Font Color

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

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


#52373f Background Color

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

This div background color is #52373f


#52373f Border Color

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

This div border color is #52373f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52373f


Comments

No comments written yet.

Please login to write comment.