Color Hex Logo

#53451c Color Hex

#53451C
(83,69,28)
0 Favorites   0 Comments

Color spaces of #53451c

RGB 836928
HSL0.120.500.22
HSV45°66°33°
CMYK 0.000.170.66   0.67
XYZ5.90506.17911.9801
Yxy6.17910.41990.4393
Hunter Lab24.8578-1.098212.6776
CIE-Lab29.85990.357826.4744

#53451c color RGB value is (83,69,28).

#53451c hex color red value is 83, green value is 69 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #53451c hue: 0.12 , saturation: 0.50 and the lightness value of 53451c is 0.22.

The process color (four color CMYK) of #53451c color hex is 0.00, 0.17, 0.66, 0.67. Web safe color of #53451c is #663333. Color #53451c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01000101 00011100
Octal 123 105 34
Decimal 83 69 28
Hex 53 45 1C

RGB Percentages of Color #53451c

%46.11
%38.33
%15.56

CMYK Percentages of Color #53451c

%0
%17
%66
%67

Triadic Colors of #53451c

#53451c #1c5345 #451c53

Analogous Colors of #53451c

#53451c #46531c #532a1c

Monochromatic Colors of #53451c

#53451c

Complementary Color

#53451c #1c2a53

#53451c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53451c Color Preview on White Background

Lorem ipsum dolor sit amet.

#53451c Color CSS Codes

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

#53451c Text Font Color

<p style="color:#53451c">Text here</p>

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


#53451c Background Color

<div style="background-color:#53451c">
Div content here</div>

This div background color is #53451c


#53451c Border Color

<div style="border:3px solid #53451c">
Div here</div>

This div border color is #53451c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,69,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #53451c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #53451c;
  -webkit-box-shadow: 1px 1px 3px 2px #53451c;
  box-shadow:         1px 1px 3px 2px #53451c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53451c


Comments

No comments written yet.

Please login to write comment.