Color Hex Logo

#53973e Color Hex

#53973E
(83,151,62)
0 Favorites   0 Comments

Color spaces of #53973e

RGB 8315162
HSL0.290.420.42
HSV106°59°59°
CMYK 0.450.000.59   0.41
XYZ15.503424.32008.4345
Yxy24.32000.32130.5040
Hunter Lab49.3153-30.186224.3802
CIE-Lab56.4068-38.907339.5823

#53973e color RGB value is (83,151,62).

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

The process color (four color CMYK) of #53973e color hex is 0.45, 0.00, 0.59, 0.41. Web safe color of #53973e is #669933. Color #53973e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10010111 00111110
Octal 123 227 76
Decimal 83 151 62
Hex 53 97 3E

RGB Percentages of Color #53973e

%28.04
%51.01
%20.95

CMYK Percentages of Color #53973e

%45
%0
%59
%41

Triadic Colors of #53973e

#53973e #3e5397 #973e53

Analogous Colors of #53973e

#53973e #3e9756 #80973e

Monochromatic Colors of #53973e

#53973e

Complementary Color

#53973e #823e97

#53973e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53973e Color Preview on White Background

Lorem ipsum dolor sit amet.

#53973e Color CSS Codes

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

#53973e Text Font Color

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

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


#53973e Background Color

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

This div background color is #53973e


#53973e Border Color

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

This div border color is #53973e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53973e


Comments

No comments written yet.

Please login to write comment.