Color Hex Logo

#53151d Color Hex

#53151D
(83,21,29)
0 Favorites   0 Comments

Color spaces of #53151d

RGB 832129
HSL0.980.600.20
HSV352°75°33°
CMYK 0.000.750.65   0.67
XYZ4.05722.46401.4242
Yxy2.46400.51060.3101
Hunter Lab15.697118.66655.6086
CIE-Lab17.755029.247111.0752

#53151d color RGB value is (83,21,29).

#53151d hex color red value is 83, green value is 21 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #53151d hue: 0.98 , saturation: 0.60 and the lightness value of 53151d is 0.20.

The process color (four color CMYK) of #53151d color hex is 0.00, 0.75, 0.65, 0.67. Web safe color of #53151d is #660033. Color #53151d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00010101 00011101
Octal 123 25 35
Decimal 83 21 29
Hex 53 15 1D

RGB Percentages of Color #53151d

%62.41
%15.79
%21.80

CMYK Percentages of Color #53151d

%0
%75
%65
%67

Triadic Colors of #53151d

#53151d #1d5315 #151d53

Analogous Colors of #53151d

#53151d #532c15 #53153c

Monochromatic Colors of #53151d

#53151d

Complementary Color

#53151d #15534b

#53151d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53151d Color Preview on White Background

Lorem ipsum dolor sit amet.

#53151d Color CSS Codes

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

#53151d Text Font Color

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

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


#53151d Background Color

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

This div background color is #53151d


#53151d Border Color

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

This div border color is #53151d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53151d


Comments

No comments written yet.

Please login to write comment.