Color Hex Logo

#53a157 Color Hex

#53A157
(83,161,87)
0 Favorites   0 Comments

Color spaces of #53a157

RGB 8316187
HSL0.340.320.48
HSV123°48°63°
CMYK 0.480.000.46   0.37
XYZ18.032428.016913.4742
Yxy28.01690.30290.4707
Hunter Lab52.9310-31.818321.9587
CIE-Lab59.9040-39.868431.2036

#53a157 color RGB value is (83,161,87).

#53a157 hex color red value is 83, green value is 161 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #53a157 hue: 0.34 , saturation: 0.32 and the lightness value of 53a157 is 0.48.

The process color (four color CMYK) of #53a157 color hex is 0.48, 0.00, 0.46, 0.37. Web safe color of #53a157 is #669966. Color #53a157 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10100001 01010111
Octal 123 241 127
Decimal 83 161 87
Hex 53 A1 57

RGB Percentages of Color #53a157

%25.08
%48.64
%26.28

CMYK Percentages of Color #53a157

%48
%0
%46
%37

Triadic Colors of #53a157

#53a157 #5753a1 #a15753

Analogous Colors of #53a157

#53a157 #53a17e #76a153

Monochromatic Colors of #53a157

#53a157

Complementary Color

#53a157 #a1539d

#53a157 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53a157 Color Preview on White Background

Lorem ipsum dolor sit amet.

#53a157 Color CSS Codes

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

#53a157 Text Font Color

<p style="color:#53a157">Text here</p>

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


#53a157 Background Color

<div style="background-color:#53a157">
Div content here</div>

This div background color is #53a157


#53a157 Border Color

<div style="border:3px solid #53a157">
Div here</div>

This div border color is #53a157


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,161,87, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #53a157; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #53a157;
  -webkit-box-shadow: 1px 1px 3px 2px #53a157;
  box-shadow:         1px 1px 3px 2px #53a157; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53a157


Comments

No comments written yet.

Please login to write comment.