Color Hex Logo

#53814e Color Hex

#53814E
(83,129,78)
0 Favorites   0 Comments

Color spaces of #53814e

RGB 8312978
HSL0.320.250.41
HSV114°40°51°
CMYK 0.360.000.40   0.49
XYZ12.792718.089610.0251
Yxy18.08960.31270.4422
Hunter Lab42.5319-20.741715.7972
CIE-Lab49.6046-26.539822.8006

#53814e color RGB value is (83,129,78).

#53814e hex color red value is 83, green value is 129 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #53814e hue: 0.32 , saturation: 0.25 and the lightness value of 53814e is 0.41.

The process color (four color CMYK) of #53814e color hex is 0.36, 0.00, 0.40, 0.49. Web safe color of #53814e is #669966. Color #53814e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10000001 01001110
Octal 123 201 116
Decimal 83 129 78
Hex 53 81 4E

RGB Percentages of Color #53814e

%28.62
%44.48
%26.90

CMYK Percentages of Color #53814e

%36
%0
%40
%49

Triadic Colors of #53814e

#53814e #4e5381 #814e53

Analogous Colors of #53814e

#53814e #4e8163 #6d814e

Monochromatic Colors of #53814e

#53814e

Complementary Color

#53814e #7c4e81

#53814e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53814e Color Preview on White Background

Lorem ipsum dolor sit amet.

#53814e Color CSS Codes

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

#53814e Text Font Color

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

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


#53814e Background Color

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

This div background color is #53814e


#53814e Border Color

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

This div border color is #53814e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53814e


Comments

No comments written yet.

Please login to write comment.