Color Hex Logo

#53140e Color Hex

#53140E
(83,20,14)
0 Favorites   0 Comments

Color spaces of #53140e

RGB 832014
HSL0.010.710.19
HSV83°33°
CMYK 0.000.760.83   0.67
XYZ3.89672.37100.6677
Yxy2.37100.56190.3419
Hunter Lab15.398118.22548.2077
CIE-Lab17.324928.765820.3201

#53140e color RGB value is (83,20,14).

#53140e hex color red value is 83, green value is 20 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #53140e hue: 0.01 , saturation: 0.71 and the lightness value of 53140e is 0.19.

The process color (four color CMYK) of #53140e color hex is 0.00, 0.76, 0.83, 0.67. Web safe color of #53140e is #660000. Color #53140e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00010100 00001110
Octal 123 24 16
Decimal 83 20 14
Hex 53 14 E

RGB Percentages of Color #53140e

%70.94
%17.09
%11.97

CMYK Percentages of Color #53140e

%0
%76
%83
%67

Triadic Colors of #53140e

#53140e #0e5314 #140e53

Analogous Colors of #53140e

#53140e #53370e #530e2a

Monochromatic Colors of #53140e

#53140e

Complementary Color

#53140e #0e4d53

#53140e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53140e Color Preview on White Background

Lorem ipsum dolor sit amet.

#53140e Color CSS Codes

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

#53140e Text Font Color

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

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


#53140e Background Color

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

This div background color is #53140e


#53140e Border Color

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

This div border color is #53140e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53140e


Comments

No comments written yet.

Please login to write comment.