Color Hex Logo

#53463f Color Hex

#53463F
(83,70,63)
0 Favorites   0 Comments

Color spaces of #53463f

RGB 837063
HSL0.060.140.29
HSV21°24°33°
CMYK 0.000.160.24   0.67
XYZ6.65466.57825.6216
Yxy6.57820.35290.3489
Hunter Lab25.64801.42944.9583
CIE-Lab30.82674.23856.2631

#53463f color RGB value is (83,70,63).

#53463f hex color red value is 83, green value is 70 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #53463f hue: 0.06 , saturation: 0.14 and the lightness value of 53463f is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01000110 00111111
Octal 123 106 77
Decimal 83 70 63
Hex 53 46 3F

RGB Percentages of Color #53463f

%38.43
%32.41
%29.17

CMYK Percentages of Color #53463f

%0
%16
%24
%67

Triadic Colors of #53463f

#53463f #3f5346 #463f53

Analogous Colors of #53463f

#53463f #53503f #533f42

Monochromatic Colors of #53463f

#53463f

Complementary Color

#53463f #3f4c53

#53463f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53463f Color Preview on White Background

Lorem ipsum dolor sit amet.

#53463f Color CSS Codes

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

#53463f Text Font Color

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

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


#53463f Background Color

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

This div background color is #53463f


#53463f Border Color

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

This div border color is #53463f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53463f


Comments

No comments written yet.

Please login to write comment.