Color Hex Logo

#53291f Color Hex

#53291F
(83,41,31)
0 Favorites   0 Comments

Color spaces of #53291f

RGB 834131
HSL0.030.460.22
HSV12°63°33°
CMYK 0.000.510.63   0.67
XYZ4.60753.52381.7336
Yxy3.52380.46710.3572
Hunter Lab18.771810.96197.6647
CIE-Lab22.030218.387615.2548

#53291f color RGB value is (83,41,31).

#53291f hex color red value is 83, green value is 41 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #53291f hue: 0.03 , saturation: 0.46 and the lightness value of 53291f is 0.22.

The process color (four color CMYK) of #53291f color hex is 0.00, 0.51, 0.63, 0.67. Web safe color of #53291f is #663333. Color #53291f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00101001 00011111
Octal 123 51 37
Decimal 83 41 31
Hex 53 29 1F

RGB Percentages of Color #53291f

%53.55
%26.45
%20.00

CMYK Percentages of Color #53291f

%0
%51
%63
%67

Triadic Colors of #53291f

#53291f #1f5329 #291f53

Analogous Colors of #53291f

#53291f #53431f #531f2f

Monochromatic Colors of #53291f

#53291f

Complementary Color

#53291f #1f4953

#53291f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53291f Color Preview on White Background

Lorem ipsum dolor sit amet.

#53291f Color CSS Codes

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

#53291f Text Font Color

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

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


#53291f Background Color

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

This div background color is #53291f


#53291f Border Color

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

This div border color is #53291f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53291f


Comments

No comments written yet.

Please login to write comment.