Color Hex Logo

#53936e Color Hex

#53936E
(83,147,110)
0 Favorites   0 Comments

Color spaces of #53936e

RGB 83147110
HSL0.400.280.45
HSV145°44°58°
CMYK 0.440.000.25   0.42
XYZ16.815523.832218.4657
Yxy23.83220.28450.4032
Hunter Lab48.8182-23.947411.7461
CIE-Lab55.9194-29.307313.2945

#53936e color RGB value is (83,147,110).

#53936e hex color red value is 83, green value is 147 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #53936e hue: 0.40 , saturation: 0.28 and the lightness value of 53936e is 0.45.

The process color (four color CMYK) of #53936e color hex is 0.44, 0.00, 0.25, 0.42. Web safe color of #53936e is #669966. Color #53936e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10010011 01101110
Octal 123 223 156
Decimal 83 147 110
Hex 53 93 6E

RGB Percentages of Color #53936e

%24.41
%43.24
%32.35

CMYK Percentages of Color #53936e

%44
%0
%25
%42

Triadic Colors of #53936e

#53936e #6e5393 #936e53

Analogous Colors of #53936e

#53936e #53938e #589353

Monochromatic Colors of #53936e

#53936e

Complementary Color

#53936e #935378

#53936e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53936e Color Preview on White Background

Lorem ipsum dolor sit amet.

#53936e Color CSS Codes

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

#53936e Text Font Color

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

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


#53936e Background Color

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

This div background color is #53936e


#53936e Border Color

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

This div border color is #53936e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53936e


Comments

No comments written yet.

Please login to write comment.