Color Hex Logo

#53502f Color Hex

#53502F
(83,80,47)
0 Favorites   0 Comments

Color spaces of #53502f

RGB 838047
HSL0.150.280.25
HSV55°43°33°
CMYK 0.000.040.43   0.67
XYZ6.94907.78163.8251
Yxy7.78160.37450.4194
Hunter Lab27.8955-4.351411.3969
CIE-Lab33.5238-4.391819.8835

#53502f color RGB value is (83,80,47).

#53502f hex color red value is 83, green value is 80 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #53502f hue: 0.15 , saturation: 0.28 and the lightness value of 53502f is 0.25.

The process color (four color CMYK) of #53502f color hex is 0.00, 0.04, 0.43, 0.67. Web safe color of #53502f is #666633. Color #53502f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01010000 00101111
Octal 123 120 57
Decimal 83 80 47
Hex 53 50 2F

RGB Percentages of Color #53502f

%39.52
%38.10
%22.38

CMYK Percentages of Color #53502f

%0
%4
%43
%67

Triadic Colors of #53502f

#53502f #2f5350 #502f53

Analogous Colors of #53502f

#53502f #44532f #533e2f

Monochromatic Colors of #53502f

#53502f

Complementary Color

#53502f #2f3253

#53502f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53502f Color Preview on White Background

Lorem ipsum dolor sit amet.

#53502f Color CSS Codes

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

#53502f Text Font Color

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

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


#53502f Background Color

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

This div background color is #53502f


#53502f Border Color

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

This div border color is #53502f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53502f


Comments

No comments written yet.

Please login to write comment.