Color Hex Logo

#52343d Color Hex

#52343D
(82,52,61)
0 Favorites   0 Comments

Color spaces of #52343d

RGB 825261
HSL0.950.220.26
HSV342°37°32°
CMYK 0.000.370.26   0.68
XYZ5.55004.58675.0077
Yxy4.58670.36650.3029
Hunter Lab21.41668.77841.1282
CIE-Lab25.523314.9995-0.0648

#52343d color RGB value is (82,52,61).

#52343d hex color red value is 82, green value is 52 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #52343d hue: 0.95 , saturation: 0.22 and the lightness value of 52343d is 0.26.

The process color (four color CMYK) of #52343d color hex is 0.00, 0.37, 0.26, 0.68. Web safe color of #52343d is #663333. Color #52343d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00110100 00111101
Octal 122 64 75
Decimal 82 52 61
Hex 52 34 3D

RGB Percentages of Color #52343d

%42.05
%26.67
%31.28

CMYK Percentages of Color #52343d

%0
%37
%26
%68

Triadic Colors of #52343d

#52343d #3d5234 #343d52

Analogous Colors of #52343d

#52343d #523a34 #52344c

Monochromatic Colors of #52343d

#52343d

Complementary Color

#52343d #345249

#52343d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52343d Color Preview on White Background

Lorem ipsum dolor sit amet.

#52343d Color CSS Codes

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

#52343d Text Font Color

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

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


#52343d Background Color

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

This div background color is #52343d


#52343d Border Color

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

This div border color is #52343d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52343d


Comments

No comments written yet.

Please login to write comment.