Color Hex Logo

#53343f Color Hex

#53343F
(83,52,63)
0 Favorites   0 Comments

Color spaces of #53343f

RGB 835263
HSL0.940.230.26
HSV339°37°33°
CMYK 0.000.370.24   0.67
XYZ5.69254.65395.3009
Yxy4.65390.36380.2974
Hunter Lab21.57299.34870.5323
CIE-Lab25.725115.7758-1.0889

#53343f color RGB value is (83,52,63).

#53343f hex color red value is 83, green value is 52 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #53343f hue: 0.94 , saturation: 0.23 and the lightness value of 53343f is 0.26.

The process color (four color CMYK) of #53343f color hex is 0.00, 0.37, 0.24, 0.67. Web safe color of #53343f is #663333. Color #53343f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110100 00111111
Octal 123 64 77
Decimal 83 52 63
Hex 53 34 3F

RGB Percentages of Color #53343f

%41.92
%26.26
%31.82

CMYK Percentages of Color #53343f

%0
%37
%24
%67

Triadic Colors of #53343f

#53343f #3f5334 #343f53

Analogous Colors of #53343f

#53343f #533934 #53344f

Monochromatic Colors of #53343f

#53343f

Complementary Color

#53343f #345348

#53343f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53343f Color Preview on White Background

Lorem ipsum dolor sit amet.

#53343f Color CSS Codes

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

#53343f Text Font Color

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

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


#53343f Background Color

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

This div background color is #53343f


#53343f Border Color

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

This div border color is #53343f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53343f


Comments

No comments written yet.

Please login to write comment.