Color Hex Logo

#53603e Color Hex

#53603E
(83,96,62)
0 Favorites   0 Comments

Color spaces of #53603e

RGB 839662
HSL0.230.220.31
HSV83°35°38°
CMYK 0.140.000.35   0.62
XYZ8.619710.55256.1400
Yxy10.55250.34050.4169
Hunter Lab32.4846-9.483611.5327
CIE-Lab38.8163-11.636817.8160

#53603e color RGB value is (83,96,62).

#53603e hex color red value is 83, green value is 96 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #53603e hue: 0.23 , saturation: 0.22 and the lightness value of 53603e is 0.31.

The process color (four color CMYK) of #53603e color hex is 0.14, 0.00, 0.35, 0.62. Web safe color of #53603e is #666633. Color #53603e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01100000 00111110
Octal 123 140 76
Decimal 83 96 62
Hex 53 60 3E

RGB Percentages of Color #53603e

%34.44
%39.83
%25.73

CMYK Percentages of Color #53603e

%14
%0
%35
%62

Triadic Colors of #53603e

#53603e #3e5360 #603e53

Analogous Colors of #53603e

#53603e #42603e #605c3e

Monochromatic Colors of #53603e

#53603e

Complementary Color

#53603e #4b3e60

#53603e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53603e Color Preview on White Background

Lorem ipsum dolor sit amet.

#53603e Color CSS Codes

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

#53603e Text Font Color

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

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


#53603e Background Color

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

This div background color is #53603e


#53603e Border Color

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

This div border color is #53603e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,96,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 #53603e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53603e


Comments

No comments written yet.

Please login to write comment.