Color Hex Logo

#53081f Color Hex

#53081F
(83,8,31)
0 Favorites   0 Comments

Color spaces of #53081f

RGB 83831
HSL0.950.820.18
HSV342°90°33°
CMYK 0.000.900.63   0.67
XYZ3.90142.11161.4983
Yxy2.11160.51940.2811
Hunter Lab14.531322.49414.0587
CIE-Lab16.062334.27717.3533

#53081f color RGB value is (83,8,31).

#53081f hex color red value is 83, green value is 8 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #53081f hue: 0.95 , saturation: 0.82 and the lightness value of 53081f is 0.18.

The process color (four color CMYK) of #53081f color hex is 0.00, 0.90, 0.63, 0.67. Web safe color of #53081f is #660033. Color #53081f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00001000 00011111
Octal 123 10 37
Decimal 83 8 31
Hex 53 8 1F

RGB Percentages of Color #53081f

%68.03
%6.56
%25.41

CMYK Percentages of Color #53081f

%0
%90
%63
%67

Triadic Colors of #53081f

#53081f #1f5308 #081f53

Analogous Colors of #53081f

#53081f #531708 #530844

Monochromatic Colors of #53081f

#53081f

Complementary Color

#53081f #08533c

#53081f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53081f Color Preview on White Background

Lorem ipsum dolor sit amet.

#53081f Color CSS Codes

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

#53081f Text Font Color

<p style="color:#53081f">Text here</p>

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


#53081f Background Color

<div style="background-color:#53081f">
Div content here</div>

This div background color is #53081f


#53081f Border Color

<div style="border:3px solid #53081f">
Div here</div>

This div border color is #53081f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,8,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #53081f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #53081f;
  -webkit-box-shadow: 1px 1px 3px 2px #53081f;
  box-shadow:         1px 1px 3px 2px #53081f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53081f


Comments

No comments written yet.

Please login to write comment.