Color Hex Logo

#53500e Color Hex

#53500E
(83,80,14)
0 Favorites   0 Comments

Color spaces of #53500e

RGB 838014
HSL0.160.710.19
HSV57°83°33°
CMYK 0.000.040.83   0.67
XYZ6.51527.60801.5406
Yxy7.60800.41590.4857
Hunter Lab27.5826-6.106615.9962
CIE-Lab33.1528-7.236836.3728

#53500e color RGB value is (83,80,14).

#53500e hex color red value is 83, green value is 80 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #53500e hue: 0.16 , saturation: 0.71 and the lightness value of 53500e is 0.19.

The process color (four color CMYK) of #53500e color hex is 0.00, 0.04, 0.83, 0.67. Web safe color of #53500e is #666600. Color #53500e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01010000 00001110
Octal 123 120 16
Decimal 83 80 14
Hex 53 50 E

RGB Percentages of Color #53500e

%46.89
%45.20
%7.91

CMYK Percentages of Color #53500e

%0
%4
%83
%67

Triadic Colors of #53500e

#53500e #0e5350 #500e53

Analogous Colors of #53500e

#53500e #34530e #532e0e

Monochromatic Colors of #53500e

#53500e

Complementary Color

#53500e #0e1153

#53500e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53500e Color Preview on White Background

Lorem ipsum dolor sit amet.

#53500e Color CSS Codes

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

#53500e Text Font Color

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

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


#53500e Background Color

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

This div background color is #53500e


#53500e Border Color

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

This div border color is #53500e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53500e


Comments

No comments written yet.

Please login to write comment.