Color Hex Logo

#53290e Color Hex

#53290E
(83,41,14)
0 Favorites   0 Comments

Color spaces of #53290e

RGB 834114
HSL0.070.710.19
HSV23°83°33°
CMYK 0.000.510.83   0.67
XYZ4.43953.45660.8487
Yxy3.45660.50770.3953
Hunter Lab18.591910.087510.3078
CIE-Lab21.786917.193025.4243

#53290e color RGB value is (83,41,14).

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

The process color (four color CMYK) of #53290e color hex is 0.00, 0.51, 0.83, 0.67. Web safe color of #53290e is #663300. Color #53290e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00101001 00001110
Octal 123 51 16
Decimal 83 41 14
Hex 53 29 E

RGB Percentages of Color #53290e

%60.14
%29.71
%10.14

CMYK Percentages of Color #53290e

%0
%51
%83
%67

Triadic Colors of #53290e

#53290e #0e5329 #290e53

Analogous Colors of #53290e

#53290e #534c0e #530e16

Monochromatic Colors of #53290e

#53290e

Complementary Color

#53290e #0e3853

#53290e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53290e Color Preview on White Background

Lorem ipsum dolor sit amet.

#53290e Color CSS Codes

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

#53290e Text Font Color

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

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


#53290e Background Color

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

This div background color is #53290e


#53290e Border Color

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

This div border color is #53290e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53290e


Comments

No comments written yet.

Please login to write comment.