Color Hex Logo

#53461c Color Hex

#53461C
(83,70,28)
0 Favorites   0 Comments

Color spaces of #53461c

RGB 837028
HSL0.130.500.22
HSV46°66°33°
CMYK 0.000.160.66   0.67
XYZ5.96706.30322.0007
Yxy6.30320.41810.4417
Hunter Lab25.1062-1.511612.8495
CIE-Lab30.1649-0.266126.8185

#53461c color RGB value is (83,70,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01000110 00011100
Octal 123 106 34
Decimal 83 70 28
Hex 53 46 1C

RGB Percentages of Color #53461c

%45.86
%38.67
%15.47

CMYK Percentages of Color #53461c

%0
%16
%66
%67

Triadic Colors of #53461c

#53461c #1c5346 #461c53

Analogous Colors of #53461c

#53461c #45531c #532b1c

Monochromatic Colors of #53461c

#53461c

Complementary Color

#53461c #1c2953

#53461c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53461c Color Preview on White Background

Lorem ipsum dolor sit amet.

#53461c Color CSS Codes

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

#53461c Text Font Color

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

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


#53461c Background Color

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

This div background color is #53461c


#53461c Border Color

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

This div border color is #53461c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53461c


Comments

No comments written yet.

Please login to write comment.