Color Hex Logo

#53ad4d Color Hex

#53AD4D
(83,173,77)
0 Favorites   0 Comments

Color spaces of #53ad4d

RGB 8317377
HSL0.320.380.49
HSV116°55°68°
CMYK 0.520.000.55   0.32
XYZ19.850432.262012.2021
Yxy32.26200.30860.5016
Hunter Lab56.7996-37.017027.0227
CIE-Lab63.5588-46.274240.7457

#53ad4d color RGB value is (83,173,77).

#53ad4d hex color red value is 83, green value is 173 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #53ad4d hue: 0.32 , saturation: 0.38 and the lightness value of 53ad4d is 0.49.

The process color (four color CMYK) of #53ad4d color hex is 0.52, 0.00, 0.55, 0.32. Web safe color of #53ad4d is #669966. Color #53ad4d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10101101 01001101
Octal 123 255 115
Decimal 83 173 77
Hex 53 AD 4D

RGB Percentages of Color #53ad4d

%24.92
%51.95
%23.12

CMYK Percentages of Color #53ad4d

%52
%0
%55
%32

Triadic Colors of #53ad4d

#53ad4d #4d53ad #ad4d53

Analogous Colors of #53ad4d

#53ad4d #4dad77 #83ad4d

Monochromatic Colors of #53ad4d

#53ad4d

Complementary Color

#53ad4d #a74dad

#53ad4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53ad4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#53ad4d Color CSS Codes

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

#53ad4d Text Font Color

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

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


#53ad4d Background Color

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

This div background color is #53ad4d


#53ad4d Border Color

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

This div border color is #53ad4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53ad4d


Comments

No comments written yet.

Please login to write comment.