Color Hex Logo

#53784e Color Hex

#53784E
(83,120,78)
0 Favorites   0 Comments

Color spaces of #53784e

RGB 8312078
HSL0.310.210.39
HSV113°35°47°
CMYK 0.310.000.35   0.53
XYZ11.658915.82209.6472
Yxy15.82200.31400.4261
Hunter Lab39.7769-17.289913.4640
CIE-Lab46.7401-21.998219.0111

#53784e color RGB value is (83,120,78).

#53784e hex color red value is 83, green value is 120 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #53784e hue: 0.31 , saturation: 0.21 and the lightness value of 53784e is 0.39.

The process color (four color CMYK) of #53784e color hex is 0.31, 0.00, 0.35, 0.53. Web safe color of #53784e is #666666. Color #53784e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01111000 01001110
Octal 123 170 116
Decimal 83 120 78
Hex 53 78 4E

RGB Percentages of Color #53784e

%29.54
%42.70
%27.76

CMYK Percentages of Color #53784e

%31
%0
%35
%53

Triadic Colors of #53784e

#53784e #4e5378 #784e53

Analogous Colors of #53784e

#53784e #4e785e #68784e

Monochromatic Colors of #53784e

#53784e

Complementary Color

#53784e #734e78

#53784e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53784e Color Preview on White Background

Lorem ipsum dolor sit amet.

#53784e Color CSS Codes

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

#53784e Text Font Color

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

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


#53784e Background Color

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

This div background color is #53784e


#53784e Border Color

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

This div border color is #53784e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53784e


Comments

No comments written yet.

Please login to write comment.