Color Hex Logo

#53985e Color Hex

#53985E
(83,152,94)
0 Favorites   0 Comments

Color spaces of #53985e

RGB 8315294
HSL0.360.290.46
HSV130°45°60°
CMYK 0.450.000.38   0.40
XYZ16.815925.103614.5489
Yxy25.10360.29780.4446
Hunter Lab50.1035-27.772417.8560
CIE-Lab57.1762-34.722423.9182

#53985e color RGB value is (83,152,94).

#53985e hex color red value is 83, green value is 152 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #53985e hue: 0.36 , saturation: 0.29 and the lightness value of 53985e is 0.46.

The process color (four color CMYK) of #53985e color hex is 0.45, 0.00, 0.38, 0.40. Web safe color of #53985e is #669966. Color #53985e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10011000 01011110
Octal 123 230 136
Decimal 83 152 94
Hex 53 98 5E

RGB Percentages of Color #53985e

%25.23
%46.20
%28.57

CMYK Percentages of Color #53985e

%45
%0
%38
%40

Triadic Colors of #53985e

#53985e #5e5398 #985e53

Analogous Colors of #53985e

#53985e #539881 #6b9853

Monochromatic Colors of #53985e

#53985e

Complementary Color

#53985e #98538d

#53985e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53985e Color Preview on White Background

Lorem ipsum dolor sit amet.

#53985e Color CSS Codes

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

#53985e Text Font Color

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

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


#53985e Background Color

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

This div background color is #53985e


#53985e Border Color

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

This div border color is #53985e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53985e


Comments

No comments written yet.

Please login to write comment.