Color Hex Logo

#53001e Color Hex

#53001E
(83,0,30)
0 Favorites   0 Comments

Color spaces of #53001e

RGB 83030
HSL0.941.000.16
HSV338°100°33°
CMYK 0.001.000.64   0.67
XYZ3.80161.93271.4010
Yxy1.93270.53280.2709
Hunter Lab13.902224.48283.7565
CIE-Lab15.130036.81236.8067

#53001e color RGB value is (83,0,30).

#53001e hex color red value is 83, green value is 0 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #53001e hue: 0.94 , saturation: 1.00 and the lightness value of 53001e is 0.16.

The process color (four color CMYK) of #53001e color hex is 0.00, 1.00, 0.64, 0.67. Web safe color of #53001e is #660033. Color #53001e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00000000 00011110
Octal 123 0 36
Decimal 83 0 30
Hex 53 0 1E

RGB Percentages of Color #53001e

%73.45
%0.00
%26.55

CMYK Percentages of Color #53001e

%0
%100
%64
%67

Triadic Colors of #53001e

#53001e #1e5300 #001e53

Analogous Colors of #53001e

#53001e #530c00 #530047

Monochromatic Colors of #53001e

#53001e

Complementary Color

#53001e #005335

#53001e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53001e Color Preview on White Background

Lorem ipsum dolor sit amet.

#53001e Color CSS Codes

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

#53001e Text Font Color

<p style="color:#53001e">Text here</p>

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


#53001e Background Color

<div style="background-color:#53001e">
Div content here</div>

This div background color is #53001e


#53001e Border Color

<div style="border:3px solid #53001e">
Div here</div>

This div border color is #53001e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,0,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #53001e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #53001e;
  -webkit-box-shadow: 1px 1px 3px 2px #53001e;
  box-shadow:         1px 1px 3px 2px #53001e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53001e


Comments

No comments written yet.

Please login to write comment.