Color Hex Logo

#53703e Color Hex

#53703E
(83,112,62)
0 Favorites   0 Comments

Color spaces of #53703e

RGB 8311262
HSL0.260.290.34
HSV95°45°44°
CMYK 0.260.000.45   0.56
XYZ10.231013.77516.6771
Yxy13.77510.33340.4489
Hunter Lab37.1148-15.746015.3139
CIE-Lab43.9087-20.380624.4219

#53703e color RGB value is (83,112,62).

#53703e hex color red value is 83, green value is 112 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #53703e hue: 0.26 , saturation: 0.29 and the lightness value of 53703e is 0.34.

The process color (four color CMYK) of #53703e color hex is 0.26, 0.00, 0.45, 0.56. Web safe color of #53703e is #666633. Color #53703e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01110000 00111110
Octal 123 160 76
Decimal 83 112 62
Hex 53 70 3E

RGB Percentages of Color #53703e

%32.30
%43.58
%24.12

CMYK Percentages of Color #53703e

%26
%0
%45
%56

Triadic Colors of #53703e

#53703e #3e5370 #703e53

Analogous Colors of #53703e

#53703e #3e7042 #6c703e

Monochromatic Colors of #53703e

#53703e

Complementary Color

#53703e #5b3e70

#53703e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53703e Color Preview on White Background

Lorem ipsum dolor sit amet.

#53703e Color CSS Codes

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

#53703e Text Font Color

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

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


#53703e Background Color

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

This div background color is #53703e


#53703e Border Color

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

This div border color is #53703e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53703e


Comments

No comments written yet.

Please login to write comment.