Color Hex Logo

#53313e Color Hex

#53313E
(83,49,62)
0 Favorites   0 Comments

Color spaces of #53313e

RGB 834962
HSL0.940.260.26
HSV337°41°33°
CMYK 0.000.410.25   0.67
XYZ5.53514.38345.1118
Yxy4.38340.36830.2916
Hunter Lab20.936610.55190.1796
CIE-Lab24.900517.5102-1.6316

#53313e color RGB value is (83,49,62).

#53313e hex color red value is 83, green value is 49 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #53313e hue: 0.94 , saturation: 0.26 and the lightness value of 53313e is 0.26.

The process color (four color CMYK) of #53313e color hex is 0.00, 0.41, 0.25, 0.67. Web safe color of #53313e is #663333. Color #53313e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110001 00111110
Octal 123 61 76
Decimal 83 49 62
Hex 53 31 3E

RGB Percentages of Color #53313e

%42.78
%25.26
%31.96

CMYK Percentages of Color #53313e

%0
%41
%25
%67

Triadic Colors of #53313e

#53313e #3e5331 #313e53

Analogous Colors of #53313e

#53313e #533531 #53314f

Monochromatic Colors of #53313e

#53313e

Complementary Color

#53313e #315346

#53313e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53313e Color Preview on White Background

Lorem ipsum dolor sit amet.

#53313e Color CSS Codes

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

#53313e Text Font Color

<p style="color:#53313e">Text here</p>

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


#53313e Background Color

<div style="background-color:#53313e">
Div content here</div>

This div background color is #53313e


#53313e Border Color

<div style="border:3px solid #53313e">
Div here</div>

This div border color is #53313e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,49,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #53313e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #53313e;
  -webkit-box-shadow: 1px 1px 3px 2px #53313e;
  box-shadow:         1px 1px 3px 2px #53313e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,49,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53313e


Comments

No comments written yet.

Please login to write comment.