Color Hex Logo

#53001b Color Hex

#53001B
(83,0,27)
0 Favorites   0 Comments

Color spaces of #53001b

RGB 83027
HSL0.951.000.16
HSV340°100°33°
CMYK 0.001.000.67   0.67
XYZ3.76511.91811.2087
Yxy1.91810.54630.2783
Hunter Lab13.849524.28984.5202
CIE-Lab15.051436.60208.9218

#53001b color RGB value is (83,0,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00000000 00011011
Octal 123 0 33
Decimal 83 0 27
Hex 53 0 1B

RGB Percentages of Color #53001b

%75.45
%0.00
%24.55

CMYK Percentages of Color #53001b

%0
%100
%67
%67

Triadic Colors of #53001b

#53001b #1b5300 #001b53

Analogous Colors of #53001b

#53001b #530f00 #530044

Monochromatic Colors of #53001b

#53001b

Complementary Color

#53001b #005338

#53001b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53001b Color Preview on White Background

Lorem ipsum dolor sit amet.

#53001b Color CSS Codes

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

#53001b Text Font Color

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

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


#53001b Background Color

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

This div background color is #53001b


#53001b Border Color

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

This div border color is #53001b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53001b

#53001b Color Palettes


Comments

No comments written yet.

Please login to write comment.