Color Hex Logo

#53390a Color Hex

#53390A
(83,57,10)
0 Favorites   0 Comments

Color spaces of #53390a

RGB 835710
HSL0.110.780.18
HSV39°88°33°
CMYK 0.000.310.88   0.67
XYZ5.08524.78720.9432
Yxy4.78720.47020.4426
Hunter Lab21.87973.196912.7599
CIE-Lab26.11976.854931.5430

#53390a color RGB value is (83,57,10).

#53390a hex color red value is 83, green value is 57 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #53390a hue: 0.11 , saturation: 0.78 and the lightness value of 53390a is 0.18.

The process color (four color CMYK) of #53390a color hex is 0.00, 0.31, 0.88, 0.67. Web safe color of #53390a is #663300. Color #53390a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00111001 00001010
Octal 123 71 12
Decimal 83 57 10
Hex 53 39 A

RGB Percentages of Color #53390a

%55.33
%38.00
%6.67

CMYK Percentages of Color #53390a

%0
%31
%88
%67

Triadic Colors of #53390a

#53390a #0a5339 #390a53

Analogous Colors of #53390a

#53390a #49530a #53150a

Monochromatic Colors of #53390a

#53390a

Complementary Color

#53390a #0a2453

#53390a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53390a Color Preview on White Background

Lorem ipsum dolor sit amet.

#53390a Color CSS Codes

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

#53390a Text Font Color

<p style="color:#53390a">Text here</p>

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


#53390a Background Color

<div style="background-color:#53390a">
Div content here</div>

This div background color is #53390a


#53390a Border Color

<div style="border:3px solid #53390a">
Div here</div>

This div border color is #53390a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,57,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #53390a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #53390a;
  -webkit-box-shadow: 1px 1px 3px 2px #53390a;
  box-shadow:         1px 1px 3px 2px #53390a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53390a


Comments

No comments written yet.

Please login to write comment.