Color Hex Logo

#53562e Color Hex

#53562E
(83,86,46)
0 Favorites   0 Comments

Color spaces of #53562e

RGB 838646
HSL0.180.300.26
HSV64°47°34°
CMYK 0.030.000.47   0.66
XYZ7.38828.69183.8731
Yxy8.69180.37030.4356
Hunter Lab29.4819-6.860912.8482
CIE-Lab35.3840-8.094722.8178

#53562e color RGB value is (83,86,46).

#53562e hex color red value is 83, green value is 86 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #53562e hue: 0.18 , saturation: 0.30 and the lightness value of 53562e is 0.26.

The process color (four color CMYK) of #53562e color hex is 0.03, 0.00, 0.47, 0.66. Web safe color of #53562e is #666633. Color #53562e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01010110 00101110
Octal 123 126 56
Decimal 83 86 46
Hex 53 56 2E

RGB Percentages of Color #53562e

%38.60
%40.00
%21.40

CMYK Percentages of Color #53562e

%3
%0
%47
%66

Triadic Colors of #53562e

#53562e #2e5356 #562e53

Analogous Colors of #53562e

#53562e #3f562e #56452e

Monochromatic Colors of #53562e

#53562e

Complementary Color

#53562e #312e56

#53562e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53562e Color Preview on White Background

Lorem ipsum dolor sit amet.

#53562e Color CSS Codes

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

#53562e Text Font Color

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

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


#53562e Background Color

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

This div background color is #53562e


#53562e Border Color

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

This div border color is #53562e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53562e


Comments

No comments written yet.

Please login to write comment.