Color Hex Logo

#53182d Color Hex

#53182D
(83,24,45)
0 Favorites   0 Comments

Color spaces of #53182d

RGB 832445
HSL0.940.550.21
HSV339°71°33°
CMYK 0.000.710.46   0.67
XYZ4.36762.68172.7701
Yxy2.68170.44480.2731
Hunter Lab16.375918.94971.4338
CIE-Lab18.721229.42971.0419

#53182d color RGB value is (83,24,45).

#53182d hex color red value is 83, green value is 24 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #53182d hue: 0.94 , saturation: 0.55 and the lightness value of 53182d is 0.21.

The process color (four color CMYK) of #53182d color hex is 0.00, 0.71, 0.46, 0.67. Web safe color of #53182d is #660033. Color #53182d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00011000 00101101
Octal 123 30 55
Decimal 83 24 45
Hex 53 18 2D

RGB Percentages of Color #53182d

%54.61
%15.79
%29.61

CMYK Percentages of Color #53182d

%0
%71
%46
%67

Triadic Colors of #53182d

#53182d #2d5318 #182d53

Analogous Colors of #53182d

#53182d #532118 #53184b

Monochromatic Colors of #53182d

#53182d

Complementary Color

#53182d #18533e

#53182d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53182d Color Preview on White Background

Lorem ipsum dolor sit amet.

#53182d Color CSS Codes

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

#53182d Text Font Color

<p style="color:#53182d">Text here</p>

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


#53182d Background Color

<div style="background-color:#53182d">
Div content here</div>

This div background color is #53182d


#53182d Border Color

<div style="border:3px solid #53182d">
Div here</div>

This div border color is #53182d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,24,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #53182d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #53182d;
  -webkit-box-shadow: 1px 1px 3px 2px #53182d;
  box-shadow:         1px 1px 3px 2px #53182d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53182d


Comments

No comments written yet.

Please login to write comment.